Nano Page: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Introduction= This page is to provide information on the Nano v3.0. This is a different device to the model Nano Every as it uses the ATMega328 chip =Getting the ATMega328PB to work= When you buy a Nano v3.0 off some stores you actually get a device which has a ATMega328pb chip. You can tell this because the chip has it written on it.<br> File:ATMega328pb.jpg" |
|||
Line 3: | Line 3: | ||
=Getting the ATMega328PB to work= | =Getting the ATMega328PB to work= | ||
When you buy a Nano v3.0 off some stores you actually get a device which has a ATMega328pb chip. You can tell this because the chip has it written on it.<br> | When you buy a Nano v3.0 off some stores you actually get a device which has a ATMega328pb chip. You can tell this because the chip has it written on it.<br> | ||
[[File:ATMega328pb.jpg]] | [[File:ATMega328pb.jpg]]<br> | ||
I could not use this with Arduino IDE 2.1.1 on ubuntu 23.04 as it failed with the dreaded | |||
<syntaxhighlight lang="txt"> | |||
avrdude: stk500_getsync(): not in sync: resp=0x00 | |||
</syntaxhighlight> | |||
Looking on YouTube I found this to be an error to be you need to use minicore and use their ATMega328pb. You I went to Arduino and added | |||
<syntaxhighlight lang="txt"> | |||
https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json | |||
</syntaxhighlight> | |||
As shown here.<br> | |||
[[File:Arduino MiniCore.jpg]]<br> | |||
But this still failed but is required. |
Revision as of 03:04, 27 August 2023
Introduction
This page is to provide information on the Nano v3.0. This is a different device to the model Nano Every as it uses the ATMega328 chip
Getting the ATMega328PB to work
When you buy a Nano v3.0 off some stores you actually get a device which has a ATMega328pb chip. You can tell this because the chip has it written on it.
I could not use this with Arduino IDE 2.1.1 on ubuntu 23.04 as it failed with the dreaded
avrdude: stk500_getsync(): not in sync: resp=0x00
Looking on YouTube I found this to be an error to be you need to use minicore and use their ATMega328pb. You I went to Arduino and added
https://mcudude.github.io/MiniCore/package_MCUdude_MiniCore_index.json