Max Kern

Results 51 comments of Max Kern

Hi, the underlying library is Adafruit GFX (https://github.com/adafruit/Adafruit-GFX-Library). I have not used a ESP32C3 before so I can't guarantee that it works. But it seems likely as the only necessary...

The limiting factor is mostly WiFi bandwidth. The 160px streams already creates 2Mbit and doen't work over greater distances than a few metres. Mudassar Tamboli has programmed a nice interface...

@vivian-ng Sorry for responding so late. Yes, I would love to have the camera library running on the robot. It would enable much higher resolutions and the code could be...

@vivian-ng So I tried porting the websocket stuff from my robot to the bare ESP32-CAM board. It basically works but the wifi connection is somehow not stable and the stream...

Hi, the output on the pcb is basically the same as on a smartphone. As far as I know the difference between a headphone output and a line out is...

I forgot to rename the include from ZeroHex.h to ZeroBug.h Sorry about that, it's fixed now!

It seems like the reconnect is working now on a different ESP32. Maybe it was a hardware related problem.

When I start advertising after running notifications.stop(); the ESP32 cannot establish a connection anymore. In order to get the WiFi to work I need to stop the BLE connection. This...

Hi, are you sure the correct driver is installed? The board should show up as a serial port in the device manager. You might also try to flash the bootloader...

What exactly do you use the ch340 for? After the bootloader is installed, you can program the board via the USB-C connector. You need the serial connector only for flashing...