RoganDawes
RoganDawes
FemtoBeacon looks like the closest thing at the moment, but it would be best with a buck-boost converter instead of the LDO, if it will run on a 2032 battery....
Here is a possible starting point: https://github.com/armon/go-socks5
Yes, it should be possible, assuming: - You can provide enough power to the ESP8266 via your USB connection. Most USB-UART adapters, while providing 3v3 lines, can only provide 50-100mA,...
The AT firmware can make a dial-out connection, when instructed externally. The point of this discussion (as I understand it) is for that outbound connection to be made automatically, possibly...
I experienced the same thing. Flashed with custom firmware (latest release at time of posting), and then could not reconnect to the device from my (Linux, Fedora 32) laptop. Had...
Yeah, I ran into this as well. My scenario was somewhat different, though, and I'm not sure whether it fits here directly, or should be a different issue entirely. My...
Sounds great! Thanks for the quick response!
Possibly relevant? https://www.cnx-software.com/2022/09/13/picamera2-python-camera-library-for-raspberry-pi-leverages-libcamera-open-source-framework/
Possibly a crazy idea, but how about using SSH over the serial port? SSH just needs a binary clean mechanism to allow it to talk to the daemon, which a...
You could also support HTTP CONNECT, I suspect that there is not much difference in the implementation effort. While Mallet doesn't have current support for CONNECT proxies, it would be...