The Stack Overflow podcast is back! Listen to an interview with our new CEO.

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0
votes
2answers
124 views

How to make a smooth serial print?

I have a code which make some calculations using sensor values and provide two comma separated values. float x;// initialization float y;// initialization //some calculations here using sensor values ...
-2
votes
1answer
224 views

How does one build a door motion sensor project with Arduino Uno board to send alerts to an Android Phone? [closed]

What are the materials I will need for the project? We want the project to work like this: When the door is opened, we get an alert to our Android Phone. What is the circuit structure going to look ...