Search found 5 matches

by richhas
Wed Jan 09, 2019 9:24 am
Forum: ESP32 Arduino
Topic: esp32 + ws2801 - Need help.
Replies: 8
Views: 10474

Re: esp32 + ws2801 - Need help.

Let me try an attachment...
by richhas
Wed Jan 09, 2019 9:22 am
Forum: ESP32 Arduino
Topic: esp32 + ws2801 - Need help.
Replies: 8
Views: 10474

Re: esp32 + ws2801 - Need help.

Work in progress - ie code not cleaned up yet. Also note the first comment wrt hardware requirements... And yes the output pin needs to be level shifted to 5VDC. Good luck. Rich #include <NeoPixelBus.h> #include <WiFi.h> #include "soc/cpu.h" #include <atomic> enum Mode { None, Twinkle, CandyCane, Wo...
by richhas
Tue Jan 08, 2019 5:18 am
Forum: ESP32 Arduino
Topic: New to ESP32; Question of Performance
Replies: 4
Views: 5977

Re: New to ESP32; Question of Performance

Make 'count' a 64-bit var.
by richhas
Tue Jan 08, 2019 5:05 am
Forum: ESP32 Arduino
Topic: esp32 + ws2801 - Need help.
Replies: 8
Views: 10474

Re: esp32 + ws2801 - Need help.

Hi Andrew, I just did an ESP32 xmas lights project with 600 leds. My suggestion would be for you to use https://github.com/Makuna/NeoPixelBus/ I used this after having used much slower (non-DMA) approached. I have run my on AdaFruit and Expressif ESP32s. This worked great. If you need more help, I c...
by richhas
Tue Jan 08, 2019 2:09 am
Forum: ESP32 Arduino
Topic: OLIMEX ESP32-POE not supported?
Replies: 0
Views: 2372

OLIMEX ESP32-POE not supported?

I notice that the GitHub repo for ESP32 Arduino does have support for the ESP32-POE board BUT that: https://dl.espressif.com/dl/package_esp32_index.json does not. Is there some reason that https://dl.espressif.com/dl/package_esp32_index.json is out of date? When will it be updated from GitHub? Thank...