Easy & Powerful Arduino Alternative? #4 Pyboard (MicroPython) Beginner's Guide

  Рет қаралды 173,607

GreatScott!

GreatScott!

Күн бұрын

Пікірлер: 489
@Asu01
@Asu01 4 жыл бұрын
_"168MHz clock speed"_ Meh.. _"1MB memory"_ Okay.. _"32-bit timer"_ Fine, I guess.. _"3 on-board LEDs"_ *Now that's what I'm talking about! Now I can flex in front of my friends with my advanced, triple blinking LED program!*
@greatscottlab
@greatscottlab 4 жыл бұрын
Haha :-)
@karl2673
@karl2673 4 жыл бұрын
The Arduino Micro has 3 onboard LEDs too and they're all programmable :) For reference those are LED_BUILTIN (pin 13), LED_BUILTIN_TX and LED_BUILTIN_RX (also the SS pin). Should also note that those will still flash when you use the serial monitor and the only way to disable that would be to modify the firmware and delete the code that handles the RX/TX LED flashing.
@Rayan-Singh
@Rayan-Singh 4 жыл бұрын
@HollyT Yes 😂😂😂😂
@alejandroalzatesanchez
@alejandroalzatesanchez 4 жыл бұрын
Guy an extensible memory with sd!
@wesleymays1931
@wesleymays1931 4 жыл бұрын
@HollyT Laughs in Intel 1,830MHz
@1976kanthi
@1976kanthi 4 жыл бұрын
Waoh! I was looking for an arduino alternative. This video came in just the right time!
@greatscottlab
@greatscottlab 4 жыл бұрын
You're welcome ;-)
@swatantratech5732
@swatantratech5732 4 жыл бұрын
@@greatscottlab please tell us how to use oscilloscope please i from indian watch all ur video i your fan tq but please do video on osliscope operating
@d19sbp
@d19sbp 4 жыл бұрын
@@Jdozjsnwj783 python isn't slow, it takes a bit more memory but python calls to C and is just as fast.
@vatterger
@vatterger 4 жыл бұрын
@@swatantratech5732 kzbin.info?search_query=oscilloscope+tutorial There are already a lot of great videos on oscilloscope operation, check out the one by mjlorton, i think it was the first suggestion too and it's really well made so you can follow it easily.
@long-timelistenerfirst-t-us2yy
@long-timelistenerfirst-t-us2yy 4 жыл бұрын
@@vatterger - yeah I can also vouch for mjlorton, his oscilloscope video is intense. I eventually unsubbed his channel tho, *way* too dry and everything was a "deep dive"... _he fried my ADD_ hehelol 🤭
@BigDaddy_MRI
@BigDaddy_MRI 4 жыл бұрын
I had my first 4 layer PCB built by JLCPCB because of your sponsorship. They did a fantastic job on those boards! I am very impressed by them. I’m designing another project and will use them again! This seems like an interesting board. I’m very interested in the Arduino port for the libraries. That way, the language changes won’t be so severe. Sounds like a great board to experiment with. Thank you for a great video!
@greatscottlab
@greatscottlab 4 жыл бұрын
Great to hear!
@Abodino
@Abodino 4 жыл бұрын
@@greatscottlabHi scott.plsssssss...make a vedio about arduino starter kit with some examples. Thank you...
@villageracademy4815
@villageracademy4815 4 жыл бұрын
I normally use uPy on ESP8266 & ESP32. They just cost 3-4USD but with wifi & Bluetooth connection capability
@zaydabbas1609
@zaydabbas1609 4 жыл бұрын
Same, they are my 2 favorite microcontrollers
@Dalmen
@Dalmen 4 жыл бұрын
me too. upy on a ESP32 is awesome
@AdamTheBot
@AdamTheBot 4 ай бұрын
I use esp32 , it's just awesome for the price . But it gets a little bit hot while running Marauder .
@andymouse
@andymouse 4 жыл бұрын
I would like to point out an ESP32 dev board with micropython called "Tiny Pico" to your viewers, the easy to use WIFI might be interesting to them, great video...cheers.
@greatscottlab
@greatscottlab 4 жыл бұрын
Thanks for the info!
@kazykamakaze131
@kazykamakaze131 4 жыл бұрын
You can with a few lines of code in C++ have wifi up and running. It's nothing too complicated and won't eat up all the storage of your little device. Python tends to be a massive hog when it comes to resources compared to C++ especially if you know that python is interpreted to C++ and adds a large amount of code for memory management.
@javierolavarria
@javierolavarria 4 жыл бұрын
@@kazykamakaze131 MicroPython is based in standard CPython, isn't based in C++. In micropython your write less than C++ but the use of ram is high.
@kazykamakaze131
@kazykamakaze131 4 жыл бұрын
@@javierolavarria C and C++ is basically the same thing since you can write C in C++ but not the other way around, so technically it is written in C++ as well. Also, you still sit with the exact same problem with memory allocation that needs to be cleaned regardless of what you say a python program will be larger and slower than a written C/C++ program, if you do not believe me make a program, compile and test compared to Python equivalent. You would have known this if you knew how garbage collection works in the first place.
@cheaterman49
@cheaterman49 4 жыл бұрын
@@kazykamakaze131 In practice, dev time is usually more valuable than hardware resources.
@mcintoshdev
@mcintoshdev 4 жыл бұрын
That board may be just perfect for the air combat sim cockpit I want to build! Even though it's bigger and more expensive it's higher clock speed, more memory and greater amounts of IO could amount to a cheaper solution in the long run. Great video as usual!
@ARClazerbeam
@ARClazerbeam 4 жыл бұрын
Thank you for posting! Within the last week I started my journey of learning Python. This couldn't have come at a better time.
@aleXelaMec
@aleXelaMec 4 жыл бұрын
Finally!!! )) As for price, you can use esp32/8266 and port micropython on it. Works very well. Also powerful, but much cheaper. Thanks as always.
@atlantapuzzler976
@atlantapuzzler976 4 жыл бұрын
Scott, this board sports an STM32F405 chip. You can use the Arduino platform to program it if you want to. It is nice to learn MicroPython, but I just wanted to point that out
@kimdzongdzwon82
@kimdzongdzwon82 4 жыл бұрын
Your channel is Great knowledge source, i learned alomst 90% of my electronics, phisics and even a lot of english from you Thanks so much for want to share your knowledge with us, I really respect such people
@randomcoder3185
@randomcoder3185 4 жыл бұрын
adafruit has their own fork of micropython called circuitpython. adafruit also makes boards that are designed for it and make it really easy to use. while the most powerful one may not be as powerful, "only" 120Mhz. It comes in the same footprint as an arduino nano so i think its pretty cool
@ZeroMass
@ZeroMass 4 жыл бұрын
Perfect timing, just poured my coffee, 'lets get started'.. 🤘😁
@dr.sreepriyad8253
@dr.sreepriyad8253 4 жыл бұрын
Wan and I accidentally poured my coffee on my sister
@_wandering
@_wandering 4 жыл бұрын
🤣🤣🤣
@ZeroMass
@ZeroMass 4 жыл бұрын
@@dr.sreepriyad8253 ouch lol Just watch for when she pays you back for that one 🤪
@youssefahourri3245
@youssefahourri3245 4 жыл бұрын
Nice to meet you again Great Scott ☺️
@Dvay1
@Dvay1 4 жыл бұрын
I recoment to check Micropython for ESP32 and also how to connect it with Jupyter Notebook. This is a briliant combination!
@DD-DD-DD
@DD-DD-DD 4 жыл бұрын
"Pooty" lolol that's a different kind of thing
@maxd7228
@maxd7228 4 жыл бұрын
I will never pronounce Putty the same after this. Pooty is the new word.
@SayanGHD
@SayanGHD 4 жыл бұрын
Exactly!
@knarftrakiul3881
@knarftrakiul3881 4 жыл бұрын
Pooty is what you get on your finger when wiping your butt with cheap toilet paper
@SamChaneyProductions
@SamChaneyProductions 4 жыл бұрын
Putty_Tang.exe
@FoX84tac022
@FoX84tac022 4 жыл бұрын
@@SamChaneyProductions xD
@deadbird99
@deadbird99 4 жыл бұрын
0:31 you should definitely check out the Teensy 4.1. If the PyBoard's power amazes you, this puppy will blow your mind 😉 Moreover, I must thank you for something. I long while ago, I tried micropython and was stuck back then with a REPL environment, which was so painful to develop with...The way the Pyboard works is definitely a plus, I really want to try one of these!
@greatscottlab
@greatscottlab 4 жыл бұрын
I saw it online. I actually thought about creating an oscilloscope with it. But I will need more time for that😅
@deadbird99
@deadbird99 4 жыл бұрын
@@greatscottlab oooooh, that's one sweet idea ^^
@srivatsarupadhya6116
@srivatsarupadhya6116 4 жыл бұрын
@@greatscottlab It would be an interesting project !!
@TeddyGun300
@TeddyGun300 4 жыл бұрын
Awesome, finally my python skills make some sense in the microcontroller programming world
@TomaszDurlej
@TomaszDurlej 4 жыл бұрын
For lower power consumption chec L series of stm32.
@belyrit4984
@belyrit4984 4 жыл бұрын
You may try to code on vscode, it is light (not as light as np++ ), it will help you debbuging your python code 😉
@greatscottlab
@greatscottlab 4 жыл бұрын
Thanks for the tip :-)
@gogny7665
@gogny7665 4 жыл бұрын
Have a look to vscodium, vscode without the microsoft's dubious code... I use it with the platformio extension, it is great !
@yuna5344
@yuna5344 4 жыл бұрын
@@gogny7665 I use Atom because of the code from Microsoft but Plattform IO has many issues with Atom. I didn't know such thing as vscodium existed so i might give it a try. Thanks for the info.
@Alacritous
@Alacritous 4 жыл бұрын
@@gogny7665 I'm not worried about Microsoft telemetry. I use Pihole DNS server. It blocks malware and spyware including Microsoft telemetry endpoints. It does a big job of keeping viruses and spyware off the rest of the family's computers too.
@groowy
@groowy 4 жыл бұрын
real men use vim ;)
@7head7metal7
@7head7metal7 4 жыл бұрын
Since I really like Python, this looks like a fun board to check out
@uzairmughal4976
@uzairmughal4976 4 жыл бұрын
Finally..! Please demonstrate some project using MIcroPython for ARM controllers. Much appreciated
@user-yw8sr3uj1w
@user-yw8sr3uj1w 4 жыл бұрын
Why not RISC-V
@shamrithponlingam1656
@shamrithponlingam1656 4 жыл бұрын
My man is doin all the software stuff twice as he needs to film with the laptop and his desktop is not were he films
@greatscottlab
@greatscottlab 4 жыл бұрын
True ;-)
@vincentstragier6628
@vincentstragier6628 4 жыл бұрын
@@8SecSleeper maybe simply with AutoHotkey...
@Gastell0
@Gastell0 4 жыл бұрын
Filesystem programming AND built-in serial out of the box? That's definitely an easy start board!
@Delali
@Delali 4 жыл бұрын
This is an amazing board. Specs got me thinking of projects for my channel. Keep up the great work Mr. Scott.
@rondlh20
@rondlh20 4 жыл бұрын
There is also a Pyboard Mini which is quite close in size to the Arduino Nano, based on STM32F411CET5, 512KB flash, 128KB RAM
@AnandKilli
@AnandKilli 4 жыл бұрын
Love your work man. Good to see you playing with Micropython. It’s beautiful. Hope to see great projects from you using micropython boards
@YashKumar-zm2ud
@YashKumar-zm2ud 4 жыл бұрын
Was just looking for a guide on pyboard and this video came in! Thank you, Great Scott!
@jessstuart7495
@jessstuart7495 4 жыл бұрын
That's a 12-bit DAC at 2.4 MSPS. You can always dither the output and lowpass filter it to obtain a higher effective number of bits.
@Gurux13
@Gurux13 4 жыл бұрын
You can also use MicroPython with esp8266 and esp32, I have DIY home automation running on these.
@alexcarter8082
@alexcarter8082 4 жыл бұрын
STM32s are another level I love them
@qarwill
@qarwill 4 жыл бұрын
This seems pretty competitive...
@varuns150
@varuns150 4 жыл бұрын
is micro python tough?
@SolarWebsite
@SolarWebsite 4 жыл бұрын
@@varuns150 Tough? If you know the general principals of other programming languages (micro)Python is not very hard to learn. I taught myself microPython last year and I've moved completely away from Arduino for ESPxxx programming.
@thommy270
@thommy270 3 жыл бұрын
There is now a uC from Raspberry, called "Pico", which you can easily program with uPython too! Looks really promising
@art4259
@art4259 4 жыл бұрын
There are a lot of stm32 family micro controller boards available at the Internet suppliers. And you should try to programm it by free system workbench or cube from st. Surely, these boards are much more greater than Arduino ones. And Python is a great language, but it requires a lot of resources comparing to c++.
@LeonVuksic
@LeonVuksic 4 жыл бұрын
Bro I’ve been using STM32F7 boards for like 3 years, now thats a beast 💪 P.S. you have 2 versions of the F7 one has smaller/bigger memory, less/more UART’s, etc...
@aricius7130
@aricius7130 4 жыл бұрын
Hi. I would love to see "DIY or Buy" episode about Wi-Fi antenna or signal booster. I think im not alone :)
@rajatghosh1158
@rajatghosh1158 4 жыл бұрын
U know ure not alone - Alan walkee
@caffeinatedinsanity2324
@caffeinatedinsanity2324 4 жыл бұрын
I imagine him now reviewibg Nucleo boards even though they are already relatively well known among the community
@cwbh10
@cwbh10 4 жыл бұрын
Would be cool if you showed the original pyboard to help support the project
@arjayUU
@arjayUU 4 жыл бұрын
Find out more on STMs official dpcumentation. Note that asynchronous programming and multithreading are supported as well. What a joy! www.st.com/en/embedded-software/grpl-upython.html
@Dreez
@Dreez 4 жыл бұрын
"puddy" 3:33 hahhha xd
@sol3406
@sol3406 4 жыл бұрын
Lolol
@ayanvaidya2727
@ayanvaidya2727 4 жыл бұрын
you are one of my subscribed youtuber whose video i first like and than watch keep making such educational videos they really inspire alot
@ndgoh67
@ndgoh67 4 жыл бұрын
Great video as always.... I value great information sharing and have no issues on how certain words are pronounced as I have great respect for a great guy like GREAT SCOTT... Thank you... As for those Sylvesters, go watch your cartoon...
@gregf9160
@gregf9160 4 жыл бұрын
This was very interesting, and good to see you enjoying learning something new 😉
@vitormoreno1244
@vitormoreno1244 3 жыл бұрын
You can set the STM32 timers almost that easy too, take a look at stm32duino library and the HardwareTimer library.
@D.Axtmann
@D.Axtmann 4 жыл бұрын
Please have a look at the Teensy 4 lineup. Really worth a try, especially with all the new features and projects it is able to power :)
@AdityaElectronics
@AdityaElectronics 4 жыл бұрын
Indonesia is here watching again :)
@ralakus8784
@ralakus8784 4 жыл бұрын
You should check out some Kendryte K210 boards from Sipeed. Their Maix boards normally run MicroPython like this one but it has a dual core RISC-V rv64gc CPU with an AI accelerator and 8mb of RAM so you can run any code compiled for RISC-V that doesn't use an MMU. They're around the same price as that board you just got. Some variants also have Wifi, TFT connector, and a camera connector
4 жыл бұрын
Very nice board. If only there was WiFi in the mix, I would probably move to it from the ESPs.
@nikodemradomski1782
@nikodemradomski1782 4 жыл бұрын
Considered the Lolin D1 mini?
@nathanp3366
@nathanp3366 4 жыл бұрын
ESP8266 and ESP32 boards can run micropython
@davidharms3562
@davidharms3562 4 жыл бұрын
Great video GreatScott! I too am partial to my Arduino Boards, and have been tempted to try out Micro Python. Will definitely give it a try in the near future. 👍🏻
@flomojo2u
@flomojo2u 4 жыл бұрын
Very cool, I would compare the PyBoard 1.1 to an Arduino Uno as a sort of baseline for performance and expandability in the MicroPython world. The ESP32 (With mandatory PSRAM!) is also a great option for WiFi-enabled boards, while the MaixPy/MaixDuino boards are on the high end: 64 bit RISC-V dual core w/floating point unit at up to 600 MHz, 8MB of RAM, and bundled with a 320x240 LCD, micro SD, and VGA camera with hardware object recognition, all for around $35 for a bundle.
@arjayUU
@arjayUU 4 жыл бұрын
Finally a worthy accessible development alternative! You can just run micropython on a typical Nucleo Board by ST. So no need to get some chinese replica. They are very cheap anyways.. Performance comparisons between C, Arduino and uPython would be so intersting!
@JRZ901
@JRZ901 4 жыл бұрын
Adafruit has many sensor and actuator libraries for CircuitPython that are compatible with MicroPython and your microcontroller.
@SohailKhan-nn1cx
@SohailKhan-nn1cx 4 жыл бұрын
Did you sware your partnership with the JLCPCB for the eternity?😂😂
@greatscottlab
@greatscottlab 4 жыл бұрын
Maybe.....
@user-yw8sr3uj1w
@user-yw8sr3uj1w 4 жыл бұрын
Its getting annoying
@cheaterman49
@cheaterman49 4 жыл бұрын
To be fair they're a _great_ mfg/assembly house!
@user-yw8sr3uj1w
@user-yw8sr3uj1w 4 жыл бұрын
@@cheaterman49 i literally have a script which presses the L key after the intro and it auto skips the advert without fail! Thats how consistent he is!
@SohailKhan-nn1cx
@SohailKhan-nn1cx 4 жыл бұрын
@@cheaterman49 i know i was just kidding😜❤ hes putting in alot of effort for us.
@MegaSteamfreak
@MegaSteamfreak 4 жыл бұрын
I mean yes, the sleep mode current is high at 1.1 mA but if you look at the Standby consumption you can get down to 2.2µA @ 3.3V/25°C (DS8626 Rev 9 Table 24). If you really need low power go for a STM 32L4 which can get down to around 8 nA in Shutdown mode (AN4621 Rev 5 Table 6).
@aarondlancaster
@aarondlancaster 4 жыл бұрын
Looking forward to more videos on this board!
@chris-tal
@chris-tal 4 жыл бұрын
I've bought a few chinese black, blue, etc. STM32F407 boards for trying out mpy a while ago. Some have SD slots, others don't. You can even run your code from SD. STM32F405 is not very different than 407, but some of my boards had a bit different layout than the original pyboard. Check out mcauser's github repos for some of them. I had one that was not on his list, so I've played around and modified one of his board definitions and put it up to my repo. I'm running this chinese one with a particle sensor, a BMP680 and a lorawan radio. Also do check out the company named pycom. They even started to sell an 8ch lorawan gateway running mpy, not long ago. :)
@zakhapiell4142
@zakhapiell4142 4 жыл бұрын
It is like common programming in c just using register address nice I prefer that option it's is harder to learn but gives more options
@ridakr9473
@ridakr9473 4 жыл бұрын
Really awesome product i am waiting you new videos about it and i will buy one so soon keep discovering bro
@alfblack2
@alfblack2 3 жыл бұрын
oh lovely! micro socs getting exciting.
@MCsCreations
@MCsCreations 4 жыл бұрын
Pretty interesting board! Looks like an old flight controller! 😂 Great review, dude!!! Stay safe and creative there! 🖖😊
@greatscottlab
@greatscottlab 4 жыл бұрын
Thanks, you too!
@markmark2961
@markmark2961 4 жыл бұрын
168 MHz, 1MB RAM. I guess I can blink those 3 leds really fast
@psylentrage
@psylentrage 4 жыл бұрын
"Impressive. Most Impressive.'" Thanks for the video. GR8 Info! And also FOSS?
@real_Zuramaru
@real_Zuramaru 4 жыл бұрын
nice timing. i did a lab on micropython with an esp32 not long ago too
@greatscottlab
@greatscottlab 4 жыл бұрын
Nice!
4 жыл бұрын
Micropython is insane. Nice video!
@excitedbox5705
@excitedbox5705 4 жыл бұрын
ST sent me a few samples of this chip i the spring. It is feature packed and if I remember correctly it is supposed to be used as a motor controller with built in MCU.
@devdylan6152
@devdylan6152 3 жыл бұрын
the esp32-C3 is RISC-5 and a beast as well.
@akhurash
@akhurash 4 жыл бұрын
This is a very powerful board for a great price. Will have to try it.
@LuizDahoraavida
@LuizDahoraavida 4 жыл бұрын
how did you post this a week ago
@mrHello420__
@mrHello420__ 4 жыл бұрын
@@LuizDahoraavida Patreons get the videos earlier.
@sutsuj6437
@sutsuj6437 4 жыл бұрын
I would recommend vs code for python (with the python extension of course). notepad ++ is just a bit to basic.
@blackkissi
@blackkissi 4 жыл бұрын
Thanks, made another online purchase today, after watching this video 😀
@maxpaege4752
@maxpaege4752 4 жыл бұрын
I don't know if you have Seen it, but in my opinion the best alternativ to arduino are the nucleo boards Form STMicroelectronics ther you have a fiwe options for programming (STM Cube, Mbed OS, Arduino IDE, Keil IDE,...). It has an arduino compatible pin header and an extra header for more i/o's the microcontrollers are all arm based and extremly powerfull (and one have eaven a dual core)
@BenLMitchell
@BenLMitchell 4 жыл бұрын
Im tempted to buy one and plug it into Betaflight to see if I can get it to work 🤔
@samu-yx8zv
@samu-yx8zv 4 жыл бұрын
Check out the Teensy 4.0, that bad boy is smaller than an arduino nano, and its bloody 600 mhz! Its insane!
@asm_nop
@asm_nop 4 жыл бұрын
Wow. That's insane. Tbh the teensy4.0 doesn't have enough pins on it, but on the plus side, the chip itself runs about CAD$18 on its own. Really easy to drop into a custom design.
@blackkissi
@blackkissi 4 жыл бұрын
but 3 times as expensive as the board in this video
@samu-yx8zv
@samu-yx8zv 4 жыл бұрын
@@blackkissi no. The teensy is 20 bucks, this is 13. And i believe those 7 bucks are easily worth the faster speeds, and even more so the tiny form factor.
@edwardpaulsen1074
@edwardpaulsen1074 4 жыл бұрын
For an even more powerful board (and only slightly bigger) check out the Teensy 4.1 that has 55 pins! plus ethernet and SD card for extended storage and lots of extras! Yes... it is double the price, but it is more than double the capacity, speed, and options... with the exception of not having a native accelerometer or camera port... choose the board that works best for your needs or the best overall bang for your buck... if you don't need all that power than use the smaller cheaper boards... but for sheer brute force at a good price...
@jean-paulblanc8849
@jean-paulblanc8849 4 жыл бұрын
At the moment I use ESP32 with PlatformIO IDE (a prety nice plugin on visual code), perhaps you can make a video comparing ESP32 and this board. With FreeRtos, you can use multitasking.
@AnandKumar-ym9yw
@AnandKumar-ym9yw 4 жыл бұрын
See you next time 😍😍
@pauljackson2126
@pauljackson2126 4 жыл бұрын
I thought that I would stick with Arduino no matter what because it's based on C and most importantly, I didn't want to learn a new language like Python and rather stick with C-related stuff. But after watching this video, I think I should give Python a try. If anyone asks, this is the reason for me learning Python
@johndripper
@johndripper 4 жыл бұрын
i hv micropython flashed on my esp32 ;)
@nsg650
@nsg650 4 жыл бұрын
The serial connection to an interactive python shell for arduino is already there its called tinyBasic+
@expletorytube
@expletorytube 4 жыл бұрын
Also check out Adafruit's QT Py board if you want something small with USB C and Python. It's also less expensive, but has fewer pins and LEDs.
@cheaterman49
@cheaterman49 4 жыл бұрын
1:11 Is the "USR" button burnt? :-o
@lohikarhu734
@lohikarhu734 4 жыл бұрын
seems, then, that it executes python code fast enough for quite a few 'real-time' applications. NIce into!
@dogukanbicer4228
@dogukanbicer4228 4 жыл бұрын
exactly the video i expected
@dummypg6129
@dummypg6129 4 жыл бұрын
Nodemcu: 4Mb flash 2.4ghz wifi uPython support as well as Lua, C/C++ Overclock 160Mhz Low current draw at deep sleep
@cheaterman49
@cheaterman49 4 жыл бұрын
Welcome to the mpy world by the way :-D it's a brand new universe out there! Given this board is a slightly more expensive equivalent (with better UC but worse connectivity), do you think you could cover the ESP32/ESP8266-based mpy dev boards? I know you already used them in _plenty_ of projects, but I'm not sure you ever used them with mpy (given you said you just got introduced to mpy in this video)? EDIT: Oh the pyboard seems to have more devices too - accelerometer, RTC, etc, I don't think traditional ESP32/8266 devboards have those!
@der.Schtefan
@der.Schtefan 4 жыл бұрын
Maybe visual studio code would be better suited? It is super fast and can handle micropython, plus has extension for it. It is also free, and open source.
@change_your_oil_regularly4287
@change_your_oil_regularly4287 4 жыл бұрын
I'm getting a few of these 👍 I'm simple so I prefer Python.
@b.mandal
@b.mandal 4 жыл бұрын
I like your each and every videos
@mahiatlinux
@mahiatlinux 2 жыл бұрын
Can you please make a tutorial series on this board? Thanks!
@sandeepsinghjagdev3485
@sandeepsinghjagdev3485 4 жыл бұрын
what about security ?? atmgea328 has fuse bits to prevent hex code reading but in this whole source code will be copied
@MaxGoddur
@MaxGoddur 4 жыл бұрын
I often wonder why folks select the Arduino over the ESP8266/NodeMCU/Wemos Mini D1 boards?
@davidreddy1055
@davidreddy1055 4 жыл бұрын
It’s interesting board and once again great video
@d.jensen5153
@d.jensen5153 4 жыл бұрын
Thanks! This was a great intro.
@liudas5377
@liudas5377 4 жыл бұрын
Very nice job. Thanks for the education....
@davidkempton2894
@davidkempton2894 4 жыл бұрын
Thanks for sharing this! Do you need to have an SD card fitted in order to program this board?
@greatscottlab
@greatscottlab 4 жыл бұрын
No
@peeenoytv1149
@peeenoytv1149 4 жыл бұрын
You should try the STM32F103C8T6 or the "Blue Pill"
@ghostinmatrix
@ghostinmatrix 4 жыл бұрын
I'm a teeny tiny bit jealous of your scope...
@SuperKoe
@SuperKoe 4 жыл бұрын
Hello, i cant find your compare chart in your description.
@sharadthecurioustardigrade1533
@sharadthecurioustardigrade1533 4 жыл бұрын
5:30 ah, reminds of the old native GreatScott, and video under which everyone was commenting about him using semicolons in python
@electrohardik8497
@electrohardik8497 4 жыл бұрын
I think now in your next part of this series you should review RoMeo BLE
@ljnrf
@ljnrf 4 жыл бұрын
Thanks for the video @GreatScott! At 3:52 you say you downloaded the latest firmware version, and it looks like you went to the micropython site but then 4:05 you said you went to the board manufacturer's site and downloaded something from there too. Then flashed the board with that second file using their DfuSe_Demo tool. Question: Did you do anything with the first file?
@kippie80
@kippie80 4 жыл бұрын
How about a vid doing this in assembly? It is fast enough to simulate other devices, seems to have as many pins as a mega2560? Wish there was a faster mega2560 that is still a 5v device.
@tonanornottonull7132
@tonanornottonull7132 4 жыл бұрын
I think this is a great alternative!
@IPv4Address
@IPv4Address 4 жыл бұрын
Great video keep up the good work!!
I tried the 3 Cheapest Arduino Alternatives! (That you Suggested)
13:21
451 Which Processor can kill the ESP32?
11:24
Andreas Spiess
Рет қаралды 355 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
How to make a Softstarter and why it is sometimes mandatory to use!
10:31
Learn MicroPython - Part 1 Controlling the flow
22:35
Kevin McAleer
Рет қаралды 18 М.
Driving a VGA Display?! Getting started with an FPGA! (TinyFPGA)
11:26
3 engineers race to design a PCB in 2 hours | Design Battle
11:50
Predictable Designs
Рет қаралды 495 М.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Can I Make QR Code Damascus?
19:23
Alec Steele
Рет қаралды 311 М.
How to add WiFi Control to any project || ESP32 Beginner's Guide
10:44
GreatScott!
Рет қаралды 1,7 МЛН
Bizzare Shifter
18:04
upir
Рет қаралды 426 М.