8-bit Arduino Clones: Atmega 328pb? How to fix computability issues!

  Рет қаралды 8,382

Wi-Fi Sheep Tech Channel

Wi-Fi Sheep Tech Channel

Жыл бұрын

#Ad For superb service and quality custom PCBs shipped quickly around the world visit: www.pcbway.com/ for more information and your free quotation!
Terms & Conditions Apply.
==========================
Are all #Arduino #Nano built the same?
Well it terns out not so, some of the latest (post 2021) batches of clone boards are coming sipped with the 8bit #atmega328pb as apposed the normal #atmega328p and its the extra 'b' thats makes all the difference!
In this video we'll look at how to get this new 'pb' variant working with the stock Arduino IDE so you can upload code as you would on a standard clone Nano.
MiniCore download for Arduino IDE:
github.com/MCUdude/MiniCore
=======================================================
Wi-Fi Sheep Patreon: / wifisheep
Twitter: / wifisheep | @wifisheep
Don't forget to like and subscribe!!!
Music Credits - Tracks Used
Kevin MacLeod - Incompetech.com
incompetech.com/
Gocart

Пікірлер: 35
@9A4GEMilan
@9A4GEMilan 3 ай бұрын
This saves my day, thanks! I ordered from Mouser wrong chip: Atmega328pb and having problem uploading anything to ICT tracker (for tracking high altitude balloons). Now, I will try to do it again with method you described.
@paulweston1106
@paulweston1106 Жыл бұрын
I've had permission issues with Arduino boards and Linux, a simple chmod tends to solve it.
@innospire3485
@innospire3485 11 ай бұрын
It was a Very useful video. Very less people noticed that Arduino UNO and Nano Clone board are available in market using ATmega 328 PB chip-set. This board after programming using ARduino UNO board Selection, it Upload codes. Some Time it Works Properly and Maximum time it works abruptly, Freezes, Restart and many issues. I am a Hobbyist and Academic Project developer and I have many Arduino UNO Board with Atmega328 PB Chipset. Finding for the Solution for this clone board and your this video was helpful for me. Thanks a Lot.
@basilhsgr5018
@basilhsgr5018 Жыл бұрын
The most frustrating thing is that these 328PB products are still sold as and even labeled as 328P as you mention. I have two boards with these two chips, I plugged them in both not working, tried a lot of stuff and finally I discovered that 328PB exists... 😂🤣 After that I found your video. Thanks and subscribed, nice job.
@crawlersncustoms
@crawlersncustoms Жыл бұрын
Thanks for this. It was driving me crazy! I ordered 328P and that's what the listing said, but received 328PB and ran into problems as you can imagine. 6 hours later I zoomed in on the chip to see the faint 328PB stamped and not 328P.
@WiFiSheep
@WiFiSheep Жыл бұрын
Glad I could help! Totally understand the frustration! Hence this video to help out fellow makers. Hope you've all sorted now?
@crazymixstudio
@crazymixstudio Ай бұрын
Thankyou for the video...... It helped me a lot
@WiFiSheep
@WiFiSheep Ай бұрын
Glad to hear that... I knew when i went though this issue I had to make this video as it would be helpful to so many people!
@Cesarsound1
@Cesarsound1 9 ай бұрын
I have the same problem with the Chinese Ardunio NANO that comes with the MEGA328PU - TH chip. I can't write the bootloader to it, in the IDE this message comes: avrdude: Expected signature for ATmega328P is 1E 95 0F Double check chip, or use -F to override this check. Does anyone know how to use -F to override this check or solve this problem?
@bobbycount1503
@bobbycount1503 6 ай бұрын
Got this 328PB Version and after trying many things i discovered ... you can use the standard Nano Settings - BUT you must use ATmega328P (Old bootloader) as the Programmer and everything is ok 🙂
@WiFiSheep
@WiFiSheep 6 ай бұрын
Oh how interesting... is that a fact? Well thanks for the info!
@bobbycount1503
@bobbycount1503 6 ай бұрын
It's a fact. Using it for a few days now - behaves quite as you would expect from a Nano. Just a little anoying to swich from regular to old Bootloader (using both versions) 🙂 @@WiFiSheep
@WiFiSheep
@WiFiSheep 6 ай бұрын
If i get a chance, I am going to try this :-) Huge thank you once again for the tip off!
@kristoffersunnhordvik7590
@kristoffersunnhordvik7590 3 ай бұрын
Serial monitor changes if touching the pins.
@josephvo223
@josephvo223 9 ай бұрын
thankyou sir
@basilhsgr5018
@basilhsgr5018 Жыл бұрын
Just for the record maybe someone will find it useful. Some Pro-Mini 3.3v with 328PB they refused to upload code from Serial/FTDI no matter if the bootloader is OK. Try to upload the sketches via programmer, maybe it will work.
@piotrkoper362
@piotrkoper362 5 ай бұрын
Thanks for the video, you saved three Arduinos from going to trash :)
@WiFiSheep
@WiFiSheep 5 ай бұрын
Glad I could help! I had 30+ of the things for a commercial project so trash wasn't an option :-/
@vinterium
@vinterium 10 ай бұрын
I tried to find the library and it is gone.😢
@WiFiSheep
@WiFiSheep 10 ай бұрын
I have just tested the links and library again on a fresh IDE install on another machine and have had no issue... So im not sure what the issue is here?
@R.-.
@R.-. Жыл бұрын
Did you have to figure all this out yourself? It strikes me as strange that anyone could make a product this incompatible with no instructions about how to use it.
@WiFiSheep
@WiFiSheep Жыл бұрын
I cant take credit for everything, and trust me I did a lot of hours of trying to figure this out. I honestly didn't even know 328pb was a thing until this happened. And the products are still sold as and even labelled as 328p. So theres no additional documentation at all! But as ive figured this out, it was important to share with the community, as so many are going to hit this issue going forward.
@mechanichell
@mechanichell Жыл бұрын
I've done everything I can think of with an Arduino Uno with 328PB but no luck any tips?
@WiFiSheep
@WiFiSheep Жыл бұрын
If its an Uno are you sure its a 238PB? and not a 238PU?
@mechanichell
@mechanichell Жыл бұрын
@@WiFiSheep Yeah I looked at it from close up it's a 328PB, looks like the bootloader is successfully installed but I cannot for the life of me upload any code to it.
@WiFiSheep
@WiFiSheep Жыл бұрын
Make sure your on the correct COMs port for the device, that the 328PB library is installed and running as shown in the video... Make sure you have the CH340 drivers installed if your on PC or MAC sparks.gogo.co.nz/ch340.html If still issues You might want to try refreshing the boot loader. Just to be sure... you're not trying to use external HEX uploads like Xloader? As these dont work with 328PBs
@mechanichell
@mechanichell Жыл бұрын
@@WiFiSheep checked the port, have the library installed, have the drivers intaller, have a fresh bootloader installed, no external uploads either.
@WiFiSheep
@WiFiSheep Жыл бұрын
Thats an interesting one! I assume you can use other Arduino ok and the IDE is working? Might be permissions issues, if the IDE is getting blocked... failing that chip or board issue ... might be work hopping on the Arduino Forums
ATmega328PB и Arduino с MiniCore
8:38
arduinoLab
Рет қаралды 17 М.
I built my own computer. by hand.
13:03
jdh
Рет қаралды 1,1 МЛН
Smart Sigma Kid #funny #sigma #comedy
00:26
CRAZY GREAPA
Рет қаралды 6 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 1,5 МЛН
One moment can change your life ✨🔄
00:32
A4
Рет қаралды 33 МЛН
The IBM 1401 compiles and runs FORTRAN II
23:41
CuriousMarc
Рет қаралды 1,2 МЛН
How Bugatti's New Electric Motor Bends Physics
9:25
Ziroth
Рет қаралды 52 М.
Arduino To ESP32: How to Get Started!
9:26
Robonyx
Рет қаралды 258 М.
New 2021 8-bit Computing For Under $10????
27:56
Wi-Fi Sheep Tech Channel
Рет қаралды 16 М.
5 Most common Arduino Nano Clone Problems and their Solutions
7:10
Mission Critical
Рет қаралды 78 М.
TinyBASIC Computers Easy Build 8-Bit! - Pt1: Introduction
11:30
Wi-Fi Sheep Tech Channel
Рет қаралды 7 М.
Здесь упор в процессор
18:02
Рома, Просто Рома
Рет қаралды 384 М.
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 59 МЛН
iPhone 15 Pro в реальной жизни
24:07
HUDAKOV
Рет қаралды 422 М.
Лазер против камеры смартфона
1:01
NEWTONLABS
Рет қаралды 346 М.
Samsung laughing on iPhone #techbyakram
0:12
Tech by Akram
Рет қаралды 680 М.