© 2023 Hashnode
#arduino
Understanding the Internet of Things (IoT) and its Potential Impact on Our Lives The Internet of Things (IoT) is a vast network of interconnected devices, appliances, and other objects that can commun…
I have been researching ESP32 microcontrollers and their applications for IoT and found quite an interesting development board with a built-in camera module called ESP32-CAM. This $7 device also ships…
How can I control digital inputs on an Arduino using MATLAB? Here is a hello world~ of serial communication between MATLAB and Arduino. This communication will be utilized for switching the states of digital outputs in Arduino UNO. This is …
sudo nano /etc/udev/rules.d/52-arduino.rules paste in the following SUBSYSTEMS=="usb",KERNEL=="ttyACM*",ATTRS{idVendor}=="16c0",ATTRS{idProduct}=="0483",SYMLINK+="USBIO%n",GROUP="dialout",MODE="0666" #Arduino Uno Auto Tool Changer #SUBSYST…
If you are thinking about deploying a machine learning or an Artificial intelligence project on the Edge, the Arduino Nano 33 BLE Sense is a great device to start with.The Arduino Nano 33 BLE Sense c…
In general, Open-Source is an idea to allow anyone to use, modify, and distribute any tools/software/technology (which is publically available) for some purpose under some unrestricted licenses/permis…
There is something fascinating about observing a miniature world, be it swimming in an aquarium, simulated on a screen, or planted in a terrarium. With this in mind, I decided to build a terrarium wit…
What is an Arduino? The Arduino Uno is a microcontroller board based on the ATmega328P. It has 14 digital input/output pins, 6 analog inputs, a 16 MHz quartz crystal, a USB connection, and a power jack. The Arduino Uno can be programmed usi…
We all know that ML requires a lot of computing speed and even cloud services are required on large scale. This blog covers details about how to integrate ML and run TensorFlow on a microcontroller th…
Like many others, I learned of Arduino very early when I was learning about embedded systems. It felt great to be able to build pretty complex projects like a remote-controlled fan without much of a m…