element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Blog
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!

Blog

  • Tags
  • Subscribe by email
  • More
  • Cancel
  • MicroPython officially becomes part of the Arduino ecosystem

    ralphjy
    ralphjy
    I just noticed this on the official arduino blog - Micropython Officially Becomes Part of the Arduino Ecosystem. I've used OpenMV with my Potenta H7 and Nicla Vision, so it's nice to see that Arduino is going to support Micropython in th...
    • 19 Nov 2022
  • Make Arduino Relay breakout boards 3.3V ready

    Jan Cumps
    Jan Cumps
    We all have these 5V Arduino relay breakout boards. They work on 5V, and expect a 5V control signal from your controller.  They work very well in that 5V / 5V setup. But these days, most microcontrollers have 3.3V for a logic high, not 5V. And ...
    • 29 Oct 2022
  • What is your Integrated Development Environment (IDE) of choice for Arduino?

    colporteur
    colporteur
    I like to revisit this question from time to time to see what is new and could bring about a change. Knowing the community's broad user base, I thought it would be a good place to ask. Maybe a poll would have been a better tool to gather response...
    • 5 Oct 2022
  • [Project] Ultra TinyML: Machine Learning for 8-bit Microcontroller - How to create a gesture recognition system with Arduino and Neuton TinyML

    leonardo_cavagnis
    leonardo_cavagnis
    Introduction In this project, I will show an easy way to get started with TinyML: implementing a Machine Learning model on an Arduino board while creating something cool: a gesture recognition system based on an accelerometer. To make the experime...
    • 31 Aug 2022
  • Why does it work...sometimes?

    colporteur
    colporteur
    Why does this code loaded on a Nano knockoff work sometimes, if I clearly missed a section of code? int LEDPin = 9;int ButtonPin = 8;int RelayPin = 2; void setup() { // initialize digital pin LED_BUILTIN as an output. pinMode(LEDPin, OUTPUT); pinMode...
    • 9 Jul 2022
  • Real Time Clock on the Raspberry Pi Pico

    Workshopshed
    Workshopshed
    I've been working on a Raspberry Pi Pico project that I wanted to run off batteries. I found a "low power" example in the pico-extras which uses the Real Time Clock to wake the device up after an interval. So I set about porting it to the A...
    • 25 Jun 2022
  • [Project] TinyML: Slope control for Robots - Building an inclination estimator system with Arduino Nicla Sense ME and Neuton TinyML

    leonardo_cavagnis
    leonardo_cavagnis
    TinyML: Slope control for Robots with Arduino Pro Building an inclination estimator system with Arduino Nicla Sense ME and Neuton TinyML Introduction The vacuum cleaner robot is one of the most useful inventions of the last decade and anyon...
    • 30 May 2022
  • Nicla Sense ME "Getting Started" Arduino IDE Compile error due to prior MATLAB install

    robogary
    robogary
    Using the Tutorial for getting started with the Nicla Sense ME, getting readings from the sensor on the board https://docs.arduino.cc/tutorials/nicla-sense-me/getting-started#arduino-ide-and-nicla-core After installing the Arduino BHY2 and BYH2-Host ...
    • 18 Apr 2022
  • Interfacing Arduino Maker UNO With DHT11 And Dual Alphanumeric Display

    meera_hussien
    meera_hussien
    Interfacing Arduino Maker UNO With DHT11 And Dual Alphanumeric Display In this tutorial today, we would like to see how to interface Maker Uno with the DHT11 sensor and display the value on a dual alphanumeric display. The code for this tutorial ca...
    • 14 Apr 2022
  • Monitor The Oxygen Level Inside Your Room With Blynk App

    meera_hussien
    meera_hussien
    https://youtu.be/yP1KMX1qyiE
    • 13 Apr 2022
  • PROGRAM ARDUINO MAKER UNO WITH PYTHON

    meera_hussien
    meera_hussien
    PROGRAM ARDUINO MAKER UNO WITH PYTHON In this simple tutorial video, it is shown how to program the Arduino Maker Uno using Python.
    • 11 Apr 2022
  • K-Type Thermocouple With Maker UnoX And Blynk

    meera_hussien
    meera_hussien
    K-Type Thermocouple With Maker UnoX And Blynk In this simple tutorial, it shows how to interface a k-type thermocouple with Maker Uno X and upload the data to the Blynk.
    • 11 Apr 2022
  • Nicla Sense ME Machine Learning using Edge-ML

    ralphjy
    ralphjy
    Since Enrico's webinar I've gotten interested in using the Nicla in a machine learning application.  I looked at the Hackster project: Tiny ML Air Writing Recognition with Nicla Sense ME that Enrico mentioned which uses Ne...
    • 10 Apr 2022
  • Nicla Sense - Nano 33 IoT as BHY2 Host

    ralphjy
    ralphjy
    I'm thinking of a project using the Nicla as a remote sensor and the Nano 33 IoT as the control MCU.  The Nicla pin spacing is designed to be able to use it directly as a shield on MKR format boards, but since I want the sensor to be remote...
    • 9 Apr 2022
  • Arduino Bytes: Tutorial Series with Clem Mayer

    tariq.ahmad
    tariq.ahmad
    Get a byte sized introduction to Arduino. Learn about Arduino a few minutes at a time with Clem Mayer.   Arduino Web IDE Arduino Bytes 01: Arduino Web IDE   How to Use the Board Manager  Arduino By...
    • 7 Apr 2022
  • Nicla Sense - Minor issue with BLE WebServer

    ralphjy
    ralphjy
    I've been working my way through the Cheat Sheet and encountered an issue running WebBLE.  I thought I would point it out in case others encounter it. I was using the tutorial Sensors Readings on a Local Webserver and followed the ...
    • 7 Apr 2022
  • Big Surprise in a small nested package - a Nicla Sense ME Thank you !

    robogary
    robogary
    A big thank you for a small well protected surprise package, the Nicla Sense ME in an anti static bag in a stiff box in a bubble padded bag in a bubble padded envelope. For sure this Nicla would not get damaged in transit  :-)  It is a smal...
    • 7 Apr 2022
  • Nicla Surprise

    ralphjy
    ralphjy
    I received a surprise package yesterday from Farnell.  It turned out to be a Nicla Sense ME board.  I assume that this is a result of asking a question during Enrico's recent webinar since I haven't made a project proposal for the B...
    • 6 Apr 2022
  • Just how dirty is my diesel - Remote emissions monitoring using Arduino MKR1000 and two Particulate Matter (PM) sensors

    BigG
    BigG
    Introduction Diesel vehicles are getting a bad rap these days. According to carmagazine.co.uk (February 2022): “The UK is falling out of love with diesel fast and official new car sales figures show the collapse in public trust continues, wi...
    • 30 Mar 2022
  • The Stranger Side of element14

    dougw
    dougw
    A strange thing happened this week. On Monday we got a notice in our mailbox from UPS.... "Sorry we missed you". It had no address and no tracking number. Instead of a recipient name it had a price: $26.67. The only name on the note was C. ...
    • 23 Mar 2022
  • Arduino Week 2022: How Would You Make a Better World with Arduino? (Win an Arduino Board of Your Choice!)

    tariq.ahmad
    tariq.ahmad
    In the Comments Below:  Tell Us the Story: How Would You Make a Better World with Arduino! From Now Until the End of April: We Will Be Giving Away Arduino Boards to Make Inspiring Stories of a Better World a Reality! Arduino week is a week lo...
    • 9 Mar 2022
  • Insider Demo of Arduino IDE 2.0 Release Candidate

    ralphjy
    ralphjy
    I noticed that there is a informative presentation on YouTube discussing the Arduino IDE 2.0 Release Candidate that I thought others would find interesting. Insider Demo of Arduino IDE 2.0 Release Candidate "Arduino's Ubi de Feo, Francesco S...
    • 22 Dec 2021
  • Using DFRobot_LIDAR07 with Arduino Uno

    ralphjy
    ralphjy
    I've used ST microLIDAR Time-of-Flight sensors previously to measure short distances.  A VL6180X to focus my laser cutter laser-focus-assembly-completed and VL53L0/1X sensors for distances up to 4 meters in projects whose...
    • 20 Dec 2021
  • Adding Analog RC Control to an Arduino

    fmilburn
    fmilburn
    I want to use analog RC control to do stuff wirelessly with an ArduinoMy method up until now for controlling penguins that flap their wings and tell jokes, rude Bender robots, and the Tin Man has been to use WiFi.  This works but I thought I wou...
    • 7 Nov 2021
  • Arduino Portenta - Person Detection

    ralphjy
    ralphjy
    I recently virtually attended the Arm DevSummit 2021.  One of the workshops was hosted by Edge Impulse and used the Arduino Portenta H7 with the Vision Shield to do Object Classification.  That got me interested in trying to do Object Detec...
    • 25 Oct 2021
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube