Playduino
Playduino
  • 112
  • 245 601
Will My ESP32 POE Smart Home Sensor Work? (Almost Fried My Network Switch!)
Will My ESP32 POE Smart Home Sensor Work? (Almost Fried My Network Switch!)
Join me as I assemble and test the first prototype of my custom smart home sensor board! In this video, I walk through the complete process of building an ESP32-based sensor with Power over Ethernet capabilities. Watch as I tackle challenges like applying solder paste, placing tiny surface-mount components, and troubleshooting power issues.
Key highlights:
- Professional PCB assembly with PCBWay boards
- Surface mount component placement
- Power over Ethernet circuit testing
- ESP32 firmware flashing
- Real-time problem-solving and debugging
See how I transform a bare PCB into a functional smart home sensor, including an unexpected power connection fix! Perfect for anyone interested in electronics DIY, smart home technology, or PCB assembly.
#Electronics #SmartHome #ESP32 #DIY #PCBAssembly #IoT
Thank you PCBWay!
pcbway.com
0:00 Intro & Project Overview
0:22 PCBWay Sponsor Introduction
0:38 PCB & Stencil Inspection
1:42 Assembly Strategy & Planning
2:29 Applying Solder Paste
4:05 Component Placement
6:16 First Power-Up Test
7:07 Troubleshooting Power Issues
9:15 ESP32 Firmware Flashing
12:56 Testing Ethernet Connection
13:43 Outro
มุมมอง: 555

วีดีโอ

Enhancing Your PHP Email Signup Page with CSS Styling and JavaScript Interactivity
มุมมอง 54วันที่ผ่านมา
Enhancing Your PHP Email Signup Page with CSS Styling and JavaScript Interactivity Download the source code for free: www.playduino.com/index.php?site=request-file&file=signup In the final episode of our series on creating a PHP-based email signup page, we'll take your form to the next level! Learn how to use CSS to make your signup page visually appealing and professional. We'll style the form...
Arduino UNO R4 WiFi: The Upgrade You (Probably) Don't Need | In-Depth Review
มุมมอง 3.8K14 วันที่ผ่านมา
Arduino UNO R4 WiFi: The Upgrade You (Probably) Don't Need | In-Depth Review 🔍 Everything you need to know about the Arduino UNO R4 WiFi vs R4 Minima! In this detailed comparison, we uncover: Why the impressive 240MHz dual-core CPU might be overkill Surprising power consumption findings with real tests The truth about the LED matrix implementation RTC battery specs you won't find in the manual ...
Block temporary emails on your signup page - part 3
มุมมอง 5021 วันที่ผ่านมา
Block temporary emails on your signup page - part 3 Download the source code for free: www.playduino.com/index.php?site=request-file&file=signup I show you step by step how I build my email signup page. Using PHP, Maria DB (MySQL), HTML. I am using XAMPP: www.apachefriends.org/download.html and VSCode:code.visualstudio.com In this video I start with the third part. in this part, I build the act...
Martens Ruined Car, So I Created THIS... (100% Legal?)
มุมมอง 5Kหลายเดือนก่อน
Martens Ruined Car, So I Created THIS... (100% Legal?) 🚗💥 Woke up to a chewed-up car? You're not alone! Martens are turning our vehicles into all-you-can-eat buffets. But fear not, I've got the solution: meet SAURON, the Self Aiming Ultrasound Raccoon Overthrowing Neutralizer! In this video, I'll show you how I: ✅ am going to turn my garage into a marten-free zone ✅ Built a device that makes ro...
Block temporary emails on your signup page - part 2
มุมมอง 62หลายเดือนก่อน
Block temporary emails on your signup page - part 2 Download the source code for free: www.playduino.com/index.php?site=request-file&file=signup I show you step by step how I build my email signup page. Using PHP, Maria DB (MySQL), HTML. I am using XAMPP: www.apachefriends.org/download.html and VSCode:code.visualstudio.com In this video I start with the second part. its all about maintaining a ...
I Accidentally Bought the New Arduino UNO R4 (And It's INSANE)
มุมมอง 73Kหลายเดือนก่อน
I Accidentally Bought the New Arduino UNO R4 (And It's INSANE) Oops! I made an impulse buy and ended up with the brand new Arduino UNO R4. But this happy accident turned into an eye-opening experience. In this video, we're diving deep into what makes the R4 a potential game-changer in the world of microcontrollers. 🔍 What's inside: Unboxing the Arduino UNO R4 MINIMA Detailed comparison with the...
HOW to code your email-signup page
มุมมอง 113หลายเดือนก่อน
HOW to code your email-signup page Download the source code for free: www.playduino.com/index.php?site=request-file&file=signup I show you step by step how I build my email signup page. Using PHP, Maria DB (MySQL), HTML. I am using XAMPP: www.apachefriends.org/download.html and VSCode:code.visualstudio.com In this video I start with the first part. its all about setting up the project and how t...
DIY ESP32 Smart Home Sensor: From KiCad to PCB in 15 Minutes
มุมมอง 4642 หลายเดือนก่อน
DIY ESP32 Smart Home Sensor: From KiCad to PCB in 15 Minutes In this video I show you the layout for my smart home sensor designed in KiCad. I will go through the layout of my smart home sensor in KiCad. DHT22 (AM2302), LDR, MH-Z19C, HC-SR501, HW-484, MLX90640, BUZZER, IR LED, TSOP 31240, RFM12, HM-10, RM1000. I will also guide you through the process of ordering pcbs yourself and explain all t...
24V ESP32 WLED driver design for free
มุมมอง 3822 หลายเดือนก่อน
24V ESP32 WLED driver design for free In this video I show you how I fix all known issues of my WLED ESP32 led strip board using fusion 360, and how to use the board step by step. Works with SK6812 RGBW 24V led strips. Should also work with 12V strips. github.com/playduino/24V-wled-driver
Real-Time Data Logging with Arduino: Mastering millis() and SD Cards
มุมมอง 5592 หลายเดือนก่อน
Real-Time Data Logging with Arduino: Mastering millis() and SD Cards Join me in this exciting Arduino tutorial as I build a powerful temperature logger that can run for days, even weeks! In just 15 minutes, you'll learn how to create a data-logging device that captures real-world temperature data and stores it on an SD card. Key Highlights: Leverage the power of the millis() function to impleme...
String objects vs char arrays in Arduino: A Practical Comparison - Arduino Uno Programming Basics
มุมมอง 6112 หลายเดือนก่อน
String objects vs char arrays in Arduino: A Practical Comparison - Arduino Uno Programming Basics In this tutorial, I dive into one of the fundamental aspects of Arduino programming: handling text with String objects and char arrays. Whether you're a beginner or looking to optimize your code, this video offers valuable insights into these two text-handling methods. We'll cover: Basic declaratio...
Function Returns Strings? - Using pointers to return char arrays - Arduino Uno Programming
มุมมอง 2192 หลายเดือนก่อน
Function Returns Strings? - Using pointers to return char arrays - Arduino Uno Programming In this video I show you how you can use pointers to return char arrays.
My DIY ESP32 24V WLED Driver For Ultimate Smart Home Control
มุมมอง 3193 หลายเดือนก่อน
My DIY ESP32 24V WLED Driver For Ultimate Smart Home Control this is the second part of my WLED project. I build a pcb that drives my SK6812 rgbw led strips. Not everything worked as planned. 00:00 last video recap 00:26 nothing burns 00:56 connecting to computer 02:14 flash WLED 03:10 turn it on 04:05 WLED settings 05:30 it works (short) 06:03 it works (long) 06:58 new problem 08:00 solution 1...
Creating A DIY ESP32 24V WLED Driver For Ultimate Smart Home Control
มุมมอง 8763 หลายเดือนก่อน
Creating A DIY ESP32 24V WLED Driver For Ultimate Smart Home Control In this video I show you how I built a pcb for controlling SK6812 rgbw led strips in my ceiling. 00:00 intro 00:09 led strips / WLED 01:43 my pcb 03:41 paper stencil 05:46 part placement 06:39 reflow soldering 07:35 tht soldering 08:15 power it on
ESP32 - pin requirements and strange behavior you need to know
มุมมอง 3973 หลายเดือนก่อน
ESP32 - pin requirements and strange behavior you need to know
What is a pointer? - Using reference operator and dereference operator - Arduino Uno Programming
มุมมอง 2313 หลายเดือนก่อน
What is a pointer? - Using reference operator and dereference operator - Arduino Uno Programming
Convert Data Types - Arduino Uno Programming Basics
มุมมอง 2464 หลายเดือนก่อน
Convert Data Types - Arduino Uno Programming Basics
No Arduino for my smart home sensor?
มุมมอง 3704 หลายเดือนก่อน
No Arduino for my smart home sensor?
How to measure CO2 with Arduino Uno using MH-Z19B
มุมมอง 2K4 หลายเดือนก่อน
How to measure CO2 with Arduino Uno using MH-Z19B
(AM2303) DHT22 sensor tutorial - DHT22 vs. ntc thermistor - (Arduino Uno Programming for Beginners)
มุมมอง 2314 หลายเดือนก่อน
(AM2303) DHT22 sensor tutorial - DHT22 vs. ntc thermistor - (Arduino Uno Programming for Beginners)
Temperature measurements using Arduino - NTC thermistor - (Arduino Uno Programming for Beginners)
มุมมอง 1.6K5 หลายเดือนก่อน
Temperature measurements using Arduino - NTC thermistor - (Arduino Uno Programming for Beginners)
brightness measurement - how to use an LDR on Arduino Uno using a voltage divider and analogRead
มุมมอง 2395 หลายเดือนก่อน
brightness measurement - how to use an LDR on Arduino Uno using a voltage divider and analogRead
DIY infrared transmitter (Arduino Uno Programming Basics)
มุมมอง 8685 หลายเดือนก่อน
DIY infrared transmitter (Arduino Uno Programming Basics)
Receive remote control signals with TSOP 31240! (Arduino Uno Programming for Beginners)
มุมมอง 3425 หลายเดือนก่อน
Receive remote control signals with TSOP 31240! (Arduino Uno Programming for Beginners)
How I will build my own DIY smart home sensor Part 1 - (Arduino Uno Programming for Beginners)
มุมมอง 3615 หลายเดือนก่อน
How I will build my own DIY smart home sensor Part 1 - (Arduino Uno Programming for Beginners)
refactoring my ugly code - (Arduino Uno Programming for Beginners)
มุมมอง 2436 หลายเดือนก่อน
refactoring my ugly code - (Arduino Uno Programming for Beginners)
How to record moving head movements using arrays - (Arduino Uno Programming for Beginners)
มุมมอง 4586 หลายเดือนก่อน
How to record moving head movements using arrays - (Arduino Uno Programming for Beginners)
Servo motor vs normal motor - (Arduino Uno Programming for Beginners)
มุมมอง 4486 หลายเดือนก่อน
Servo motor vs normal motor - (Arduino Uno Programming for Beginners)
arduino eeprom read and write - (Arduino Uno Programming for Beginners)
มุมมอง 9326 หลายเดือนก่อน
arduino eeprom read and write - (Arduino Uno Programming for Beginners)

ความคิดเห็น

  • @pengyuecai553
    @pengyuecai553 20 ชั่วโมงที่ผ่านมา

    The reason why Arduino chooses to use Renesas chips is because Renesas has invested in them.

    • @playduino
      @playduino 20 ชั่วโมงที่ผ่านมา

      Oh that is possible tracxn.com/d/companies/arduino/__pTebmNyTTWfIkwprLaIa7jst5W9_B3KGiz6GjtCEp6g/funding-and-investors#summary

  • @stevrgrs
    @stevrgrs วันที่ผ่านมา

    If you had a sweet laser like that, why not make a thin metal stencil instead of paper?

    • @playduino
      @playduino วันที่ผ่านมา

      Too weak to cut metal. Plastic foil might work

  • @stevrgrs
    @stevrgrs วันที่ผ่านมา

    Dark mode bro. Dark mode 🤦‍♂️

  • @CombustBoard
    @CombustBoard 3 วันที่ผ่านมา

    Why use of arduino r4 when you have a nano or pro mini

    • @playduino
      @playduino 3 วันที่ผ่านมา

      Memory limit

  • @DustinWatts
    @DustinWatts 3 วันที่ผ่านมา

    Everyone destroyed at least one Arduino. Fortunately, you could swap the ATMega chip and be up and running again. To do this with the Renesas RA4M1 is a bit more difficult. And all the nice ram upgrades are great, but the big reduction in pin output in mA, makes it not worth for me. I have long switch to the ESP32 eco system and see no reason to go back to Arduino...

  • @radazeonv8821
    @radazeonv8821 6 วันที่ผ่านมา

    I heard about earlier iterations of the EEPROM being very limited in its write cycles. How does it fair with R4?

    • @playduino
      @playduino 6 วันที่ผ่านมา

      Great question Arduino Uno R3 has a EEPROM with 100,000 write cycles. Arduino Uno R4 has no EEPROM, in fact has a virtual EEPROM utilizing the flash memory itself which has also 100,000 write cycles. In theory the flash memory could endure longer if there was wear-leveling in place. However looking into the source code, I did not find such a mechanism.

    • @radazeonv8821
      @radazeonv8821 3 วันที่ผ่านมา

      @@playduino If there is no current method to wear-leveling, suppose that may be your next video topic?

    • @playduino
      @playduino 3 วันที่ผ่านมา

      Nice topic to dive into for sure 👍

  • @eriknelson6158
    @eriknelson6158 6 วันที่ผ่านมา

    Downloaded for my MacBook Pro M2 Apple Chip. Won't recognize either one of my USC-C port connections? Help?

    • @playduino
      @playduino 6 วันที่ผ่านมา

      when you connect your board to the mac, you need to allow the connection. did you see this dialog? on one of my MacBooks I only see it for a split of a second and I have to try multiple times to catch it

    • @eriknelson6158
      @eriknelson6158 3 วันที่ผ่านมา

      @@playduino No, I did not see it at all. I tried several times. is there a means to prompt it

    • @playduino
      @playduino 2 วันที่ผ่านมา

      @@eriknelson6158 it should show up. otherwise try a different cable, also maybe it is a Chinese Arduino Clone with a CH340 driver that needs to be installed? learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all

  • @tengelgeer
    @tengelgeer 6 วันที่ผ่านมา

    You keep saying solder mask or solder paste instead of stencil / paste mask ;) But very multifunctional sensor. And yeah, never manage to create it flawless first try as well :D

    • @playduino
      @playduino 6 วันที่ผ่านมา

      Haha 😂 I‘m always confused by its name. Very hard!

  • @BartVenneker
    @BartVenneker 6 วันที่ผ่านมา

    The VREF pin on the Arduino Uno R3 is used as the reference voltage for the analog-to-digital converter So you may connect it to 2v to get the full ADC resolution over 2volt in stead of the default 5v

    • @playduino
      @playduino 6 วันที่ผ่านมา

      Yeah thankfully they kept the VREF pin on R4

  • @krib1887
    @krib1887 7 วันที่ผ่านมา

    We made a board using the Renesas RA4M1, Added optocouplers on all 13 IOs so we can input up to 32V. Also added 13 transistors to control mosfets /relays. For the Analog pins, we added some voltage divider circuits so we can read up to 36V. The Can is very easy to use we simply added a Sn65Hvd with choke and capacitors, we manage to read machinery Canbus and activate modules. We are currently trying to add a RF module to the board as well as a Canbus display. We had to change the renesas Buck converter since it is absoulte trash and really hard to solder. We love the ra4m1.

    • @playduino
      @playduino 6 วันที่ผ่านมา

      :) nice. so output current is not an issue any more in your case. You could add an ESP32 for RF (WIFI / Bluetooth) like Arduino UNO R4 WiFi does it.

    • @krib1887
      @krib1887 4 วันที่ผ่านมา

      @@playduino We want to actually sell the product so we needed a FCC approved Radio frequency module. We went for the RN2903 from microchip.

    • @playduino
      @playduino 3 วันที่ผ่านมา

      @krib1887 esp wroom and wrover modules (like on Arduino WiFi) should also be precertified

  • @joeblow229
    @joeblow229 7 วันที่ผ่านมา

    The R4 is something that in the past, I would have bought one just to put it in a nice case to display on my shelf. The way the economy is now, I can't really justify the expense for something I probably won't use. Like others have said, I'll just use the ESP32 or a Pico W for 1/4 or less of the cost of the R4.

  • @Veso266
    @Veso266 7 วันที่ผ่านมา

    Everything great, exept the soldered MCU No, just no, why not put it in a socket, of course its not dip socket, but a different type of socket What people that used arduino did was they programmed their ATMega in arduino took it out, then into their own project And now u cannot do this anymore (at least not as easly)

    • @playduino
      @playduino 7 วันที่ผ่านมา

      agree, I removed ATMegas countless times and integrated them somewhere :/

  • @marsrocket
    @marsrocket 8 วันที่ผ่านมา

    Sounds awesome until you get to the pin current limits. That means you’ll need external transistors or mosfets to drive even moderately powered chips.

    • @BartVenneker
      @BartVenneker 6 วันที่ผ่านมา

      What?? What chip requires an input current of more than 8mA??

    • @marsrocket
      @marsrocket 6 วันที่ผ่านมา

      @@BartVenneker any LED, any 7400 series TTL chip, lots of sensors, etc.

  • @jimmy21584
    @jimmy21584 8 วันที่ผ่านมา

    I picked up one of these only because it is almost alone in being fast + 5v level + Arduino. I am using it to interface with an ancient Casio computer, and level converters + ESP32 did not work with its non-standard I/O. Also of note is that the new chip is a whole other world from STM when you dig below the Arduino libraries.

  • @jtreg
    @jtreg 8 วันที่ผ่านมา

    junk

  • @chudchadanstud
    @chudchadanstud 8 วันที่ผ่านมา

    haven't looked at Arduino in a while but Jesus £25 for an Uno? 😂

  • @ronaldronald8819
    @ronaldronald8819 9 วันที่ผ่านมา

    Why bother esp32 much better and cheaper to.

  • @curiouslycory
    @curiouslycory 9 วันที่ผ่านมา

    It's called a two wire interface because it needs at least three wires. 🤣

  • @AnweshAdhikari
    @AnweshAdhikari 9 วันที่ผ่านมา

  • @RaOne-gk3ok
    @RaOne-gk3ok 10 วันที่ผ่านมา

    Would choose a pico or bluepill over it for now

  • @xander1756
    @xander1756 10 วันที่ผ่านมา

    When clickbaiting titles become so ridiculous.

  • @evanbarnes9984
    @evanbarnes9984 10 วันที่ผ่านมา

    I think this makes sense as a choice for Arduino purely for maintaining 5V logic compatibility while offering more processing power in a form factor that a lot of people still use. But it's still a weird choice. It's not like anyone was using Renesas MCUs in the hobby world already, so this is a pretty niche ecosystem with low compatibility for libraries. I also honestly don't understand why anyone is still using the Uno form factor. I think they should have just left it at the R3 and stopped further development on that line. The Uno is such a huge board with a bunch of empty space on the PCB, i can't imagine a situation for my projects where using one would make more sense than using a Nano or something. I'm honestly also surprised that they went with the Renesas chip when there are options like ATSAMD51 out there. There's a well developed ecosystem of boards and libraries that are already compatible with those and I'm pretty sure there are 5V tolerant SAMD chips, although i don't remember exactly off the top of my head. And of course there are other great choices like ESP32. I just feel like there were better choices available, I'd love to know why they chose the RA4M1.

    • @playduino
      @playduino 10 วันที่ผ่านมา

      Me too. It doesn‘t fully make sense to me

    • @djdiscoordination639
      @djdiscoordination639 8 วันที่ผ่านมา

      I have so many kicking about and it gets used a lot for teaching. It's a useful wee tool but i tend to do my own pcbs if i'm making something.

    • @pengyuecai553
      @pengyuecai553 20 ชั่วโมงที่ผ่านมา

      We chose Renesas chips because Renesas has invested in them.

  • @jazzboy
    @jazzboy 11 วันที่ผ่านมา

    Great board but the removed the crystal rendering it useless for my application of turntable control via SimpleFOC. Tried one and sadly had to send it back. Maybe future coding might make is useful. Mr R3 got .05% wow&flutter vs over 1% with the R4. Again beautiful board but not for all applications.

  • @JustMe-s6s4m
    @JustMe-s6s4m 12 วันที่ผ่านมา

    Too little too late. After working with Arduinos for years (including my own bareboard variants, some using the 1284 instead of the 328), I have basically stopped using them altogether. I still use the same IDE, but my boards tend to be around the ESP32-S3 now. Onboard WiFi and Bluetooth, 240 MHz, up to 32MB Flash (WROOM-2), built-in MMC (faster and bigger SD cards), etc. etc. etc. I now have a feature rich webserver and NAS in a very small package.

  • @Unmannedair
    @Unmannedair 12 วันที่ผ่านมา

    Why on Earth would they lower the throughput amperage?! 🤯 That simply reduces the backwards compatibility! 😠

  • @davidmeermans1579
    @davidmeermans1579 12 วันที่ผ่านมา

    Paper always grows and shrinks just from humidity. Try using transparency film or the plastic "paper" used in drafting when drawing with pencils. These should be much more stable.

    • @playduino
      @playduino 12 วันที่ผ่านมา

      Yeah. For transparent plasic you need a CO2 laser, but dark plastic foil should work way better than paper :)

  • @danondler8808
    @danondler8808 12 วันที่ผ่านมา

    They should have put a removable jumper on the LED pin13 circuit to remove the LED and full utilization of pin13. The reduced power on I/O pins and soldered in micro are deal breakers for me.

    • @playduino
      @playduino 12 วันที่ผ่านมา

      Agree 👍

  • @ipendlebury
    @ipendlebury 12 วันที่ผ่านมา

    Just beware. The onboard RTC is not accurate, it's completely useless for my purposes.

    • @playduino
      @playduino 12 วันที่ผ่านมา

      Oh no, can you give us examples of applications where it's useless?

    • @ipendlebury
      @ipendlebury 12 วันที่ผ่านมา

      @@playduino No need to give you examples. The clock gains over 2 minutes per day. I searched the Arduino forum and found that other people have the same problem.

    • @playduino
      @playduino 12 วันที่ผ่านมา

      OMG 😨

    • @TrimeshSZ
      @TrimeshSZ 7 วันที่ผ่านมา

      @@ipendlebury The really strange thing is that there are pads on the PCB for a 32.768kHz xtal and associated load capacitors. But they aren't installed. Seeing as how cheap these parts are this is a baffling omission - especially considering the price they are selling this board for. Since there is no xtal, the Arduino core for this board configures the RTC to use the low-frequency internal oscillator - which according to the Renesas datasheet is nominally 32.768kHz - but has an allowable range between 27.8 and 37.6KHz (fLOCO on page 57 of the datasheet) - so in principle it could gain or lose 9 seconds a minute and still be in spec. Why are they even advertising this as usable?

  • @Jenny_Digital
    @Jenny_Digital 12 วันที่ผ่านมา

    I’m surpassed they went with that chip (and no, it’s not a complaint) given that the STM32 line could cheaply and easily do the same with more memory, higher clock speeds and at least feature parity. I have been programming STM32s, PICs, AVRs, and an assortment of MCUs since I don’t know when. So I know STM32s are excellent candidates.

    • @playduino
      @playduino 12 วันที่ผ่านมา

      As far as I know, there are no STM32 microcontrollers that operate on a 5V power supply. While some STM32 models are 5V tolerant, it seems Arduino opted to maintain full compatibility with 5V I/Os, which may have limited their options quite significantly.

    • @Jenny_Digital
      @Jenny_Digital 12 วันที่ผ่านมา

      @@playduino There are indeed a good, but incomplete selection of 5V tolerant pins on some STM32s. Also, I recognise that 5V logic is well into its pensionable age but that Arduino has kept it to continue compatibility. Maybe it's time to define a new 3.3V standard for Arduino to go forward. OTOH, I just learned of a Cortex M4 that runs at 5V for retro projects, and that will come in handy. I guess we learn every day. Thank you.

    • @playduino
      @playduino 12 วันที่ผ่านมา

      Oh, I see ... Kinetis KE1xF for example. not bad! thank you.

  • @desmond-hawkins
    @desmond-hawkins 12 วันที่ผ่านมา

    I don't understand why people still buy Arduino boards. They're huge, expensive, have all the limitations covered in this video including being incredibly underpowered, and for ages had this terrible big barrel plug that you still carried around even if you didn't live in the 90's. I don't know why anyone would buy one instead of an ESP32, or an ATmega board if they really needed low-power.

  • @dalerogers1134
    @dalerogers1134 13 วันที่ผ่านมา

    Thank you

  • @seanfaherty
    @seanfaherty 13 วันที่ผ่านมา

    So they made it better and way worse all at the same time. Not being able to run 20 mA seems stupid.

  • @seanfaherty
    @seanfaherty 13 วันที่ผ่านมา

    I got Raspis too but when I want to do something I try to make it work with an arduino

  • @bobtausworthe
    @bobtausworthe 13 วันที่ผ่านมา

    They had all this a decade ago with the SAMD21-based "Zero" products eg MKRZERO. I've been making Arduinos into HID devices for a decade. Even made one look like an XBOX game controller over Bluetooth! Completely spoofed an Apple phone. What does this new board offer again? Yesterday's functionality on an incompletely supported board?

  • @Jasmohan
    @Jasmohan 13 วันที่ผ่านมา

    With these many tradeoffs, isn't it better to just use a ESP32 directly?

    • @playduino
      @playduino 13 วันที่ผ่านมา

      If your project works with 3.3V then probably yes

  • @habiks
    @habiks 13 วันที่ผ่านมา

    I "Accidentally" pressed don't recommend this channel.

  • @TheGraemeEvans
    @TheGraemeEvans 13 วันที่ผ่านมา

    Rp2040. Why is anyone still using Arduino?

  • @colin_actually
    @colin_actually 13 วันที่ผ่านมา

    Absurd power limits

  • @odeball22
    @odeball22 14 วันที่ผ่านมา

    i accidentally shoved a whole car in my ass, and then edited and liked my own comment.

  • @AlanTheBeast100
    @AlanTheBeast100 14 วันที่ผ่านมา

    Nice - this means some OS-less projects I do on Pi can probably be done on UNO R4. Buying one now.

    • @playduino
      @playduino 14 วันที่ผ่านมา

      Some of them for sure 👍

  • @GeeEmJay
    @GeeEmJay 14 วันที่ผ่านมา

    Sorry, but while the Arduino brand innovated at the start, they have progresively been overtaken by other manufacturers. ESP8266, ESP32, RP2040 to name but a few. This just seems like the old Apple Marketing - "look at our flashy new flagship product, it's more expensive, it has third generation components and runs at a fraction of Android competitors, but it's still better, becaue we say so." The Teensy 4.0 runs at a whopping 600mhz and it's bigger brother Teensy 4.1 has tons more pins / peripherals onboard. Wake up Arduino - you are well behind in the tech race!!

  • @playduino
    @playduino 14 วันที่ผ่านมา

    Download the source code for free: www.playduino.com/index.php?site=request-file&file=signup

  • @bhambhole
    @bhambhole 14 วันที่ผ่านมา

    "the Arduino can talk to your car, just don't let it drive" 😂

    • @bob1505
      @bob1505 9 วันที่ผ่านมา

      Musk would.

  • @santiagochacon9171
    @santiagochacon9171 15 วันที่ผ่านมา

    hi, i saw you used a book at the beginning. do you have any recommendations, i am English speaking, and i would find a book to search stuff like that very useful. thank you!

    • @playduino
      @playduino 14 วันที่ผ่านมา

      Hey! I'm afraid I can't :/ this is the book I have: 978-3-642-01621-9 I found an English version: 978-3-540-78655-9 however it's quite expensive. And maybe there are better English alternatives that I am unfortunately not aware of.

  • @conorstewart2214
    @conorstewart2214 15 วันที่ผ่านมา

    There is something not right about using something so powerful just for the wifi and having a much weaker processor as the main processor. I doubt the ESP32S3 is even close to using its full potential as just a wifi and bluetooth chip. If they had used it as the main processor then they would have had a more powerful MCU, could have had much more flash and RAM and potentially the wifi and bluetooth performance could be better. Even if they locked off one of the cores just for wifi and bluetooth it would still be more powerful. ESP32 is supported in the arduino IDE anyway. Likely it is just to keep it similar to the minima version but why go for such a powerful wifi chip then when there are cheaper and less powerful options? It is like when someone makes an SBC that is very powerful but then all the GPIO goes through an atmega328p, it doesnt make sense, especially when they market them for robotics. There are much better and just as cheap MCUs that could be used with more processing power and much better peripherals like faster SPI, CAN and hardware timers. The argument that arduino is easy to use just doesnt work as with these boards you need to write your own code for the main processor and arduino to interface them anyway and many other MCUs can be supported by arduino now.

    • @playduino
      @playduino 15 วันที่ผ่านมา

      I agree, I feel sorry for the ESP that is trapped in this board.

    • @davidgari3240
      @davidgari3240 14 วันที่ผ่านมา

      ​@@playduinoLook closely for the jumper to switch to programming the ESP32 on the Uno R4 WiFi.

    • @playduino
      @playduino 14 วันที่ผ่านมา

      sure you can upload custom firmware to the esp32: docs.arduino.cc/tutorials/uno-r4-wifi/esp32-upload/ But all of the IOs are connected to the renesas, so you are very limited in what you can do. potentially maybe you could write a special firmware for renesas so that it acts as port extender for esp32 but it will slow down I/O activity quite heavily. @davidgari3240 Am I missing something?

    • @MiTheMer
      @MiTheMer 13 วันที่ผ่านมา

      Well that only shows how far behind the typical arduinos are compared to what's used in "normal" devices nowadays. They probably couldn't find a simple chip that supports wifi. Cannot just use one of the modern chips though because of library compatibility, I believe.

    • @adarw1389
      @adarw1389 11 วันที่ผ่านมา

      Yeah.. I kinda hate this new board honestly. can't think of one good scenario that it would be good for.

  • @justinmorrow2932
    @justinmorrow2932 17 วันที่ผ่านมา

    Great explanation, really helpful. New subscriber ❤

  • @justinmorrow2932
    @justinmorrow2932 17 วันที่ผ่านมา

    Great explanation, really helpful. New subscriber ❤

  • @zukarinkuari6842
    @zukarinkuari6842 20 วันที่ผ่านมา

    when i did it the error give me this i follow it all but have error 16:20:16.139 -> !Warning: Clearing Byte: 49 16:20:16.139 -> !Warning: Clearing Byte: 0 16:20:16.169 -> !Warning: Clearing Byte: 0 16:20:16.205 -> !Warning: Clearing Byte: 226 16:20:16.238 -> !Warning: Clearing Byte: 0 16:20:16.266 -> !Warning: Clearing Byte: 6 16:20:16.298 -> !Warning: Clearing Byte: 38 16:20:16.330 -> CO2 (ppm): 0

  • @indyguy04
    @indyguy04 21 วันที่ผ่านมา

    So it can't even drive an LED on a digital pin without pwm? That's a huge bummer!

    • @playduino
      @playduino 21 วันที่ผ่านมา

      Yeah, I wouldn’t risk it with PWM to be honest 😂

    • @makers_lab
      @makers_lab 10 วันที่ผ่านมา

      Sure you can as 1mA LEDs are a thing. I've found low current LEDs useful with battery projects for example.

  • @Turnipmator
    @Turnipmator 23 วันที่ผ่านมา

    good stuff