Open musketsmoke opened 1 year ago
Hi,
The error is stating that you do not have the Adafruit_SSD1306 library installed. You’ll need to go to Sketch->Include Libraries->Manage Libraries, search for Adafruit_SSD1306, and install Version 1.0.1.
You’ll then receive the same error for the other libraries as well. But you can just follow the same procedure. The information is listed in the first few lines of code.
Thanks,
Spencer
─ Dr. Spencer N. Axani @. @.>
Assistant Professor The University of Delaware 203 Sharp Lab 104 The Green, Newark, DE 19716 (608) 572-8426
On Feb 8, 2023, at 6:32 PM, musketsmoke @.***> wrote:
anyone have a working sketch as i keep getting the same error, Compilation error: Adafruit_SSD1306.h: No such file or directory
i am so close to finishing and failing at this stage, i am a hardware guy cant do this software stuff i am lame lol
can someone please just upload a working sketch for the cosmic watch v2 that works in one file not 3 to join together, been trying to sort this for days and days one error is killing me or where and how to fix it much appreciated Please help
— Reply to this email directly, view it on GitHub https://github.com/spenceraxani/CosmicWatch-Desktop-Muon-Detector-v2/issues/103, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANF5O2Z2DH6F6IAX2ABW43WWQUINANCNFSM6AAAAAAUV324TE. You are receiving this because you are subscribed to this thread.
Hello Dr Spencer
sorry to bother you, i am having huge trouble with these sketches. No matter what i do trying different loading of what you said i should do i keep getting errors. Loading the Naming.ino alone there is no problem, putting the OLED sketch under the naming sketch i get loop errors i have tried loading all 3 more errors and i different orders. What am i doing wrong? IS there a file that i can just upload that is stitched together so all i have to do is add the library's and it works ? there are more than one wire and spi file which one ? if i am having trouble with this software i am so scared when i if i am going to get it working let alone setting it up if it works i am so useless with software i have already made investments in most components for 10 to be made as i am in the UK its quite expensive to import the required things, here is my email if its easier to send a file please clint3100@yahoo.com thank you for helping me and sorry to bother you with my issue.
Hi,
The naming.ino file writes the chosen name of your detector to long term memory (non-volatile memory called EEPROM). After uploading the Naming sketch, your detector permanently remembers that name.
After that, you can upload the OLED.ino or SDCard.ino sketch. You do not need to put the OLED code “under” the naming sketch. Your detector will not forget the name that it was given using the Naming.ino sketch.
Feel free to let me know if that doesn’t solve your issue.
Thanks,
Spencer
─ Dr. Spencer N. Axani @. @.>
Assistant Professor The University of Delaware 203 Sharp Lab 104 The Green, Newark, DE 19716 (608) 572-8426
On Feb 9, 2023, at 4:49 PM, musketsmoke @.***> wrote:
Hello Dr Spencer
sorry to bother you, i am having huge trouble with these sketches. No matter what i do trying different loading of what you said i should do i keep getting errors. Loading the Naming.ino alone there is no problem, putting the OLED sketch under the naming sketch i get loop errors i have tried loading all 3 more errors and i different orders. What am i doing wrong? IS there a file that i can just upload that is stitched together so all i have to do is add the library's and it works ? there are more than one wire and spi file which one ? if i am having trouble with this software i am so scared when am i if i am going to get it working let alone setting it up if it works i am so useless with software i have already made investments in most components for 10 to be made as i am in the UK its quite expensive to import the required things, here is my email if its easier to send a file please @. @.> thank you for helping me and sorry to bother you with my issue.
— Reply to this email directly, view it on GitHub https://github.com/spenceraxani/CosmicWatch-Desktop-Muon-Detector-v2/issues/103#issuecomment-1424882890, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANF5O4LKCJYGY5MBVAFEQLWWVQ7NANCNFSM6AAAAAAUV324TE. You are receiving this because you commented.
Hello Dr Spencer
if i understand i only upload the naming sketch too the nano, nothing else i am building the motherboards and came across the reference NS for R10-R14-R18-R19-R25-U7 i have never seen the reference on any other diagram before can you clarify this for me please NS
Thank you
Hi,
Once you upload Naming.ino, it stamps the name that you chose into the Arduino’s long term memory. After that, you can upload OLED or SDCard.
NS refers to No-Stuff, which means that you should just ignore those footprints.
Thanks,
Spencer
─ Dr. Spencer N. Axani @. @.>
Assistant Professor The University of Delaware 203 Sharp Lab 104 The Green, Newark, DE 19716 (608) 572-8426
On Feb 11, 2023, at 11:27 AM, musketsmoke @.***> wrote:
Hello Dr Spencer
if i understand i only upload the naming sketch too the nano, nothing else i am building the motherboards and came across the reference NS for R10-R14-R18-R19-R25-U7 i have never seen the reference on any other diagram before can you clarify this for me please NS
Thank you
— Reply to this email directly, view it on GitHub https://github.com/spenceraxani/CosmicWatch-Desktop-Muon-Detector-v2/issues/103#issuecomment-1426814486, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANF5OYF7DEQO7HWVA7UAALWW64YXANCNFSM6AAAAAAUV324TE. You are receiving this because you commented.
anyone have a working sketch as i keep getting the same error, Compilation error: Adafruit_SSD1306.h: No such file or directory
i am so close to finishing and failing at this stage, i am a hardware guy cant do this software stuff i am lame lol
can someone please just upload a working sketch for the cosmic watch v2 that works in one file not 3 to join together, been trying to sort this for days and days one error is killing me or where and how to fix it much appreciated Please help