-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello, @Harvey71 !
First of all, I want to thank you so much for your wonderful work! I was very interested in this project as an EMDR therapist and decided to do it myself.
I should note that, unfortunately, I don't know anything about Python coding or anything like that.
So I flashed the microcontroller (Wemos D1 Mini) using the Thonny IDE and ran the controller app on a Windows 10 PC.
The controller works, the sound works, but the lightbar doesn't connect (the gray eye icon appears).
Nevertheless, the Lightbar blinks red and green when connected.
Troubleshooting steps taken:
- Since the LED strip I'm using has 60 LEDs instead of 57 like your firmware, I modified the controller and lightbar firmware files (main.py and lightbar.ino in \emdr-master\firmware\lightbar; devices.py in \emdr-master\controller). However, nothing changed.
- I checked all the wire connections – everything is as shown in the diagram in the project.
- I tried using different USB data cables.
It might be a firmware issue on the D1 Mini, as your guide says to use Micropython v. 1.22.1, but I used version 1.26.1 because 1.22.1 wasn't listed.
Since I'm out of ideas and couldn't find any other tips in the comments on YouTube or Github, I decided to contact you here.
I would be very grateful for any help. If you need any additional information about my setup, I'm happy to provide it.
Thank you