- Everything 99cents?
- Don't Honk Sign
- all Script
- Store Sign
- Font Disaster
In this Lab, our goal was to control a servomotor’s position using the value returned from an analog sensor; after preparing the sensor (left image) and programming Arduino, I still couldn’t get the full range motion for servo; after using map() function got range of 130 - 540 (right image); you can see the difference in this video.
In this Lab, goal was to connect a digital input circuit and a digital output circuit to a microcontroller; a couple of minor issues occurred during the process… LED didn’t power up until I recognized that positive and negative Pins were in reversed; also, the light reading was inconsistent until I soldered the pushbutton switch; after making these changes, all worked fine