Hi - the TCP/ethernet connectivity in v4.5 looks excellent, so looking to go that way for new build rather than RFD900’s which are working well.
We have good/full wifi coverage where we are mowing, and looking for recommendations for hardware to connect it all together. We are not space/weight/power constrained (love rovers!) but would like an external wifi antenna(s) - so sma connectors.
We have Zealot H7 which will do PPP with flow control but no ethernet port.
Would love to find a wifi router with a uart for OpenWRT or DDWRT. Any pointers welcome.
This looks interesting - way too smart for my liking. 4K video on a router is wrong. Docker also.
Cheap, 4 ethernet ports. OpenWRT which supports PPP but more checking needed using USB
Wifi6 with external connectors, and looks like a 7w power draw on a 12v supply.
…and further down the rabbit hole.
finding a wifi router with a serial/uart/usb port and an os (OpenWRT or RouterOS etc) that supports PPP is not so easy.
Better to get Ethernet out of the the flight controller or at least ESP32 doing PPP to Ethernet/TCP. Looks like Espressif have already done all/most of this with ESP-IoT-Bridge.
Question - Andrew Tridgel teased an ESP32 solution for ppp → Ethernet. Any pointers most appreciated !!
Question 2 - Anyone looked into ESP-IoT-Bridge ? It looks the part, but its well hidden and not easy to find much about it. The code and some doco is here
I have a ESP32 serial bridge with a wireshark vpn client, its only a prototype but it was for controlling serial devices over LTE on my rover without forwarding ports. I just connect it to the phone hotspot on the rover that im using for andruav and I can access it like it was on my local network. I have a ESP32 ethernet board I was planning on getting working but I haven’t got around to it yet.
this works as a proof of concept but I havent got around to error handling like auto reconnect.