mcmadhatter

Results 12 comments of mcmadhatter

I have a "Power Motor GBM2804R 2804 Gimbal Motor with Aluminum case /Slipring /AS5048A Magnetic Encoder for camera stabilizer" on order for something else, but I'll try it out and...

JSON on an spiffs is a great idea. If wifi is working then the calibration json file can also be written via a webpage running on the esp32, with a...

I have started work on this on my fork , currently just the knob configurations are supported. Next steps is to add support for information that can be gathered via...

![IMG_0593](https://user-images.githubusercontent.com/2161494/162133201-971698f1-ec5f-4ca5-bbf3-d836f943b5d8.jpeg) LVGL is something I have been trying out whilst I wait for some motors I’ve ordered to arrive. The above is running on a modified version of the handheld...

I was able to get burnt orange box switches to fit in my dactyl-manuform, but they only fit in if the the little notches are set to deform the area...

I've uploaded the 13 lua files that are in the repo, and compiled all to .lc flies. The only ones that are in the chilipeppr.png that are not in the...

Hi , with the latest it gets a bit further before a kernel panic. I should be using the NodeMCU-touch-pulsecnt-rmttx.bin in the firmware folder shouldn't I? NodeMCU ESP32 build unspecified...

Hi, I flashed the new firmware ``` ~/Programming/robot-actuator-esp32-v8/firmware   master ● ⍟2  esptool.py --port /dev/cu.Repleo-CP2102-01DB132C write_flash 0x1000 bootloader.bin 0x10000 NodeMCU-touch-pulsecnt-rmttx.bin 0x8000 partitions_singleapp.bin esptool.py v2.6 Serial port /dev/cu.Repleo-CP2102-01DB132C Connecting........

Just a thought can esptool dump the filesystem from an esp32, so it can be flashed to another esp32?

esptool.py --port read_flash 0 0x400000 flash_contents.bin will dump everything including the filesystem. Would you be ok to try doing that on your working chip, and sending me the flash_contents.bin to...