Arduino in a commercial product?

Sdílet
Vložit
  • čas přidán 16. 07. 2024
  • Get your free guide From Arduino Prototype to Mass Production: predictabledesigns.com/from-a...
    And get your other free guides:
    Ultimate Guide - How to Develop and Prototype a New Electronic Hardware Product in 2023: predictabledesigns.com/guide
    From Prototype to Production with the ESP32: predictabledesigns.com/esp32
    From Arduino Prototype to Mass Production: predictabledesigns.com/from-a...
    From Raspberry Pi Prototype to Mass Production: predictabledesigns.com/rpi
    Prevent mistakes by downloading my DESIGN REVIEW CHECKLISTS for the schematic circuit, PCB layout, and enclosure 3D model design: predictabledesigns.com/design...
    Want my personal help on your project? If so, check out my Hardware Academy program: predictabledesigns.com/Academy
  • Věda a technologie

Komentáře • 59

  • @PredictableDesigns
    @PredictableDesigns  Před rokem

    Get your free guide From Arduino Prototype to Mass Production: predictabledesigns.com/from-arduino-youtube/
    And get your other free guides:
    Ultimate Guide - How to Develop and Prototype a New Electronic Hardware Product in 2023: predictabledesigns.com/guide
    From Prototype to Production with the ESP32: predictabledesigns.com/esp32
    From Arduino Prototype to Mass Production: predictabledesigns.com/from-arduino-youtube/
    From Raspberry Pi Prototype to Mass Production: predictabledesigns.com/rpi
    Prevent mistakes by downloading your FREE DESIGN REVIEW CHECKLISTS for the schematic circuit, PCB layout, and enclosure 3D model design: predictabledesigns.com/design-review-checklists-youtube/
    Want my personal help on your project? If so, check out my Hardware Academy program: predictabledesigns.com/Academy

  •  Před 5 měsíci +3

    I've been thinking in selling my prototypes that working properly in my house for over three years, using Esp8266. Many thanks from Brasil. Your Channel is outstanding.

  • @gabec77geo
    @gabec77geo Před měsícem +1

    I love Arduino, mainly because how easy is to start with, the boards are usually well done. Now I'm trying to design own boards, Arduino and shields are good source of referece designs, such as power supply, mcu connections, antenna design, ,..

  • @marcinp.8108
    @marcinp.8108 Před 7 měsíci +3

    Open source does not mean that something can be used in a product we want sell, at least not without some additional considerations (like eg. publishing our source code).

  • @mobuildsstuff
    @mobuildsstuff Před rokem +10

    Very usefull video if you have never tried to get an idea from prototyping to product.
    Another thing to consider is FCC Certification if your project includes wireless systems. By using FCC certified prebuild rf boards you dont need to apply for a certificate on your own.

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +6

      Thank you Mo! Yes, FCC certification is always something to consider. If anything oscillates above 9kHz it will require FCC certification, but pre-certified modules and boards can lower the costs of this certification, especially for wireless functions.

  • @robertthompson5908
    @robertthompson5908 Před 11 měsíci +4

    Great video. Also I will add that if you spend a little time learning to migrate from the Arduino IDE to a more professional IDE like PlatformIO it’s well worth it!

  • @agustinluengo3323
    @agustinluengo3323 Před rokem

    What a great video, super useful. Exactly what i needed. Wish you the best

  • @yugalsharma13
    @yugalsharma13 Před rokem +1

    yours is the most valuable channel I found for learning to manufacture electronics!

  • @mahmoudsamany5592
    @mahmoudsamany5592 Před rokem

    Amazing and simlified comparison thank you ❤❤

  • @rahalhettiarachchi8967

    Very useful content! Thank you!

  • @pinnaclesystemsgroup6472

    Excellent video .....well done!

  • @midigoblin
    @midigoblin Před 2 měsíci

    I originally started my midi goblin project using an arduino nano, switched to uno and then discovered esp32 and holy moly - such a game changer. I really wish I would have known about esp32's program memory capacity before I even touched the arduino nano...would have saved a lot of time. Great channel btw!

  • @frankking5326
    @frankking5326 Před 4 měsíci

    Thanks! Great content!

  • @collinbetten5631
    @collinbetten5631 Před rokem

    Great info, thanks

  • @moeswartz888
    @moeswartz888 Před rokem +6

    Great video as always. Would you be interested in talking a little bit about CE FCC and RoHS certifications? To me this is the greatest unknown in the process of making a commercial product.

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +7

      Yes, I can do that for sure! I'll do a video on electrical certifications soon. Thanks for the suggestion!

    • @gabrieldamian226
      @gabrieldamian226 Před rokem +2

      @@PredictableDesigns That would be amazing! Certifications for me is the main limiting factor in my hardware development at the moment. I would love to see a video on it :)

  • @tyrendlee
    @tyrendlee Před 10 měsíci

    Very informative

  • @varunnand6065
    @varunnand6065 Před rokem

    one off systems to control I/O and collect data for validation of in house designs where you don't care that your hardware/software is open source sitting at the end of an assembly line in a factory somewhere with only concern is reliability of the system, the arduino are easy low cost and quick

  • @realanshuu
    @realanshuu Před rokem +3

    Awesome for engineering buddies

  • @vetriligamvetrilingamnadar7171

    Thanks 🎉🎉🎉🎉

  • @yorganyog
    @yorganyog Před rokem

    Libraries from arduino IDE, we cannot use some in commercial products. MIT ones are ok. Some microcontrollers are so "expensive" as arduino clones. Is legal to use them in commercial products?

  • @aerohk
    @aerohk Před rokem +3

    A better question is, if Arduino is so easy to use, why don't companies use Arduino compatible chips and the Arduino language to cut development cost? Instead they need to hire professional embedded software engineers and program the chip in embedded C? Why can't they program a controller in Arduino language and deploy it in a car, a plane, a satellite, etc? Is it any less reliable?

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +3

      The Arduino language simplifies programming, but with that simplification comes less control. Thanks for the comment!

    • @justinc2633
      @justinc2633 Před 6 měsíci +1

      @@PredictableDesigns could you make a video on this? this is the first ive heard of any actual benefit to not using c++, also if theres a specific component my project uses and it communicates over spi or i2c, what are the chances they would even have their own c libraries, that's not something i've had to look into before so it's very possible there could be more support for common libraries with embedded c

    • @richdobbs6595
      @richdobbs6595 Před 6 měsíci

      @@justinc2633I doubt that the less control comment is strictly accurate. Given the relationship between C and C++, I think that the more accurate comment is that with the simplification comes more resource usage. Also, the simplification might not be as powerful as it seems on first look. You get simple to use libraries, but they might not be exactly what you want. In that case, it might be easier to create a custom solution that only does what you need and no more.

    • @richdobbs6595
      @richdobbs6595 Před 6 měsíci

      As an example, I've run into problems in the past where my Arduino sketch just didn't load. Why? Who knows! Debugging that issue would have been just as complex as writing some sort of loader myself. Fortunately, the problem was intermittent enough that I got by eventually at that time by trying repeatedly, powering off and on, and rebooting the PC. I haven't seen that issue with newer versions of the IDE. but I still have old Arduinos that are apparently bricked.

    •  Před 5 měsíci

      But esp8266(esp01) is largely used by IOT Companies nowadays. You can find esp01 and esp32 in a large range devices such sonoff, several kind of sensors and even drones.

  • @JMCV2
    @JMCV2 Před rokem +10

    STM32 is king

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +4

      I agree in most cases. Although the RP2040 from RPi is very impressive and cheap too.

    • @DMS20231
      @DMS20231 Před rokem +1

      It’s a great chip but I do not think the RP 2040 is particularly low power.
      We’re using the ESP32 very successfully.
      Main downside to Arduino is the horrible development tools.

  • @ictsmile8200
    @ictsmile8200 Před rokem +1

    Nice! Came across this video by youtube's recommended . Can an esp32 be used in a product (on a custom pcb) , without the need for FCC certification ,when the esp32's wifi and bluetooth are used?

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +2

      Thank you! I'm already working on a new video on certifications that I'll publish next week. Using an Esp32 modules lowers the certs cost and complexity but doesn't eliminate it entirely. Be sure to subscribe so you don't miss the video where I'll go into all the details. Cheers!

    • @ictsmile8200
      @ictsmile8200 Před rokem +1

      @@PredictableDesigns Looking forward for the next one! Already subscribed when i checked the other videos of the channel ! Very valuable content and a biiiiig help to someone who wants to develop his first product . Thank you for all the info.

  • @sanjaybatra6593
    @sanjaybatra6593 Před 2 měsíci

    power consumption , size , price and availability are the factors , you are considering. so Arduino can't be used for mass production.
    Since I am using AVR for my products and I am designing my own "low end application" specific board. They reason is lot of support and libraries are available online.
    Is the any other technical issue with AVR microcontrollers ?
    like do the are sensitive to noise ?
    Do the are good or bad with inductive load ?
    EMI or EMC issues ?

    • @PredictableDesigns
      @PredictableDesigns  Před 2 měsíci

      The only issues with AVR microcontrollers is they're slow, lack advanced features, and are expensive for what you get. For most commercial products I'd go with a 32 but microcontroller.

  • @nwobiuche8670
    @nwobiuche8670 Před rokem +2

    Can I just use the atmega328 for commercial products without the Arduino board

    • @gabrieldamian226
      @gabrieldamian226 Před rokem +4

      You can! But like John mention, you can find better and cheaper chips than the atmega328 which can also be programmed with the arduino IDE, so there's no good reason for sticking to the atmega328!

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +3

      Yes, what Gabriel just said:)

    • @nwobiuche8670
      @nwobiuche8670 Před rokem +1

      Thanks alot and is it good to use custom libraries in Arduino for project and product

  • @user-bo2co1ug5h
    @user-bo2co1ug5h Před 6 měsíci

    stupid question. How about using arduino clone under $6 for commercial product? Its legal?

    • @PredictableDesigns
      @PredictableDesigns  Před 5 měsíci

      There are no stupid questions:) It depends on their licensing terms but you may be able to use it.

  • @Rayrockny
    @Rayrockny Před rokem

    Took your advice, I've made and tested my own pcb board just using the atmega chip and I have a working prototype. What do I do now to get it refined and prepared for production? I'm stuck at this spot.

    • @PredictableDesigns
      @PredictableDesigns  Před rokem +2

      Great start! I'd start next by showing your prototypes to potential customers for feedback. Also is the atmega enough performance for your product? Any major missing features? If all is good with atmega design then I'd get it reviewed by expert engineers for manufacturability. Also price out the manufacturing cost. Main thing though is you need to use the prototype to get customer feedback and validate there is a market and how much they will pay if they will buy it. Only so much coaching I can give here in the comments, if you'd like more help from me then check out my Hardware Academy. Hope this helps. Cheers!

    • @Rayrockny
      @Rayrockny Před rokem +2

      @@PredictableDesignswow I really appreciate the advice. The atmega chip is just enough for the design. I'm going to start testing the market and get some feedback like you said. If there's a market for it, I'll move forward with other steps. I'll keep you posted. Thanks again.

    • @Rayrockny
      @Rayrockny Před rokem

      @@PredictableDesigns I just realized you have a tune of great content 👍

  • @sahanpanditharathne2765
    @sahanpanditharathne2765 Před 5 měsíci

    Tell me where you can buy an atmega382 for less than $2 😂

    • @PredictableDesigns
      @PredictableDesigns  Před 5 měsíci

      I never really use that chip. Too expensive for what you get. Much more bang for your buck with a Cortex-M based MCU.