Search found 4 matches

by RetiredWizard
Thu Jul 14, 2022 7:29 pm
Forum: Other Boards
Topic: /flash confused
Replies: 5
Views: 24881

Re: /flash confused

Thanks!!!
by RetiredWizard
Thu Jul 14, 2022 6:02 pm
Forum: Other Boards
Topic: /flash confused
Replies: 5
Views: 24881

Re: /flash confused

Is there a reason for the un-writeable '/' folder with the flash mounted as /flash on the Teensy? if I want to use the _boot.py option you've described, do I need to build a custom MP image with that file compiled in somewhere? Probably related to the first question, but is this how the Teensy 4.1 f...
by RetiredWizard
Mon May 16, 2022 2:45 am
Forum: ESP32 boards
Topic: ESP_ERR_INVALID_ARG on write to RGB LED on ESP32-S3-DevKitC-1
Replies: 2
Views: 1600

ESP_ERR_INVALID_ARG on write to RGB LED on ESP32-S3-DevKitC-1

Hello, I've flashed the "Generic ESP32-S3 (SPIRAM) Espressif" version v1.18 on to an ESP32-S3-DevKitC-1-N8R2 and I'm trying to turn on the RGB LED using the following code: import machine,neopixel pixels = neopixel.NeoPixel(machine.Pin(48),1) pixels.fill( (100,100,100) ) pixels.write() The pixels.wr...