ulri-me
ulri-me
The main problem you have is that bpm detection requires a constant polling of the ADC value coming in to check for the amplitude peaks in sound intensity. This is...
Hi, I have never worked with this lib and the WS2812b LEDs. But have a look at this reddit discussion: https://www.reddit.com/r/arduino/comments/d5yjmt/ws2812b_default_color_after_power_on/ The question is if the library does anything itself...
So I would assume you have to be faster with starting the output (or even start the output before powering up the LED strip) or get this capacitor trick from...
If I understand your question correctly, then you want to change the artnet port from standard 6454 to your selection of 2431. https://github.com/mtongnz/ESP8266_ArtNetNode_v2/blob/4a1f803e6d3cd0946d18dc851ab2eeb200e828f4/libs/espArtnetRDM/artnet.h#L21 This configuration is done via this line....
This error comes from node.js module loader, not this library. Please get familiar with import() and require() syntax in node.js and node modules.
Hi your question is missing an essential information: Which LED strip do you want to use? In case it is the WS2812(b) then your idea will not work. https://www.digikey.com/en/datasheets/parallaxinc/parallax-inc-28085-ws2812b-rgb-led-datasheet Have...
Hi rndalteem, possibly there is a simple solution to your problem: Define a macro after including one of Socket.h or File.h and rename the close()-function name by defining a macro....
That's quite hard without knowing the whole code. Without a register write or power cycle the registers wouldn't reset, so I would start with the hardware. Please verify that the...