First Look at the Adafruit Feather RP2040 - Great Pico Alternative?

  Переглядів 29,663

Learn Embedded Systems

Learn Embedded Systems

3 роки тому

This video gives you a first look at the Feather RP2040 board from Adafruit. This board is a great alternative to the Raspberry Pi Pico for projects where you need some extra features! The Feather RP2040 uses the Raspberry Pi RP2040 microcontroller and has 8MB of on board flash storage and a USB-C connector. It also features a user programmable RGB Neopixel LED on the topside of the board. It has an on-board LiPo charger which can charge 3.7 or 4.2 volt LiPo batteries at up to 200mA. In many ways it acts just like the Raspberry Pi Pico, just with far more features - including a reset button! It measures in at 50.8 x 22.8 x 7mm.
Programming the Feather RP2040 is exactly the same as programming the Pico. Just press the boot select button whilst plugging the USB-C cable in and drag and drop the UF2 file onto the Feather RP2040. It will then reboot and run your program! It can also be programmed in MicroPython and CircuitPython.
Let me know in the comments if you would like to see some projects featuring this board!
The Feather RP2040 is available from Adafruit here: www.adafruit.com/product/4884
You can find more embedded systems tutorials and projects on my website learnembeddedsystems.co.uk
-- Equipment I use regularly --
The following links are affiliate links where I may make a small percentage on qualifying sales through these links. Use the respective UK or US links listed.
Budget Soldering Iron: UK: amzn.to/3pQpvUu US: amzn.to/3bBawIJ
Breadboards: UK: amzn.to/3solZCe US: amzn.to/3dGsHiS
Jumper Cables: UK: amzn.to/37JfToi US: amzn.to/3r384S9
Camera: UK: amzn.to/3qKLwFr US: amzn.to/3pK0V7C
Lens: UK: amzn.to/380lQxp US: amzn.to/3knH3WL
Tripod: UK: amzn.to/37H0Nzw US: amzn.to/3byKHsV
All videos and tutorials on this channel and mentioned websites are for educational purposes only.

КОМЕНТАРІ: 63
@scharkalvin
@scharkalvin 3 роки тому
Feather has 4 times as much flash memory, but costs 3 times as much as the RpPico. Pico also has more I/O pins exposed.
@migilmor_trains_and_tips
@migilmor_trains_and_tips 3 роки тому
Much appreciated your video on Adafruit's pico feather. Got two to try out to run stepper motors. Being in Canada shipping was faster but the price is high compared to product. Keep up the good work.
@matthiassuess7293
@matthiassuess7293 3 роки тому
Very good and clear presentation of the new Feather Board. I find the flash size of 8MB and USB Type C great. I find it a pity that the board is not designed for external power supplies. I'm looking forward to your next video in the series. Thank you very much. Many greetings from Germany, Matthias
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Thank you Matthias - hopefully the next video in the series will be soon!
@nabeelahsan504
@nabeelahsan504 3 роки тому
Was eagerly waiting for your video on the Adafruit Feather RP2040!!!!!!
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Glad it's finally here!!
@interestingspagetti
@interestingspagetti 3 роки тому
I'm becoming quite a fan from the video's you have produced so far. Keep up the good work. I've actually just picked up a pico and having not attempted to learn python yet. Your arduino ide video will come in very handy. You are very concise and clear in your explainations. You should consider doing some tutorial video's on programming. 4k subscribers in 2 months is very impressive too.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Thank you for the support Dave! Means a lot - hopefully the videos are helpful! Do you mean some general programming videos?
@ejennings98
@ejennings98 3 роки тому
Very good overview, keep up the great videos.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Thank you
@newcooldiscoveries5711
@newcooldiscoveries5711 2 роки тому
Very interesting video!! Thanks
@jbammi
@jbammi 3 роки тому
Thanks as always for your informative reviews. You mentioned it in passing, I am hoping you will go more in depth on the SWD and debugging in general, not the print or software debugger debugging, but in circuit and remote debugging using SWD. Thanks
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
I will look at going into SWD in more detail thanks for the suggestion!
@thomsip1990
@thomsip1990 3 роки тому
Really like your content. Keep it up
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Thank you! Will do :)
@alanjrobertson
@alanjrobertson 3 роки тому
Nice video. Not sure I agree re the Pico should have been this though - it sounds more like a Pico+? The great thing is still RP2040 so lots of options for people 👍😀
@pobeydishner3687
@pobeydishner3687 3 роки тому
Great video! Can the next video show a 10 pin SWD header (surface mount 0.050 pins) added to the Feather, and connection to an inexpensive JTAG debugger that uses the 10 pin connection? Looking forward to next steps in C/C++...
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Will look into this! Need to get my hands on some correct pitch headers first as for some reason mine are way out! Thanks for the suggestion :)
@rob28803
@rob28803 3 роки тому
Horses for courses. if your project doesn’t need the extra stuff, why pay the extra money? Just use a pico. If you pull your projects apart afterwards and reuse the parts, then maybe consider this one. I see no reason to not have both 😁
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
I also see no reason not to have both!
@charlesje1966
@charlesje1966 Рік тому
I got one of these adafruit feather micropython boards and shortly after I ended up giving away boxes of old parts. These little boards replace a lot of bits and pieces from previous projects.
@scottwilliams895
@scottwilliams895 3 роки тому
Good summary video, thank you! Several times you describe battery specs as "up to 200 milli-amp-hours (mAh)", a measure of *energy storage capacity*, and you write the same in the description, which I found confusing. And the LiPo battery you demonstrated is clearly labeled as "1800 mAh". Perhaps I'm misunderstanding something. Or perhaps you meant to say & write "200 mA" *power*, for the charging rate?
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Hi Scott, thanks for picking up on this, you are totally correct! I got my units muddled - it can charge at up 200mA
@jamesgoacher1606
@jamesgoacher1606 3 роки тому
I may have missed it and will watch again to check but I cannot recall you mentioning if it was BreadBoard friendly. The Battery charging outlet looks very close to some pins. Is it close enough to be a problem with soldering the header pins? Many thanks.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Don't think I mentioned but it is breadboard friendly. The battery port just means you have to solder at an odd angle for one or two pins but it fits fine in my breadboard
@ProfessorVector
@ProfessorVector 2 роки тому
Thank you. Can one core run C/C++ code and the other core uPython?
@CooChewGames
@CooChewGames 3 роки тому
Surely it is just enough to have choice in boards having what you need as opposed to a "killer"?
@eFeXuy
@eFeXuy 3 роки тому
You could hack together a nice handheld console with this one, not need extra circuitry for the battery. If only I had a 3d printer.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
That sounds like a great project! I also wish I had a 3D printer - maybe one day!
@soulrobotics
@soulrobotics 3 роки тому
nice presentation. I have several issues with Raspberry programming. Just because I am old and my idea of programming is build an exe file and run it... My best was QB,, VB and some c programs programmed with Dev C++ which is old now. I have installed Visual Studio, but I am feeling dizzy with all that extra crap, and classes and all sort of things for only blinking a led. If i want to make extra mathematics and functions, I don't know if I can optimize that because I have lost contact with the hardware... is not like PICs anymore.... yeah old school. So I have to relay in other people functions... well sorry for this long comment (rant) and I hope that, despite my age, i can go forward and make some good programs. I will take a look into your tutorials.
@oscargr_
@oscargr_ 3 роки тому
I am probably also old, as I find it daunting to move from the old Microchip IDE/compiler/debugger to the new ones. It probably has more and better features, but I don't look forward to the steep learning curve. Spending hours and hours until you can finally "blink an LED" again. 😏 Cheers, I feel your pain.
@peter9477
@peter9477 2 роки тому
You might like to learn Python. It's a very easy language (somewhat reminiscent of what VB used to feel like perhaps) and very accessible, especially in the form of micropython on an RP2040.
@LittleRainGames
@LittleRainGames 3 роки тому
The only thing truly amazing about the pico is the PIO. Which should be named differently, most of the time PIO means Parallel input output peripheral. But you could easily just use a CPLD, especially the cheap atmel ones.
@chrisnurse6430
@chrisnurse6430 3 роки тому
Do you think the lack of Bluetooth is a thing? Seems odd in this day of connected things.
@turanamo
@turanamo 3 місяці тому
I think SparkFun RP2040 Thing Plus beats it with an sdcard slot, easy 1.27mm jtag header, and increased 16MB flash memory
@Mr.Leeroy
@Mr.Leeroy 3 роки тому
when's the next pico tutorial video?
@MeysamShojaeeNejad
@MeysamShojaeeNejad 3 роки тому
Where we can find the actual MCU of RP2040 chipset? It is not available on Digikey, Mouser nor even Aliexpress. Should it be purchased from Raspberry Pi foundation? What I am curious is the price of the MCU in 1000pcs.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Apparently it will be released at some point in Q2 once they have sorted supply to all their board partners then they will retail the chip to the public. I'm pretty excited for when they do!
@Dygear
@Dygear 3 роки тому
I think the price is still under NDA for the current set of board partners, but Eben said it would be in the ballpark of 20 cents/unit cost at the 1000 qty.
@gorannikolic5004
@gorannikolic5004 3 роки тому
From where did you get all your knowledge for electronics? Was it the Internet or from school?
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Primarily from university education! But to be honest the internet helped significantly :)
@gorannikolic5004
@gorannikolic5004 3 роки тому
@@LearnEmbeddedSystems Interesting. Thanks
@LittleRainGames
@LittleRainGames 3 роки тому
Only go to school if you want a job, if you want to design your own products and and start a business, save your money and just learn online. Within a couple years of working on projects you can gain enough knowledge to do almost anything. Maybe add another 2 years for programming experience as well.
@JonS
@JonS 3 роки тому
Your links in the description are wrong. You don't have a link to a video on Pimoroni's Tiny 2040. Instead you have labeled the link to the Adafruit Feather RP2040, "Tiny 2040".
@recycle320
@recycle320 2 роки тому
Ah yes sir
@bzuidgeest
@bzuidgeest 3 роки тому
Why must everything always be phrased as an ..... killer? Every product has advantage and disadvantages. Why not just highlight those and be done with it. Why not call it just a comparison? The right tool for the right job. There is not tool that does it all.
@oldblokeh
@oldblokeh 3 роки тому
I disagree with your statement that this is what the Pico should have been. You have to remember that the Raspberry Pi Foundation's main purpose is education. Money is very short in schools and quadruple the price puts the Feather RP2040 out of the running for enough boards for a class of schoolkids.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
You make a very good point! I think a better way of saying what I wanted would be: this is what I wish the Pico could have been for 4$
@stephenvalente3296
@stephenvalente3296 3 роки тому
Or maybe this is the way an enhanced Pico could have been if they'd gone the way of the old Pi boards and there had been a Pico Model A and B (with enhanced features).
@LittleRainGames
@LittleRainGames 3 роки тому
All of adafruits stuff is extremely over priced. You can find tons of the same stuff on other websites(ehich adafruit probably bought them from) and is sometimes 10 times the price.
@letrainavapeur
@letrainavapeur 3 роки тому
No WiFi?
@namernum5692
@namernum5692 3 роки тому
Esp32 the picopi killer
@tld8102
@tld8102 3 роки тому
nice! USB-C. shame no wireless
@lloydrmc
@lloydrmc 2 роки тому
May as well say "I'm really disappointed that the Toyota Yaris is nowhere near the car the BMW 3 Series is" Why doesn't this board have built in WiFi and hardware security like the Arduino 2040 Connect? Oh, yeah - the Connect costs twice as much as this one.
@H3liosphan
@H3liosphan 3 роки тому
Apart from the extra flash, this is pretty pointless, and for £8.64 (at current usd conversion) vs £3.60, is just silly. I thought the point of these third-party boards is to at least add some real value, such as WiFi / Bluetooth, or some other advantage over the Pico, you know, to bring it into capability parity with the ESP32 or something.
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Hopefully the price comes down as more rp2040 chips are available from the Pi foundation. Maybe the clones will come shortly after these boards are all out!
@ExplodingWaffle101
@ExplodingWaffle101 3 роки тому
lucky it’s not 25 quid coming from adafruit 🤣
@stephenvalente3296
@stephenvalente3296 3 роки тому
Have to agree there to a point. Pimoroni have no stock. USB C a better connector, and they have upped the RAM a lot, plus the added connectors. It is open source, so can make your own once the RP2040 chip is made available. The Arduino board is meant to have all the Wireless/Bluetooth, but still no pricing or release date.
@keithduffield5239
@keithduffield5239 3 роки тому
@@ExplodingWaffle101 Sadly I agree with you. Adafruit boards are OTT for ordinary folk.
@mrwho30
@mrwho30 3 роки тому
Why has everything to be a "killer"? iPhone Killer, iPad Killer, Pi Killer.... :/
@LearnEmbeddedSystems
@LearnEmbeddedSystems 3 роки тому
Because it's a flashy title! Nothing more :)
@DerFrickel
@DerFrickel 3 роки тому
Viel zu viel Werbe-Clips. Keine Lust, den Bericht so anzuschauen. Tut mir leid
@ste76539
@ste76539 3 роки тому
A bit of patience and you could have had one for £10.50 from Pimoroni...
First Look at the Adafruit QT Py RP2040 - Fantastic Tiny RP2040 Board!
11:47
Learn Embedded Systems
Переглядів 22 тис.
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Переглядів 4 млн
Bro smelt it & passed out 😂 #comedy
00:10
MrTalalaa
Переглядів 7 млн
First Look at the Pimoroni Pico LiPo - An Improved Raspberry Pi Pico?
11:01
Learn Embedded Systems
Переглядів 14 тис.
World’s Smallest Arm Microcontroller: HC32L110 - Showcase & Programming Guide
10:40
Learn Embedded Systems
Переглядів 33 тис.
Raspberry Pi Pico W vs Pico: Whats The Difference?
6:09
Core Electronics
Переглядів 16 тис.
First Look at the Arduino Nano RP2040 Connect - It’s finally here!
8:02
Learn Embedded Systems
Переглядів 61 тис.
DIY Macro Pad Keyboard Build from Scratch with Custom PCB and Mechanical Switches
14:25
We should use this amazing mechanism that's inside a grasshopper leg
19:19
Raspberry Pi 5: The Game Changer? Discover What's New!
14:01
Learn Linux TV
Переглядів 39 тис.
I shouldn’t have kept the $1,000,000 computer
28:05
Linus Tech Tips
Переглядів 175 тис.
ФОКУС С ЧИПСАМИ (секрет)
00:44
Masomka
Переглядів 4 млн