-
Notifications
You must be signed in to change notification settings - Fork 54
Support for DFRobot Beetle ESP32C3. #771
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
Conversation
As noted in discord, it won't yet build in CI for the dfrobot due to not having an entry here: https://github.com/kbsriram/Adafruit_Wippersnapper_Arduino/blob/main/.github/workflows/build-clang-doxy.yml#L320 |
Nice one @kbsriram , looks like it's building fine now. If you download the build files, then extract the dfrobot zip, then use the |
Thanks @tyeth for the help with the Arduino board definition! The CI built artifact seems to be running ok from my quick tests - added some log output here as well. https://gist.github.com/kbsriram/1427997c393cb39cff2d03158413b102 |
Excellent! Have you managed to test any components yet (you did mention basic pin tests), like the built in button/LED, and more interestingly any I2C devices? |
I tested a few, mostly to confirm pin assignments - these checks seemed to be working for me:
|
Oh brilliant, thanks! Please do mention which I2C devices you have (for our interest and future consideration), but you can also register feature requests for them if desired (or add the component definition and driver wrapper - it's mostly the arduino driver example broken into wrapper methods ✍️ ). |
Awesome (and thank you again for all the help!) Re: I2C - just some modules I had at hand for testing than an actual need - an FM transmitter and an Si5351. Will definitely continue exploring and add to the components list as they come up! |
Noting that we're asking dfrobot about the commented out |
See adafruit/Wippersnapper_Boards#195