Good morning, I am very new to Arduino and I am about to embark on my first project using a pair of Nano 33 BLE devices and just seeing if any body has tried anything similar or has links to any libraries that would be beneficial to completing the project.
In a nutshell, this is the premise of the project.......
Nano 33 (1) will have an independent 3v3 supply, a 5v regulator and a incremental rotary encoder, using channels A and B to provide directional input. From what I have been reading, this will be my peripheral.
Nano 33 (2) will have a fixed 3v3 supply from my RADAR controller, this needs to be able to receive the encoder data from Nano 33 (1) and send out Logic High signals relevant to Channel A and Channel B to my RADAR controller. These Logic High signals are used to tell the RADAR when to transmit. This will be my central.
I am assuming that this is all possible, as most things are once you have worked them out. I am in two minds about whether to use FIFO registers or if interupts are the best way to deal with things. This needs to be able to be as near instantaneous as I can get it.
No code to post yet, as still reading up on everything, but hoping to get some written tomorrow, even if its just the Nano 33 (1) side.
Many thanks and I look forward to seeing what the subject matter experts have to say.