Hello,
I have to pass a value from Arduino to openpicus flyport wifi via UART, how can I connect these two devices? what are the pins that I have to connect? I searched the forum and the wiki but unfortunately I have not found solutions
The module seems to have UART port brought to pins 14 and 15. I couldn't find a manual for this thing. The data sheet has no example on how to communicate with it. Does this module come with a manual?
liudr:
The module seems to have UART port brought to pins 14 and 15. I couldn't find a manual for this thing. The data sheet has no example on how to communicate with it. Does this module come with a manual?
So, my guess is that the PIC 16-bit uC has these ports. Does the free IDE not have example code? If not, perhaps these NEST carrier board is necessary http://wiki.openpicus.com/index.php/Serial_NEST
After the false lead with the wrong device the only relevant info I could find on UART is this. You may have a lot more reading and testing to do though to get it working but the basic info seem to be on that page.