Search found 6 matches

by MaxMin
Mon Aug 22, 2022 10:57 am
Forum: ESP32 boards
Topic: ESP32-C3-(01M|M1) boards for tiny robot wireless MicroPython REPL
Replies: 3
Views: 9513

Re: ESP32-C3-(01M|M1) boards for tiny robot wireless MicroPython REPL

RE: your "webrepl_client.py": Circuitpython 8.0 beta Web Workflow support may overlap... https://forum.micropython.org/viewtopic.php?f=18&t=12952 (If I can just get the ESP32-C3-01M-Kit to work with Circuitpython, crazy symtom is the RGB softly glowing white) A fix others mentioned for Arduino seria...
by MaxMin
Mon Aug 22, 2022 10:47 am
Forum: ESP32 boards
Topic: Ai-Thinker ESP-C3-12F-Kit with 4MB SPI Flash, but without DTR/RTS
Replies: 1
Views: 12830

Re: Ai-Thinker ESP-C3-12F-Kit with 4MB SPI Flash, but without DTR/RTS

A fix for the Arduino serial monitor disabling the board (/Enable Wired to RTS on some boards) One can patch the Arduino boards.txt file, replacing false with true: esp32c3.serial.disableDTR=true esp32c3.serial.disableRTS=true This worked on my MacOS system where the USB interface has 2 instances: /...
by MaxMin
Mon Aug 22, 2022 10:29 am
Forum: Hardware Projects
Topic: ESP32-C3 RGB neopixel board
Replies: 1
Views: 24287

Re: ESP32-C3 RGB neopixel board

As far as the 1st LED being stuck green mentioned elsewhere, they are pushing the margins powering the array with 3.3v (separate regulator for the cpu) while commonly done for a single on board indicator, a full array generally is powered by 5V in order to get full color fidelity, blue and green LED...
by MaxMin
Mon Aug 22, 2022 6:35 am
Forum: ESP32 boards
Topic: Circuitpython 8 beta has Web Workflow for ESP32s
Replies: 1
Views: 12476

Circuitpython 8 beta has Web Workflow for ESP32s

Using a little code trickery they are providing easy browser page based editing... (Circuitpython 7 has BT programming for ESP32s (Which can't mount normally used USB drive image) but it proved to be a bit cumbersome. This beta 8 preview discusses Web Workflow, for 13 minutes, starting here: https:/...
by MaxMin
Mon Aug 22, 2022 6:04 am
Forum: ESP32 boards
Topic: HUB75 display on ESP-WROOM-32
Replies: 7
Views: 6597

Re: Interstate 75 board with RP2040

Pimorini may have inspired by the original Pi Pico PIO Hub-75 C example. https://github.com/raspberrypi/pico-examples/tree/master/pio/hub75 It's doing inline PIO (FPGA like) assembly to handle the PWM modulation of each pixel, offloading the CPU from bit-banging. For some IO intensive tasks the RP20...
by MaxMin
Mon Aug 22, 2022 5:13 am
Forum: Hardware Projects
Topic: Tiny MicroPython robots (the PCB IS the robot platform)
Replies: 5
Views: 66262

Re: Tiny MicroPython robots (the PCB IS the robot platform)

In case you have left over solar cars. You can make them a bit more interesting for the kids by adding preset steering, so it can do other than a boring straight line. How to modify for preset-able fixed steering angle. https://drive.google.com/file/d/1H-iKxTJd1pLrMScr4haHIPQfdk2_eUMN/view?usp=shari...