Tagged: Arduino

Arduino is an open-source electronics platform based on easy-to-use hardware and software. It’s known for its microcontroller boards that can read inputs, like light on a sensor, and turn it into an output, like activating a motor. Arduino boards are widely used in digital and robotic projects by hobbyists, educators, and professionals alike.

Arduino SAMD (Nano 33, MKR...) and Ebyte LoRa E70 CC1310

Connecting the EByte E70 to Arduino SAMD (Nano 33, MKR…) devices and a simple sketch example

In this concise guide, we explore the integration of the EByte E70, a powerful long-range transmitter, with Arduino SAMD-based devices like the Nano 33 and MKR series. These Arduino boards, known for their compact size and high performance, are ideal for IoT projects that require long-range communication.

WiFi remote debugging on Arduino UNO with DT-06 0

WiFi remote debugging of an Arduino with DT-06

We have already addressed the topic of remote wireless programming via Bluetooth of an Arduino UNO in our previous article titled “Arduino Remote/wireless Programming” however, thanks to the feedback and questions from our readers, we have decided to delve even deeper into this subject, exploring the possibilities that WiFi connectivity offers.

Arduino battery checker with temperature, and battery selection 0

Checking Battery Capacity with Arduino: Temperature Monitoring and Type Selection

Here is my Arduino battery tester, designed to explore the performance of various types of batteries, including 18650 and acid-based ones. Successfully tested even with a 6V lead-acid battery with a capacity of 4.2A, this device provides battery capacity readings in milliampere-hours. In fact, it’s an old article that I had never published before, but I have revisited and decided to publish it now.

The SunFounder GalaxyRVR Mars Rover Kit: Your Gateway to Fun and Educational Exploration 0

Space Education: The Enhanced GalaxyRVR Mars Rover Kit with Light and Signal Booster

The SunFounder GalaxyRVR Kit represents an educational gadget and a gateway to the universe of knowledge and exploration. Perfect for those seeking an engaging pastime or a potent educational instrument, the GalaxyRVR Kit is versatile and comprehensive. In this piece, I’m happy to enhance its capabilities by introducing an upgrade to the Play mode, incorporating advanced light management and a signal booster, adding an extra layer of functionality to this already interesting kit.

Ebyte LoRa E32 & MicroPython: exploring library 0

Ebyte LoRa E32 & MicroPython: exploring library – 2

The Ebyte LoRa E32 library is a comprehensive tool designed to facilitate seamless communication with LoRa wireless modules. Developed for programmers and tech enthusiasts alike, the library enables a smooth interfacing with Ebyte’s LoRa E32 devices using MicroPython, a lean and efficient implementation of the Python 3 programming language.