Search found 2 matches

by ark
Tue Jun 01, 2021 7:49 pm
Forum: ESP8266 boards
Topic: unable to control neopixels with ESP 01 board
Replies: 1
Views: 1689

Re: unable to control neopixels with ESP 01 board

good news! I got this to work. I first set it all up with a ESP 12 board and it sometimes worked in REPL after a while. I then found if I did two esp.neopixel_write(machine.Pin(2, machine.Pin.OUT), bytearray([0, 0, 255]), True) esp.neopixel_write(machine.Pin(2, machine.Pin.OUT), bytearray([0, 0, 255...
by ark
Wed May 26, 2021 7:33 pm
Forum: ESP8266 boards
Topic: unable to control neopixels with ESP 01 board
Replies: 1
Views: 1689

unable to control neopixels with ESP 01 board

I'm running esp8266-1m-20210418-v1.15.bin on my ESP 01 I have a cheap ws2812 strip and a ESP-01 module and LED adapter . I can control the LEDs just fine using nodemcu / lua But if I flash my ESP01 with micropython v1.15 (for 1M flash) I'm unable to control the LEDs at all. The first shows brite whi...