Several Chinese words that pronounced xiao: 小 : small 晓: know something 孝: be good to one's parents 笑: laugh 校: school 啸: shouting out loud 消: usually vanish, e.g. 消失 xiaoshi 宵: night time 硝: saltpeter 削: shave something with a knife 枭: usually an owl 哮: roaring
@@stephenthrower440 I am in the early stages of learning. 小 tiny, was one of the first ten words I learned, right after the easy to remember 大 big, person with arms wide.
That's why Chinese characters exist. Romanized Chinese words all look the same. In addition to Barack's list, here are some more Xiao's for daily uses: 效: effectiveness 销: sell 肖: portrait 淆: to confuse 箫: the musical instrument mentioned in the video 霄: sky 嚣: noisy 骁: brave
As a Chinese, let me tell you what Xiao means. Xiao can mean small. This board is so small, Xiao means small, I think my understanding should be correct.
So informative, so thought out, so well articulated, so well documented, and so well produced. DroneBot Workshop is some of the BEST content on UA-cam. (and anywhere) This XIAO video is as good as all of his others. Well done, Sir. THANK YOU.
Glad you're back and once again providing such high quality content! Very informative, detailed and understandable on currently available toys/stuff/modules and electronics. It's such a BONUS to NOT be bombarded by crappy music and irrelevant adverts constantly.
Hello !, I appreciate your tech contents, I like your clear English pronunciation to comprehend easily as a foreigner. I am not a Chinese but Xiao (小), a Chinese character means small, tiny, mini,...such as in XiaoMi (pronounced Xiao also has many other characters having other meanings though) . So I guess Seeeduino XIAO was named from it.
27:40 to tone down an LED output for photography / filming, three quick methods: Sharpie - dab a sharpie on the LED. The ink can be cleaned off later with alcohol on a swab. May require a couple of applications 20 seconds apart to build up a blob of dark ink over the emitter. Nail varnish/laquer - use an opaque neutral colour like (nonmetallic) grey. This is permanent. Works best if you place a drop on a hard surface and let it partly dry before transferring to the LED. Correction fluid (WhiteOut/Tippex) this is extremely messy and permanent.
5:47 Can't a single interrupt routine be used for both pins if the first thing the interrupt does is to check both pin states to determine which transition caused the interrupt and then branch to the appropriate handler code?
hello bill, I am Werner from southern Germany. I love to watch your video. These are very well done and very educational. Thank you keep it up - I'm always there. Greetings Werner
Your video is very superb! Very well made with informative and clearly explained contents. Yes, the XIAO likely refers to small as other have mentioned.
Bill, This is a very exciting microcontroller. It's capabilities in memory and processing speed versus the standard Arduino are impressive. And for a much cheaper price and size factor as well! My thought with any new microcontroller that outperforms the Arduino has always been that they don't have the documentation (educational material) out there like the Arduino Uno has. Your point in this video about a lot of the code from the Arduino being compatible with the XIAO makes the XIAO leaps and bounds above the rest of the microcontrollers that have been introduced lately. A XIAO tutorial series like Paul McWhorter's New Arduino Tutorials still wouldn't go amiss. It wouldn't even have to be as developed as that to launch the XIAO off. It could just be short videos showing differences between using the XIAO for that video versus the Arduino Uno if there are any differences at all. Thank you for introducing us to such a promising and interesting new microcontroller. As always I enjoyed your thorough explanation of everything you put up on the screen. I didn't feel rushed and like I had time to absorb what you were teaching us.
this one of the best channels on youtube, very practical and detailed learning, on behalf of myself and everybody here , i thank you very much sir on these great tutorial videos.
Wow this thing is so beefy, i am excited to get mine. I am not suprised i didnt know about it, i dropped the hobby after highschool and just found some of my old stuff, its even smaller than the micro mega board! Insane!
Hmm, 'piccolo' would mean small flute, according to English Wikipedia, but 'small [Italian - detected]' according to Google translate. At least he got the pronunciation right: until now I've always been saying what I see - (ouch) 'Zhau' - despite the fact that a guy, Xiang, whom I knew is now Shane colloquially.
@@duncanwalduck7715 - yeah points for pronouncing the x correctly. I’ve lost count of the number of incorrect pronounciations of Xi Jing Ping that I have heard!
So glad to see a new video and that you are well! Very good presentation, and great intro to the xieo! I wouldn’t be as nuts as I am now about mcu’s if I hadn’t started watching you a bit over a year ago - hope to share a little on the forum sometime. Thanks for your vMentorship sir!!
@@MrMartinB1962 Rescaling the input argument only affects the horizontal scaling, leaving the (vertical) amplitude unchanged. Something else must be going on. Thanks for taking the time to reply.
@@jonasmaugust True. Maybe the external connection between DAC out and ADC in was missing? Note there was no wiring diagram animation to show the wiring. I don't think this will work without external connection.
@@MrMartinB1962 At 24:31, breadboard rows 27 and 24 are connected by the yellow wire, so pins A0 (DAC out) and A3 (ADC in), but the Arduino sketch sets A4 as the ADC in. That would mean the plot is of a crossover voltage from A3 to A4?!
@@jonasmaugust The frequency is also wrong. With an increment of 0.02 the cycle should repeat every 314 iterations. There should be just one complete cycle between 0 and 314 iterations but at 125 we already have about 18 cycles. When I continue the rough math: 18 cycles in 125 samples means 6.94 samples per cycle. the serial plotter shows a total of 15136 samples in about 36 seconds (according to the video time). That comes down to 2180 cycles in 36 seconds which equals 60.58 cycles/second. Roughly 60Hz, it's just mains hum on an open ADC input.
WOW! What an amazing little device. I can't wait to procure one to experiment with. Thanks for a great video as usual. Hope to see more projects using the Seeeduino Xiao
I want to build an adjustable desk with linear actuators with a arduino and a potentiometer as a height value based on the value. I know i can just use a double position switch but i won't learn what i want from that. So back to the ardiuno. I wrote all the code for it got out working as intended but never build the actual desk. But this bew seediuno will let me get a more accurate height adjustment. It was actually a really fun programming project for a beginniner like myself.
Next time you want to film the little LED effect, I think a thin transparent piece of green or blue plastic or saran wrap would filter out the blue/green LED and accentuate the red/yellow LED more. Thank you for the informational videos!!!
Because there are people that rather buy made in Europe that listening to propaganda to buy cheap plastic toys that are manufactured by children or slaves
I've been thinking about getting a XIAO so this video was very helpful -- thank you. Seeed Studio also offer a useful looking expansion board with socket for XIAO, Grove connectors, battery charge circuit and 0.96" OLED screen.
Yeah, at first I had no idea, but when he kept saying "small", that popped up in my mind. 小. Its Korean pronunciation is "so", and the Japanese pronunciation is "shou".
Nice video. Why the pullup resistors in the final section? I noted that the sketch did not define the pins to use so presumably they are in the built in AM2302 module and don't use pullup. Could you overide and choose other pins AND define them as pullup. Asking just so i get the bigger picture.
Hiya, yes as some have mentioned, Xiao is also used for little / small. My Daughter (whose Mum is Chinese) has a Cousin called Xiao Xin Yue 'Xin Yue' being her name and she was a little baby... My Daughter's name came from Wales (where I grew up).
Recently I've been impressed with the "WeAct Studio" STM32F4x1 MiniF4. Not dissimilar to this, but with more io, and higher maximum clock rate. Works well with Arduino, and MicroPython, but I've been using them for embedded Rust. As a nice bonus, if you buy two, you can program one to be an (Arm CMSIS-DAP) in-circuit debug probe for the other one! Good build quality and design. They also have some very nice STM32H7 boards.
Btw, there are already lower quality pirate copies on the market, but I'd urge people to go for the originals, they're good quality, and cheap enough already!
@@AgentOffice SAMD21's pins can only source 2mA unless you set the appropriate DRVSTR bit in the pin configuration register (PINCFG) which gives you 7mA. Without a series resistor you possibly kill your MCU. While otherwise we always say: Using a LED without a series resistor will be punished with death! see ATSAMD21G18A-MU-Datasheet.pdf page 966
Please use chapters(timestamps) for any video longer than 10 minutes. Some legends use chapters even for watchtime less that but not everyone is a ninja on youtube. Nice content, keep it organised. Good Luck 👍 for the next one
Preserving i2c for a screen, and keeping the usb tx/rx unused for debugging, I wonder if it's possible to set it up with 4x sercom uart TTL tx/rx pins.
Love having you back. You must spend countless hours rehearsing for these videos. They are so well thought out and perfectly executed. OK, enough for the accolades. Now my question. I am trying to measure and monitor a voltage between 0.1mv and 5mv. The arduino uno does not seem to be able to measure less than 4.9mv and not sure how to use the internal ref that would let me measure lower voltages. Is there a simple way to measure 0.1 to 5mv range? Perhaps the seeeduino xiao?
If you need a high resolution reading of that range, you'll probably need an amplifier circuit. For something that low I'd do it anyway. Then you can use whatever microcontroller you want!
We have been struggling to make the XIAO talk to the Arduion IDE using Windows 7. Seeed has developed Teflon shoulders and refuse to support activity on Windows 7 as 'it is no longer supported' yet a significant number of experimenters will still be using old machines with Windows 7 and expecting it to work and getting very frustrated. I have found that by updating the USB driver to use the SmartEverything driver you get better connectivity.
OMG... Im still playing around with the ESP32 and he shows up with the next awesome MC. And as usual: A few hours later every shop is out of stock. :-) (I have to get a lot faster next time...) By the way - excellent video!
You should probably point out that the major difference between this and arduino stuff is that small circuits can be driven directly by the arduino. I highly doubt you could pull 40mA out of one of those pins safely. For many purposes you will need to have drivers for everything anyway, and this would be ideal, but for small scale tinkering arduino is a more self contained solution. It is possible that these are relatively fragile too. The lightweight board may lack protections, making frying it while playing about more likely. For playing around I'll stick to arduino, and for production a custom board is probably warranted. A nice product, but not a competitor to the arduino. It does something slightly different. The potentiometer not going down to 0 is not a bug. Maintaining linearity all the way to 0 ohms would be extremely difficult, so the voltage will never reach ground.
Good stuff... does the temp sensor need a separate pull up? I thought most processors had them integrated. Also check out the Adafruit version of this - the QT Py. Same form factor, similar price, but proper reset button, RGB led and a ‘stemma’ i2c connector on board.
@@noweare1 The reason that C/C++ have dominated microcontroller scene was because other options were bulkier and slow. This is changing fast as hardware is becoming faster and cheaper. We are able to buy a esp32 board for $3 shipped. Look at Teensy 4.0 for speed, even esp32 does not come close. While C/C++ will be relevant in professional scene for a foreseeable future, a lot of hobbyist will be happy with Python/JavaScript for thier user-friendlyness and speed of prototyping. Micropython/Espruino provide a REPL which provided instant feedback and makes debugging a breeze. Exciting times!
@@message2prateek Hardware becoming faster is means c programs will run even faster the speed difference btween python can C remains. But I see what you are saying the programs only have to be fast enough to do what want done.
i've got a few of these and they are great so far! I can't figure out how to change the I2C clock speed though. I don't think their SoftwareI2C library supports it.
I love your videos. Enjoying to watch. Well paced. Now I want this seeeduino xiao too. Mighty little microcontroller. I'd love to play with it. I review ARM Single Board Computers and servers on YT. So little time for Arduino like boards. I've got loads of microcontrollers, but my viewers are not interested in them. Well, they seem not to be interested in much anymore lately. Sometimes I wonder if I wouldn't better do something else I like. But then I find something else to make a video about and stay working with SBCs. A human can only do so much, even when in lock-down I've got a shortage of time. Greetings.
Thank you for all of your work. Is there a sensor or project for PI or Arduino to sort different types of plastic.... PETE or PET HDPE , PP. We need more projects to save the planet.
Got some of these for Christmas. Looks like a very useful board - but... Using Arduino IDE they all powered up and ran the preloaded blink as expected. When I tried to load a simple 'Hello' sketch it compiled OK but failed to load. Investigation shows that on IDE the COM 3 port had disappeared. Device Manager lists it as 'unknown USB device' Attempting to reload bootloader by blipping the RST pads has no effect. Tried a second XIAO with the same reults - switch on is OK, blink works and COM3 recognied by IDE. Load a sketch and COM3 is killed. Non of the usual tricks to restore a USB connection within Windows works. If anyone else has seen, and sorted, this problem I would love to know. Keep up the good work.
My english is awful and my electronics even more, but you, with your very clear explanations, make both very easy to understand for me. Thanks.
Well I can't detect it this end. Thank you.
Several Chinese words that pronounced xiao:
小 : small
晓: know something
孝: be good to one's parents
笑: laugh
校: school
啸: shouting out loud
消: usually vanish, e.g. 消失 xiaoshi
宵: night time
硝: saltpeter
削: shave something with a knife
枭: usually an owl
哮: roaring
I automatically thought it was probably small.
you beat me to the meaning. I spent 7 years in China
@@stephenthrower440 I am in the early stages of learning. 小 tiny, was one of the first ten words I learned, right after the easy to remember 大 big, person with arms wide.
xiao=小=small
That's why Chinese characters exist. Romanized Chinese words all look the same. In addition to Barack's list, here are some more Xiao's for daily uses:
效: effectiveness
销: sell
肖: portrait
淆: to confuse
箫: the musical instrument mentioned in the video
霄: sky
嚣: noisy
骁: brave
As a Chinese, let me tell you what Xiao means. Xiao can mean small. This board is so small, Xiao means small, I think my understanding should be correct.
So informative, so thought out, so well articulated, so well documented, and so well produced. DroneBot Workshop is some of the BEST content on UA-cam. (and anywhere) This XIAO video is as good as all of his others. Well done, Sir. THANK YOU.
Glad you're back and once again providing such high quality content! Very informative, detailed and understandable on currently available toys/stuff/modules and electronics.
It's such a BONUS to NOT be bombarded by crappy music and irrelevant adverts constantly.
Hello !, I appreciate your tech contents, I like your clear English pronunciation to comprehend easily as a foreigner. I am not a Chinese but Xiao (小), a Chinese character means small, tiny, mini,...such as in XiaoMi (pronounced Xiao also has many other characters having other meanings though) . So I guess Seeeduino XIAO was named from it.
If nobody has ever told you...I think you are just AWESOME!!!Just a foutain of information !!!BRAVA!!!
Welcome back. It’s getting late, so I will finish this video tomorrow. Glad you were off building something and not hit by the bug!
I love using xiao for projects. It's everything you need but nothing more. No silly bullshit features and no wasted space.
27:40 to tone down an LED output for photography / filming, three quick methods:
Sharpie - dab a sharpie on the LED. The ink can be cleaned off later with alcohol on a swab. May require a couple of applications 20 seconds apart to build up a blob of dark ink over the emitter.
Nail varnish/laquer - use an opaque neutral colour like (nonmetallic) grey. This is permanent. Works best if you place a drop on a hard surface and let it partly dry before transferring to the LED.
Correction fluid (WhiteOut/Tippex) this is extremely messy and permanent.
Thanks, look forward to seeing more of the xiao.
Very easy to understand, no accent diction.
That was the most easy to understand tutorial I found so far on any Arduino videos.
5:47 Can't a single interrupt routine be used for both pins if the first thing the interrupt does is to check both pin states to determine which transition caused the interrupt and then branch to the appropriate handler code?
Sir, this is the best video EVER about Seeeduino. Thank you very much for making this video.
hello bill,
I am Werner from southern Germany.
I love to watch your video.
These are very well done and very educational.
Thank you keep it up - I'm always there.
Greetings Werner
Really wanted to learn about Seeeduino XIAO so was really glad this came out :)
I've gotten several of their models including one and I've quite enjoyed them so far
Your video is very superb! Very well made with informative and clearly explained contents. Yes, the XIAO likely refers to small as other have mentioned.
Delightful as usual. Welcome back! Thank you. May I ask - What program do you use to create your graphics (eg wire drawing) please?
I also am curious about this. Bill's graphics are excellent. I want to copy his approach.
Agree with you Richard! Hello Bill from a viewer in Melbourne AU. Do share your secret with us when convenient.
+1!!!!
Bill has mentioned elsewhere that he uses “Keynote” for graphics.
@@captainpugwash4100 Can the wiring simulations be done in Keynote? I will have to figure that out.
Bill,
This is a very exciting microcontroller. It's capabilities in memory and processing speed versus the standard Arduino are impressive. And for a much cheaper price and size factor as well! My thought with any new microcontroller that outperforms the Arduino has always been that they don't have the documentation (educational material) out there like the Arduino Uno has. Your point in this video about a lot of the code from the Arduino being compatible with the XIAO makes the XIAO leaps and bounds above the rest of the microcontrollers that have been introduced lately. A XIAO tutorial series like Paul McWhorter's New Arduino Tutorials still wouldn't go amiss. It wouldn't even have to be as developed as that to launch the XIAO off. It could just be short videos showing differences between using the XIAO for that video versus the Arduino Uno if there are any differences at all.
Thank you for introducing us to such a promising and interesting new microcontroller. As always I enjoyed your thorough explanation of everything you put up on the screen. I didn't feel rushed and like I had time to absorb what you were teaching us.
Thank thee ;-)
This is the first reference I have seen of the 12 (vs 10) ADC.
Good job
No problem life gets in the way of some things we do. Glad to see you made this video. Thank you, always worth the wait.
this one of the best channels on youtube, very practical and detailed learning, on behalf of myself and everybody here , i thank you very much sir on these great tutorial videos.
Wow this thing is so beefy, i am excited to get mine. I am not suprised i didnt know about it, i dropped the hobby after highschool and just found some of my old stuff, its even smaller than the micro mega board! Insane!
nope, it's call xiao because the word “小” it means small..
LOL I also headed here to see if anyone had corrected him on meaning of 'xiao'.
@@RobertMcKenzie yep me too
Hmm, 'piccolo' would mean small flute, according to English Wikipedia, but 'small [Italian - detected]' according to Google translate. At least he got the pronunciation right: until now I've always been saying what I see - (ouch) 'Zhau' - despite the fact that a guy, Xiang, whom I knew is now Shane colloquially.
@@duncanwalduck7715 - yeah points for pronouncing the x correctly. I’ve lost count of the number of incorrect pronounciations of Xi Jing Ping that I have heard!
So glad to see a new video and that you are well! Very good presentation, and great intro to the xieo! I wouldn’t be as nuts as I am now about mcu’s if I hadn’t started watching you a bit over a year ago - hope to share a little on the forum sometime. Thanks for your vMentorship sir!!
First time i've heard of the xiao, Thank you. enjoyed. and learned a lot!
Another great video, that shows me news from the electronic world, that I would never know without your video. Many thanks for that!
The best Duino advisor !
You're videos are always a big help. Thanks 🙏
glad to see other microcontrollers being used. thanks for this.
Very nice explanation and cool video! 😊
Your content is always A+, i thankyou for your contribution to knowledge .
Shouldn't the peak-to-peak voltage in the sine wave at 33:30 be closer to 3.3V? It's much smaller!
That is because the sin function expects the angle parameter in radians, not degrees
@@MrMartinB1962 Rescaling the input argument only affects the horizontal scaling, leaving the (vertical) amplitude unchanged. Something else must be going on. Thanks for taking the time to reply.
@@jonasmaugust True. Maybe the external connection between DAC out and ADC in was missing? Note there was no wiring diagram animation to show the wiring. I don't think this will work without external connection.
@@MrMartinB1962 At 24:31, breadboard rows 27 and 24 are connected by the yellow wire, so pins A0 (DAC out) and A3 (ADC in), but the Arduino sketch sets A4 as the ADC in. That would mean the plot is of a crossover voltage from A3 to A4?!
@@jonasmaugust The frequency is also wrong. With an increment of 0.02 the cycle should repeat every 314 iterations. There should be just one complete cycle between 0 and 314 iterations but at 125 we already have about 18 cycles. When I continue the rough math: 18 cycles in 125 samples means 6.94 samples per cycle. the serial plotter shows a total of 15136 samples in about 36 seconds (according to the video time). That comes down to 2180 cycles in 36 seconds which equals 60.58 cycles/second. Roughly 60Hz, it's just mains hum on an open ADC input.
WOW! What an amazing little device.
I can't wait to procure one to experiment with.
Thanks for a great video as usual.
Hope to see more projects using the Seeeduino Xiao
I want to build an adjustable desk with linear actuators with a arduino and a potentiometer as a height value based on the value. I know i can just use a double position switch but i won't learn what i want from that. So back to the ardiuno. I wrote all the code for it got out working as intended but never build the actual desk. But this bew seediuno will let me get a more accurate height adjustment. It was actually a really fun programming project for a beginniner like myself.
Good video, thanks! One note. You appear to have the anode and cathode reversed inside the LED body.
Now that's a confused search result! Tried to find them on Amazon and got the strangest mix of dried caterpillars, Asian flutes, herbs and seeds!
Glad to see you back. I enjoy and learn a lot from your videos.
Next time you want to film the little LED effect, I think a thin transparent piece of green or blue plastic or saran wrap would filter out the blue/green LED and accentuate the red/yellow LED more. Thank you for the informational videos!!!
Thank you for this video,
In the first sketch, why is A0 connected to A4? and why is the need for the pullup resistors on the temperature sketch?
Why the down votes. This was quite useful. I've bought a set. Just what I was looking for to build a tacky Christmas sweater. 😆
Because there are people that rather buy made in Europe that listening to propaganda to buy cheap plastic toys that are manufactured by children or slaves
I've been thinking about getting a XIAO so this video was very helpful -- thank you. Seeed Studio also offer a useful looking expansion board with socket for XIAO, Grove connectors, battery charge circuit and 0.96" OLED screen.
Xiao also means small in Chinese....that was my first thought as its a small micro controller.
Yeah, at first I had no idea, but when he kept saying "small", that popped up in my mind. 小. Its Korean pronunciation is "so", and the Japanese pronunciation is "shou".
Then what is Xiaomi
@@AgentOffice 小米?
@HollyT Previous one
@@AgentOffice XIAOMI means Tiny Rice, Which is the primary daily food of most of Chinese people.
Thanks!
And thank you as well!
Nice video.
Why the pullup resistors in the final section? I noted that the sketch did not define the pins to use so presumably they are in the built in AM2302 module and don't use pullup. Could you overide and choose other pins AND define them as pullup. Asking just so i get the bigger picture.
I just ordered a 3 pack of the Xiao. This should be fun.
Another great video, well explained and so relaxed in style. I watch them to chill as well as learn.
it cannot be better , well done thank you
I have been waiting for your videos
Actually bought one of these lil guys the other day, thanks as always for the excellent video and tutorials!
Hiya, yes as some have mentioned, Xiao is also used for little / small. My Daughter (whose Mum is Chinese) has a Cousin called Xiao Xin Yue 'Xin Yue' being her name and she was a little baby... My Daughter's name came from Wales (where I grew up).
great video. I see the have expanded their lineup now, and its actually a little confusing which model to pick.
Recently I've been impressed with the "WeAct Studio" STM32F4x1 MiniF4. Not dissimilar to this, but with more io, and higher maximum clock rate. Works well with Arduino, and MicroPython, but I've been using them for embedded Rust. As a nice bonus, if you buy two, you can program one to be an (Arm CMSIS-DAP) in-circuit debug probe for the other one! Good build quality and design. They also have some very nice STM32H7 boards.
Btw, there are already lower quality pirate copies on the market, but I'd urge people to go for the originals, they're good quality, and cheap enough already!
Hi Bill, nice video as always. Why there was no need to add a resistor in series with the LED in the first schematic?
Might be built in?
@@AgentOffice SAMD21's pins can only source 2mA unless you set the appropriate DRVSTR bit in the pin configuration register (PINCFG) which gives you 7mA.
Without a series resistor you possibly kill your MCU. While otherwise we always say:
Using a LED without a series resistor will be punished with death!
see ATSAMD21G18A-MU-Datasheet.pdf page 966
@@dieSpinnt then how's the video do it
@@dieSpinnt i hope he figures out that he might get the death penalty before it's too late ☠️
As usual, always very clear 👍👍👍👍👍
happy to see your new video
So impressed with your presentations. Keep up the fantastic workmate!
Anyone else irked with the pliers situation? Lol Great vid
Glad to see you again! Thanks for the video.
Please use chapters(timestamps) for any video longer than 10 minutes. Some legends use chapters even for watchtime less that but not everyone is a ninja on youtube. Nice content, keep it organised. Good Luck 👍 for the next one
Packs a lot into such a small board !
1:35 Xiao is also the Mandarin word for "small", which probably sheds some light on why they called it that.
Preserving i2c for a screen, and keeping the usb tx/rx unused for debugging, I wonder if it's possible to set it up with 4x sercom uart TTL tx/rx pins.
Thanks for sharing! Great video. The perfect level of detail.
It seems to be a versatile board, but obviously your have to make some decisions before using it, since the pins are double or triple-duty.
Hoping you would give a tour of your extended workshop. Great learning channel. Excellent job!
This is just soooo small!! I guess I can even make a product with this board!
Love having you back. You must spend countless hours rehearsing for these videos. They are so well thought out and perfectly executed. OK, enough for the accolades. Now my question.
I am trying to measure and monitor a voltage between 0.1mv and 5mv. The arduino uno does not seem to be able to measure less than 4.9mv and not sure how to use the internal ref that would let me measure lower voltages.
Is there a simple way to measure 0.1 to 5mv range? Perhaps the seeeduino xiao?
If you need a high resolution reading of that range, you'll probably need an amplifier circuit. For something that low I'd do it anyway. Then you can use whatever microcontroller you want!
I love using the XIAO. I just wish they did a XIAO Pro with a couple of extra pins on each side.
We have been struggling to make the XIAO talk to the Arduion IDE using Windows 7. Seeed has developed Teflon shoulders and refuse to support activity on Windows 7 as 'it is no longer supported' yet a significant number of experimenters will still be using old machines with Windows 7 and expecting it to work and getting very frustrated. I have found that by updating the USB driver to use the SmartEverything driver you get better connectivity.
Right on time. Just got a seeduino!
How coincidental sir ah! 🤣
Thank god, finally someone explains what you can do on a forum.
OMG... Im still playing around with the ESP32 and he shows up with the next awesome MC.
And as usual: A few hours later every shop is out of stock. :-) (I have to get a lot faster next time...)
By the way - excellent video!
Really educative! Thanks for time. Best regards.
Thank you for explaining so simple
You should probably point out that the major difference between this and arduino stuff is that small circuits can be driven directly by the arduino. I highly doubt you could pull 40mA out of one of those pins safely. For many purposes you will need to have drivers for everything anyway, and this would be ideal, but for small scale tinkering arduino is a more self contained solution. It is possible that these are relatively fragile too. The lightweight board may lack protections, making frying it while playing about more likely. For playing around I'll stick to arduino, and for production a custom board is probably warranted. A nice product, but not a competitor to the arduino. It does something slightly different.
The potentiometer not going down to 0 is not a bug. Maintaining linearity all the way to 0 ohms would be extremely difficult, so the voltage will never reach ground.
Good job. I like this one, but how does it compare to the PICO of the same physical size?
Great tutorial. Interesting option to the Arduino products. Thanks for the excellent information.
Tnx a million, fantastic videos... I don't remember when my jaw has dropped! It's incredible.
Awesome intro to the XIAO. Thanks. :)
Why is readTemperature() recognized (in orange) but readHumidity() not?
The Adafruit Qtpy can use the same programs. Just a few enhancements.
Beauty unleashed
The best thing for me it has 10 analog inputs. Perfect for my robot with 5 axis limbs
Good stuff... does the temp sensor need a separate pull up? I thought most processors had them integrated.
Also check out the Adafruit version of this - the QT Py. Same form factor, similar price, but proper reset button, RGB led and a ‘stemma’ i2c connector on board.
You should cover this with Circuit python as well. That is what makes it better than an Arduino
What about the speed with circuit python?
@@tokagehideto if you find circuitpython slow you can write a module in C and use that in your python code. Search "extending circuitpython"
C 's faster and perfect for microcontrollers why change to python ?
@@noweare1 The reason that C/C++ have dominated microcontroller scene was because other options were bulkier and slow. This is changing fast as hardware is becoming faster and cheaper. We are able to buy a esp32 board for $3 shipped. Look at Teensy 4.0 for speed, even esp32 does not come close. While C/C++ will be relevant in professional scene for a foreseeable future, a lot of hobbyist will be happy with Python/JavaScript for thier user-friendlyness and speed of prototyping. Micropython/Espruino provide a REPL which provided instant feedback and makes debugging a breeze. Exciting times!
@@message2prateek Hardware becoming faster is means c programs will run even faster the speed difference btween python can C remains. But I see what you are saying the programs only have to be fast enough to do what want done.
i've got a few of these and they are great so far! I can't figure out how to change the I2C clock speed though. I don't think their SoftwareI2C library supports it.
Thank you.
This is great
Xiao supports HID mode as well. That's huge.
Good & useful explanation
I love your videos. Enjoying to watch. Well paced. Now I want this seeeduino xiao too. Mighty little microcontroller. I'd love to play with it.
I review ARM Single Board Computers and servers on YT. So little time for Arduino like boards. I've got loads of microcontrollers, but my viewers are not interested in them. Well, they seem not to be interested in much anymore lately. Sometimes I wonder if I wouldn't better do something else I like. But then I find something else to make a video about and stay working with SBCs. A human can only do so much, even when in lock-down I've got a shortage of time. Greetings.
Thanks for the effort ! One question : should we use SerialUSB (AD converter exemple) or Serial as usual like in the 2320 sensor example ?
xiao also means 'small' depending on the tone; with another tone (and Chinese character) it is a flute.
Excellent video, as always; roll on some shields
Thank you for all of your work.
Is there a sensor or project for PI or Arduino to sort different types of plastic.... PETE or PET HDPE , PP.
We need more projects to save the planet.
Thanks Again for your Good information 👍
DIGIKEY already stocking some parts from them, recognised it from a real time clock module I ordered yesterday.
Xiao is amazing !!
Got some of these for Christmas. Looks like a very useful board - but...
Using Arduino IDE they all powered up and ran the preloaded blink as expected. When I tried to load a simple 'Hello' sketch it compiled OK but failed to load. Investigation shows that on IDE the COM 3 port had disappeared. Device Manager lists it as 'unknown USB device' Attempting to reload bootloader by blipping the RST pads has no effect. Tried a second XIAO with the same reults - switch on is OK, blink works and COM3 recognied by IDE. Load a sketch and COM3 is killed. Non of the usual tricks to restore a USB connection within Windows works.
If anyone else has seen, and sorted, this problem I would love to know.
Keep up the good work.
Wish Amazon would quit delaying my "same day delivery" hah, day 3 here we go, hopefully they arrive today.