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...
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 ...
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...
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...
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...
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...
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...
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...
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.
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...
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...
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...
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 ...
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...
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...
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...
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. ...
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...
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...
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...
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...
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...