Ask here for assistance on configuring anything #2
Replies: 4 comments 49 replies
-
First of all - awesome work! But I've trouble configuring the LEDs with the default wiring of the original project: Also the downlighters have their own data channel. Can you assist my configuring the LEDs right? Best Regards! |
Beta Was this translation helpful? Give feedback.
-
Hello, First, thank you for your work. I'm gonna use the DIY design too to have fewer LEDS. What interest me the most in your project is the ability to change the hour OTA, because I'm in France and we change the hour twice a year... So it's gonna be 24H format. At first, I tried to use the 12H format (I didn't connect the LEDS yet, I just wanted to try it the code worked and if I was able to reach the page). It works well. I can reach the server. So I tried to configure for the 24H format. I modified the config.js file and the Config.h like this : //#define _12_HR_CLOCK #define _24_HR_CLOCK` The problem is when I try to compile the code, I get the error : So there is a problem with the #elif expression, but I don't know why. Am I making a mistake somewhere ? It seems simple but I can't get it to work. |
Beta Was this translation helpful? Give feedback.
-
Hello there, I almost finished soldering all the digits (running out of wires for the spots... I ordered some on Amazon...) I was looking at the program to change the wiring order and I have a question : why are some numbers positive and other negative (with a minus before them) ? I think that I need to know that to make it work haha |
Beta Was this translation helpful? Give feedback.
-
Hello :) I wired my LEDS ! it seems to work just fine. Buuut.... I changed the wiring settings on the program. I works just fine. The animation when the program "loads" is well rendered (a circle basically) and then... nothing. So I tried to look at the console and same bug as before... Setting up Wi-Fi --------------- CUT HERE FOR EXCEPTION DECODER --------------- Exception (9):
ctx: cont --------------- CUT HERE FOR EXCEPTION DECODER --------------- ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 3460, room 16 RESETTING EEPROM TO 0'S. ALL EEPROM SETTINGS WILL BE WIPED Initializing data structures for lighting effects As you can see, the EEPROM gets cleaned but it still doesn't work... Maybe last time was just lucky ? I don't know... |
Beta Was this translation helpful? Give feedback.
-
SegmentWiringOrder is a bit of a mess, but its here to provide flexibility for many different (possibly existing) setups without hardcoding anything specific to any values. If you need any assistance with configuring anything, feel free to ask here
Beta Was this translation helpful? Give feedback.
All reactions