-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error: redefinition of 'char notes_chromatic [12]' #28
Comments
I think I just figured this one out: Are you on the pre-release ESP32 board definitions inside Arduino? (v3.0.0-alpha?) Sensory Bridge Firmware was compiled using the 2.0.9 ESP32 board definitions. If you don't see 2.0.9 in your Boards Manager, you need to switch from the dev version to the stable version: Dev versions: Stable versions: There are breaking changes in 2.0.10 to how the I2S mic is accessed, (left and right channel data swapped positions in 2.0.10 for some reason) and ESP32 3.0.0+ is entirely incompatible because I need to port things to the entirely new I2S system in that version, and so do the FastLED dev team. This means that any existing version of Sensory Bridge firmware as of writing this (<= v4.0.0 Polish Update) must be compiled using exactly the 2.0.9 stable ESP32 version in Boards Manager. Please let me know if this fixed it! |
yep, you are right, i was on v3.0.0-a because of the dev version. Switched the additional boards manager url to the stable version (tutorial here). However, after compiling/verification and the uploading this is my output:
After which the LEDs are all white (still react to sounds though, but the pattern seems a little off). So I thought the update worked, but unfortunately the next step to update with the USB Update process doesn't work since i cannot establish a connection (Edge as browser) - console output:
btw - seems like both of your links in the github README.md are dead: |
Tried to update the firmware from i think 2.X to 4.0.0, but after hitting CTRL+U i get the following exception:
stacktrace:
The text was updated successfully, but these errors were encountered: