Category: Arduino

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.

SunFounder Zeus Car Kit with light and WiFi boost 0

Zeus Smart Car Kit: light and WiFi signal boost to explore the dark

The SunFounder Zeus Car Smart Car Kit for Arduino UNO is an educational kit designed for beginners and children to gain hands-on experience in electronics, robotics, and programming.
It’s very fun to upgrade and programming with It.
In this article we are going to apply two upgrade: light and WiFi boost.

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt 0

BNO055 for esp32, esp8266, and Arduino: Gyroscope High Rate and Any Motion Interrupt – 6

This latest article in the series explores how to use the BNO055 sensor with ESP32, ESP8266, and Arduino to achieve gyroscope high rate and any motion interrupt. The BNO055 sensor combines an accelerometer, magnetometer, and gyroscope in one module, making it ideal for accurate orientation tracking.

BNO055 for esp32, esp8266 and Arduino: enable INT pin and accelerometer High G Interrupt 0

BNO055 for esp32, esp8266 and Arduino: enable INT pin and accelerometer High G Interrupt – 5

Continue the series of article about the Bosch sensor BNO055. In this part of the tutorial, we will learn how to enable the INT pin of the BNO055 and configure the accelerometer High G Interrupt. The High G Interrupt is triggered when the accelerometer detects a sudden acceleration event that exceeds a specified threshold and duration. This can be useful for detecting impacts, falls, or other sudden movements in a variety of applications.