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...
Part of my project with the Arduino Portenta requires some lighting and I wanted to be able to individually control them. I asked a model railroad mate and he suggested NeoPixels. They only require 3 wires, run on 5v and can be controlled from a rang...
Since December 2020, I've been dabbling in satellite communications.I've successfully captured SSTV images, FM and APRS data from the International Space Station.Most of this was accomplished using a handheld transceiver and portable Yagi ant...
From my previous experiments with the Portenta H7, I had installed a multi-core version of blink with one core flashing green and the other blue. I was keen to know if the M4 core would still boot if I loaded MicroPython code on the M7 core. I c...
I decided to take a look at the Portenta H7 to experiment with its vision and multicore capabilities. What's in the box?There's not a lot in the box, just the Portenta board, a warranty note and tucked underneath an antenna that plugs in...
I noticed that the Arduino Nano RP2040 Connect is now available in the Arduino store. I've been waiting for this board as it adds WiFi and BLE capability to the RP2040 and also adds a microphone, IMU, and 16MB of flash memory. ...
For Arduino Day, belated, a few photos of a project I'm working on.Arduino MKR 1310 LoRa with Ethernet shield and CAN-shield. In a DIN mounted housing and a LoRa range antenna.It is going to be part of a light industrial test setup. The housing ...
players.brightcove.net/.../index.htmlRunning Machine Vision on the Arduino Portenta + Vision Shield What you see in this video is the Arduino Portenta running a Machine Vision algorithm to classify empty spaces and Lion / Jaguar figures. I wrote...
The basic idea was to create simple air quality monitor. I have used the PMS7003 sensor which is able to measure PM1.0, PM2.5 and PM10.0. This sensor was connected to the Arduino Nano Every. Received data from sensor is available via serial port in ...
Hi Guys, I am kinda new in here. I got this project where we need to detect spilled or leaked water under a drilling rig so before it gets overflow, the sensor would detect it and an alarm system goes off.The only problems is the water is mixed ...
This is a continuation of the blog post I posted earlier this week Arduino MKR WiFi 1010 + MKR ENV Shield , as part of this blog post I using am using Arduino MKR 1010 (a MRK family of boards that has WiFi and Bluetooth), MKR Environment ...
This is a countdown clock made with the Adafruit Pro Trinket 5V 16MHz, Adafruit DS3231 Precision RTC Breakout, and 2x Adafruit 0.56" 4-Digit 7-Segment Display w/I2C Backpack - Blue. Schematic created by Adafruit The clock is set to countdow...
Prosthetics are becoming more common in the market today. I recently saw a kid wearing a thanos hand and thought I'd put my old heptics project here. We create a skeleton (metal cut, CAD) and use it mimic a human hand. A simple project but good a...
So, I wanted to try out the Arduino IoT Cloud. I present to you this little project of a data logger and will also show you the steps to follow along to get started with Arduino IoT Cloud. First of all Arduino is having free upgrade for 3 months...