Jens Rapp
Jens Rapp
i installed your product on my system not knowing that it completely destroys configuration. There was no warning on your page and i am unable to work anymore. What the...
i just got an esp32-cam with esp32-cam-mb which is basically a ch340c and a6206a (3.3v regulator). Seems, that RTS# is connected to RST of the ESP32 and DTR# to IO0,...
Hi, i'm currently trying to write and read a data structure into eeprom which looks basically like this ` typedef struct s_machinecfg { uint8_t version, uint16_t datax, uint16_t datay, .....
when I try to import an stl file I recently used on my 3d printer I get the following message on bCNC: > $ bCNC > new-config bCNC > G2Core...
Hi, i try to load a raw image (60x60 pixels, rgb565) using the following code: ``` from machine import Pin, SPI from ili934xnew import * import tt24 as font from...
hi, i want to get some grayscale image from esp32cam module and thought that it's the easiest to capture a raw image, save it and read it via ampy get......
Hi, I'm playing around with those tiny displays from aliexpress which don't have CS (btw. I also tried to patch those things for adding CS) like this one https://de.aliexpress.com/item/32880670572.html and...