Please turn JavaScript on
Arduino icon

Arduino

follow.it gives you an easy way to subscribe to Arduino's news feed! Click on Follow below and we deliver the updates you want via email, phone or you can read them here on the website on your own news page.

You can also unsubscribe anytime painlessly. You can even combine feeds from Arduino with other site's feeds!

Title: Arduino Stack Exchange

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.23 / day

Message History

I am working on a school project requiring the use of the circuit playground express. I am trying to connect a bunch of external photocells to the cpx so that it will change the color of its lights every time any individual photocell detects darkness. I was tryin...


Read full story

I am doing a motion capture suit for a project. I am using gy-85 9-DOF inertial sensors and self-made board with esp32 s3 mini 1 for collecting data and transfering them via wifi. Here is a scheme:

on a board i also have TCA9548AMRGER i2c multiplyer connected bia hardware i2c....


Read full story

I'm trying to set my temperature measurements to two decimal places. Currently what I get are six decimal places. Here is my code:

#include "math.h" ... (in loop) temp1 = sensors.getTempCByIndex(0); temp1 = roundf(temp1*100)/100;

Once I push temp1 to Firebase realtime database there are sic decimals, such as 26.059999. I'm using dsb20 sensor for temperature measure...


Read full story

I'm trying to understand how HC-SR04 sensor works. I looked for detailed explanations online and read datasheets, but I still have a detail I don't get.

If I understood correctly how the "trigger" and "echo" pins work, what happens is that:

After a (>10 µs long) trigger "high" signal, the sensor emits a small train of 8 ultrasound spikes, at a ...

Read full story

I want to design a digital word search board. Illustration :

1

Obviously, the blank spaces will also have some letters in them.

I'm thinking of a sort of channel connecting all the centres, and diagonals connecting all centres ( so every rectangle has both corners...


Read full story