
Chimera_Byte's instructable
Achievements
- Chimera_Byte commented on cheungbx's instructable ArduBaby - Half Size Arduboy With 500 Games on Serial Flash
- Chimera_Byte commented on Chimera_Byte's instructable Robot Car With Bluetooth, Camera and MIT App Inventor2View Instructable »
Looks really nice!!!
- Chimera_Byte commented on Chimera_Byte's instructable Robot Car With Bluetooth, Camera and MIT App Inventor2View Instructable »
Hi ErwinM5!Actually, analog pins A0 through A5 corresponds to IDE pins 14 to 19. So whenever you see pin 14 in the IDE code...it is meant A0. So, in summary:Pin 14 on schematic becomes pin A0 on arduinoPin 15 on schematic becomes pin A1 on arduinoPin 17 on schematic becomes pin A3 on arduinoI hope it helps!
- Chimera_Byte commented on Skipped's instructable Make Money With ArduinoView Instructable »
Back to basics. What worked for me was inserting bypass capacitors in the 12VDC power supply. If your 12VDC is not well regulated, white wire signal will be unreliable!
- Chimera_Byte made the instructable ArduBaby - Half Size Arduboy With 500 Games on Serial FlashView Instructable »
Thanks a lot cheungbx for such an excellent instructable!
- Chimera_Byte commented on Chimera_Byte's instructable Robot Car With Bluetooth, Camera and MIT App Inventor2View Instructable »
I'm glad it worked! Thanks for your kind words!
- Chimera_Byte commented on AlexFW's instructable Business Card/Game Console: ATtiny85 and OLED Screen
Great tutorial! One quick question: can this code be ported to arduino (Atmega328p)? I ask this because I know that tinusaur library works only for ATtiny and seems that this library uses parts of this library.Thanks for sharing!,
View Instructable »Alex, thanks a lot, I will check that library!!
- Chimera_Byte commented on 95dape52's instructable Fun Game With Arduino and ProcessingView Instructable »
Yep, same problem. Could you please share the files?Thanks
I rememberI used to have the same problem. What I rememberdoing, was isolating the problem. I made a breadboard to just upload anythinginto the flash memory. Try to use either of this circuits:https://community.arduboy.com/t/flash-cart-ridge/5840Once youknow it is working you can continue from there.