Problem I am using a ultrasonic sensor to detect motion by looking at the variance of the sensor readings, however […]
Tag: arduino
Opinion on performance increase of a robot
Problem Background A prototype of a firefighting robot has been done recently based on an Arduino microcontroller. It has two […]
Handle data sent back over serial by Arduino
Problem I have a machine that is being controlled by an Arduino. If I send the machine the command ‘9’ […]
Arduino serial data input output
Problem I have created an Arduino sketch that I am using to send and receive data via serial. It works […]
Arduino algorithm
Problem I have 3 push buttons, 3 leds, and 2 relays. When you push button1 once, the led1 turns on […]
Read and write data to/from Serial Port in C#
Problem I am building a console application which will be scheduled in Task Scheduler of Windows to run my code […]