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.12 / day

Message History

I am trying to estimate g (acceln due to gravity) using a falling block measuring time by my nodemcu. I shall post my full code below. But first the problem I am facing:

If I keep WiFi on (though I am not using it), I get a fall time of 0.52 sec (measured using subtraction using unsigned long values from two micros() calls). The vertical distance being 174 cm, I get es...


Read full story

I have done a lot of reading and learning after previous help here and it has been great. I have uploaded and tried many iterations of my code which all worked (Assuming my code was actually good) and i though i had finally cracked my project today. I was writing a bunch at work without my ESP with me so i did a lot of changes and only uploaded it when i got home. The issue i...


Read full story

I am having problems getting a GPS fix, my board is the Lilygo T-Beam Supreme, this is my code

#include <SPI.h> #include <RadioLib.h> #include <TinyGPSPlus.h> #include <Adafruit_Sensor.h> #include <Adafruit_BME280.h> // ===================================================== // BME280 // ===================================================== Ad...

Read full story

we're two students using the Arduino IDE for a university project. We both have very limited experience with the Arduino (this semester), so bear with us if there's an obvious mistake to rectify.

Context: We're making a tamagotchi-inspired water bottle and are using an analog pin to measure whether the water inside the bottle is above a certain threshold. This works as...


Read full story

I have a project that consists in measuring the mass of an object with a strain gauge HX711.

I found an interesting Arduino program and the editing that goes with it.

The problem is, I manage to compile the program and then upload it but unfortunately my serial monitor still displays 0 lbs.

#include "HX711.h" #define DOUT 3 #define CLK 2 HX711 scale;...

Read full story