So I purchased what I thought was a nano similar to what I have, but realized when it arrived it was a nano 33 ble.
Now when I search for a nano I see a few different variations. What nano version do I need to get?
There is the Nano Every (which I know that Air Mamager does not support), then there is the Mini Nano, the Nano V3.0 and the Nano mini V3.0.
The arduino store shows that the classic Nano is sold out.
Am I out of luck for now?
Arduino Nano variants get confusing now
-
- Posts: 4534
- Joined: Thu Jul 27, 2017 12:22 am
Re: Arduino Nano variants get confusing now
Hi Kirk,Kaellis991 wrote: ↑Mon Mar 27, 2023 1:20 am So I purchased what I thought was a nano similar to what I have, but realized when it arrived it was a nano 33 ble.
Now when I search for a nano I see a few different variations. What nano version do I need to get?
There is the Nano Every (which I know that Air Mamager does not support), then there is the Mini Nano, the Nano V3.0 and the Nano mini V3.0.
The arduino store shows that the classic Nano is sold out.
Am I out of luck for now?
the Nano V3.0 should fit, just wait confirmation from others
There's multiple examples : https://www.amazon.com/arduino-nano-v3/ ... no+nano+v3
I already purchased similar boards :
https://www.amazon.com/LAFVIN-Board-ATm ... 07G99NNXL/

I also bought some screws shield like this :
https://www.amazon.com/AEDIKO-Expansion ... 095XVVGQ8/

Re: Arduino Nano variants get confusing now
Here it still seems to be in stock.
https://store.arduino.cc/products/arduino-nano
But you can also get the cheap 'clones'.
If you are comfortable with coding, then you can still use the one you have with our Message Port library in combination with your own sketch in Arduino Studio.
https://store.arduino.cc/products/arduino-nano
But you can also get the cheap 'clones'.
If you are comfortable with coding, then you can still use the one you have with our Message Port library in combination with your own sketch in Arduino Studio.
Re: Arduino Nano variants get confusing now
Here you go
https://www.aliexpress.com/item/1005002 ... 27822052_1
the 'so called' arduino 'store'' is a rip off on a mobster scale.
These are excellent.
You can opt for usb C, micro, or mini connectors.
Joe

https://www.aliexpress.com/item/1005002 ... 27822052_1
the 'so called' arduino 'store'' is a rip off on a mobster scale.
These are excellent.
You can opt for usb C, micro, or mini connectors.
Joe

Joe. CISSP, MSc.
-
- Posts: 565
- Joined: Mon Sep 07, 2020 8:49 am
Re: Arduino Nano variants get confusing now
Well I can go the cheap Aliexpress way and get the units in a month, or spend an extra $15 for the V3 from amazon and receive them today. Its a convenience fee
-
- Posts: 4534
- Joined: Thu Jul 27, 2017 12:22 am
Re: Arduino Nano variants get confusing now
Just purchased there an ATmega 2560 a few days ago, they said about 10 days delivery, I will let you know, deadline is now around March 31stKaellis991 wrote: ↑Mon Mar 27, 2023 11:44 am Well I can go the cheap Aliexpress way and get the units in a month, or spend an extra $15 for the V3 from amazon and receive them today. Its a convenience fee
It was 9.27€ at the time of purchase (March 21st) and now around 14.43€ with advert on delivery around April 18th
https://www.aliexpress.us/item/10050042 ... 4itemAdapt

-
- Posts: 565
- Joined: Mon Sep 07, 2020 8:49 am
Re: Arduino Nano variants get confusing now
Thanks for the info. I have 2 mega 2560s but just received a couple of those Nano V3 clones.
Air Manager had no problem with them.
Mobiflight doesnt like them....."there was an error uploading the firmware..."
Edit: I take that back. I tried the second Nano V3 and mobiflight uploaded the firmware on it.
So they seem to work on both platforms.
What I dont understand is the description in device mananger/ports. "USB-Serial CH340"
Different processor I guess?
Edit: tried the first one again on a different cable. It works now with both platforms..
Air Manager had no problem with them.
Mobiflight doesnt like them....."there was an error uploading the firmware..."
Edit: I take that back. I tried the second Nano V3 and mobiflight uploaded the firmware on it.
So they seem to work on both platforms.
What I dont understand is the description in device mananger/ports. "USB-Serial CH340"
Different processor I guess?
Edit: tried the first one again on a different cable. It works now with both platforms..
-
- Posts: 4534
- Joined: Thu Jul 27, 2017 12:22 am
Re: Arduino Nano variants get confusing now
The CH340 is the USB-UART interface chip which is different some of on Arduino compatible boardKaellis991 wrote: ↑Mon Mar 27, 2023 10:10 pm Thanks for the info. I have 2 mega 2560s but just received a couple of those Nano V3 clones.
Air Manager had no problem with them.
Mobiflight doesnt like them....."there was an error uploading the firmware..."
Edit: I take that back. I tried the second Nano V3 and mobiflight uploaded the firmware on it.
So they seem to work on both platforms.
What I dont understand is the description in device mananger/ports. "USB-Serial CH340"
Different processor I guess?
Edit: tried the first one again on a different cable. It works now with both platforms..
Yours have been recognized because of already installed CH340 driver in windows, otherwise it would have required to download and install the related and specific driver directly from the original manufacturer site : http://www.wch-ic.com/products/CH340.html
For anyone : here's an howto install process page on Window/MacOS/Linux platforms : https://learn.sparkfun.com/tutorials/ho ... rivers/all
Just to mention, I referred to the Mega, only to add to the delivery delay from Aliexpress, not to suggest to replace a Nano V3 with a Mega which indeed wasn't my goal.
Re: Arduino Nano variants get confusing now
The CH340 is the serial interface chip, which handles the communication between the PC and the microcontroller. That's the old chip I believe, the new Nano uses a different one. The microcontroller is still the same.
-
- Posts: 565
- Joined: Mon Sep 07, 2020 8:49 am
Re: Arduino Nano variants get confusing now
Understood.SimPassion wrote: ↑Tue Mar 28, 2023 5:35 am
Just to mention, I referred to the Mega, only to add to the delivery delay from Aliexpress, not to suggest to replace a Nano V3 with a Mega which indeed wasn't my goal.