Skip to content

Instantly share code, notes, and snippets.

View raskaman's full-sized avatar

John Mondragon raskaman

View GitHub Profile
@raskaman
raskaman / _Transparent Bridge Setup.md
Last active February 17, 2016 20:50 — forked from ajfisher/0x00000.bin
ESP8266 Transparent bridge to J5

#ESP8266 Transparent bridge to J5

How to use an ESP8266 as a transparent bridge to enable wifi between your arduino and johnny five. AKA, how to get rid of your serial cable and use WiFi instead!

Update: For a long time, this process used 5shekel's TCP transparent bridge which works okay but hasn't been updated much and with Johnny Five, TCP isn't the best protocol for this type of messaging.

As a result there was a desire to move to UDP instead for performance and this has been accomplished thanks to the hard work of Riven from MakeBlock, Mark