I posted this as a reply to another thread but thought it might be worth having it’s own topic.
Looking at the WiFi NTRIP Master and the fact it is basically AFAICS just an ESP32. I’m wondering if it would it be possible to just connect an ESP32 to the xbee socket (to the appropriate pins obviously, nicely marked on the ntrip master) and use the software off ardusimple’s github? I’ve got loads of ESP32’s lying around.
To install a firmware update you use espressif’s flash tool software anyway.
It would be at the very least an order of magnitude cheaper…
Yes, I’ve just found a pinout explanation on the github and most of the xbee pins are not used. Three gpio’s are used for xbee status so might be handy to connect some LED’s.
I’ve looked into this possibility too. Had the ESP32 dev kit flashed and webpage. Got stuck a bit at the connection possibilities to those tiny xbee headers on the simpleRTK2B.
From the USB port or the Vin should be fine but the Xbee does have 3v3 out so I might test a Dev board powering it from a 3v3 source to see what happens and what current it draws.
It could be used a PC type power supply that is not so expensive, and provided a solid 5v / 2-3A or use POE … Not using the simpleRTK power supply for ESP is probably a good idea.
Hey thanks Alan
I took your idea and did the same thing as i had some esp32s sitting here. finally got it working once I hooked the wires up right. tx on xbee part of rtkboard to rx0 on esp32 then rx to tx0. and gnd to gnd .
Messages sent to www.rtk2go.com so I trust it will work.
Great!! I’ve only got one RTK2B at the moment so can’t really test fully but it seems to work. Just been powering an ESP32 via the 3v3 pin and I think it’s fine. Pulling a max of 240ma when busy on the wifi. 50 to 80ma before wifi kicks in. Should be able to fully connect one so it can be powered and flashed via the Xbee connector.
Would it be possible for the ESP32 to act as a caster directly or am I over simplifying things? By that I mean opening port 2101 on the router and then pointing a client at [ ip adress];2101 Mountpoint.