-
Recent Posts
- Arduino PID with Motor, Ultrasonic Sensor, and a paper basket type coffee filter
- Using Arduino and BB’s PID with Simple LED Brightness setup to Learn PID
- Python-A way to show digital patterns(bits) in Matplotlib
- Python – A version of Producer Consumer Pattern with Queues and Threading – Simulated Temp Chamber Demo
- InProcess: Python – A version of Producer Consumer Pattern
- Tkinter GUI and (non-tk) Matplotlib shrinking the tk GUI
- Python – Sequence Editor example
- Python – Analog Meter with New Chart-Class this time
- Python tkinter and time delay
- Python – MCC USB-1208FS-Plus
- Python – Learn Queue GUI
- Python – Analog Meter GUI example
- Python- Updated Wafer Display GUI with Test types
- Python – Wafer GUI example
- Python GUI – Production Line example
- LV GUI to Python GUI template attempt
- Python GUI Four UUT with Threading, progressbar, tab
- Python List or Dictionary using UUT Ch simulation example
- Python- Example One simulated DMM in Multiprocessing with Lock
- LV Slider with multiple slides and custom pointer
Categories
Meta
Tag Archives: Arduino
Arduino PID with Motor, Ultrasonic Sensor, and a paper basket type coffee filter
Using a PID to control a Motor via PWM using the Ultrasonic sensor HC-SR04 to control a coffee filter distance from the sensor. Zip Code (Arduino Uno PID Motor and HC-SR04 with coffee filter) Text Arduino Uno Code for PID … Continue reading
Posted in Test Sector
Tagged Arduino, PID, BB's PID, Motor, ES's Ultrasonic Library, Ultrasonic Sensor, HC-SR04, Arduino PID with Motor, coffee filter, Airflow
Leave a comment
Using Arduino and BB’s PID with Simple LED Brightness setup to Learn PID
Presentation Arduino Code for this project Zip code Notes
Posted in Test Sector
Tagged Arduino, PID, Snapino, Phototransistor, Led Module, BB's PID, Learning PID
Leave a comment
Python serial write and read to arduino with a K0183 shield and RGB
Showing communication to arduino which used a RGB shield which is setup to be controlled via serial com port using Python 3.7 Red num,Green num,Blue number 0-255 example 100,0,0 will turn on Red Led of RGB with a 100 intensity … Continue reading
Posted in Test Sector
Tagged Arduino, comm port, Keyestudio K0183, Python, serial, Serial read, Serial write
Leave a comment
Adventure w Keyestudio’s K0183 shield v1
Working with Keyestudio’s Easy Module K0183 shield V1 https://wiki.keyestudio.com/Ks0183_keyestudio_Multi-purpose_Shield_V1 A learning Module which connects on top of the Arduino Uno module Below discussion on adventure with modified from original code to make it work for me. Keyestudio K0183 mounted on … Continue reading