Photon2/P2 Serial WiFi Bridge

Does anyone know of any projects or code examples that implement a bidirectional serial-over-wifi bridge using a pair of P2 or Photon2 boards?

In an ideal case:

  • 115200bps
  • Reasonably low latency
  • Some kind of security

It's possible, but latency is not going to be great, depending on your setup.
115200bps might also be too fast.

TCP Client and TCP Server should do the trick. On security I'm not sure of anything that would be fast enough/easy to implement.

Thanks for the reply! Instead of UART I think I'll be able to use I2C 100kHz to 400kHz so that should be no issue.

I believe the over-the-air data rate should be under 10kb/s.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.