-
Notifications
You must be signed in to change notification settings - Fork 78
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
Trouble finding the coincidence.ino code #119
Comments
Hi Sophie,
The Arduino Code is located in the Arduino folder. You can either upload the OLED or SD Card code — the Arduino isn’t powerful enough to run both at once.
In either of the pieces of code, the first few lines tell you which libraries are needed to be installed.
Specifically, you need to install:
Requirements: Sketch->Include->Manage Libraries:
1. Adafruit SSD1306 -- by Adafruit Version 1.0.1
2. Adafruit GFX Library -- by Adafruit Version 1.0.2
3. TimerOne -- by Jesse Tane et al. Version 1.1.0
Best,
Spencer
─
Dr. Spencer N. Axani
***@***.*** ***@***.***>
Assistant Professor
The University of Delaware
203 Sharp Lab
104 The Green, Newark, DE 19716
(608) 572-8426
… On Aug 14, 2024, at 7:08 AM, SophieRAllen ***@***.***> wrote:
Hi,
I am doing this project as part of an EPQ at school and am quite new to programming. However, I can’t seem to find the coincidence code to upload into the IDE. Where can I find it and do I have to install any other libraries aside from the CH340g and those listed on the README file?
Thanks,
Sophie
—
Reply to this email directly, view it on GitHub <#119>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AANF5OYVC2XHN7EH3S7Y7CLZRM3DJAVCNFSM6AAAAABMQDMZ6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ3DKNJUGEYTKNY>.
You are receiving this because you are subscribed to this thread.
|
Hi Spencer, I am also struggling with this issue. I cannot seem to find the coincidence.ino code in the Arduino folder. I'm able to see the naming, OLED, and SD Card code and have installed the correct libraries, however the coincidence.ino file that the condensed instructions reference does not seem to be available. Is it in a different location or was it possibly renamed? Thank you, Hope |
Hi Hope,
Sorry, that might be a typo. Both the OLED and SD Card.ino code have the coincidence stuff built into it.
Best,
Spencer
─
Dr. Spencer N. Axani
***@***.*** ***@***.***>
Assistant Professor
The University of Delaware
203 Sharp Lab
104 The Green, Newark, DE 19716
(608) 572-8426
… On Sep 16, 2024, at 6:31 PM, hunnicho ***@***.***> wrote:
Hi Spencer,
I am also struggling with this issue. I cannot seem to find the coincidence.ino code in the Arduino folder.
I'm able to see the naming, OLED, and SD Card code and have installed the correct libraries, however the coincidence.ino file that the condensed instructions reference does not seem to be available.
Is it in a different location or was it possibly renamed?
Thank you,
Hope
—
Reply to this email directly, view it on GitHub <#119 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AANF5OYFEZV2B75AVU5SKGDZW5L4XAVCNFSM6AAAAABMQDMZ6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJUGE2DEOBZGM>.
You are receiving this because you commented.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am doing this project as part of an EPQ at school and am quite new to programming. However, I can’t seem to find the coincidence code to upload into the IDE. Where can I find it and do I have to install any other libraries aside from the CH340g and those listed on the README file?
Thanks,
Sophie
The text was updated successfully, but these errors were encountered: