https://github.com/nathancy/lm-cew-automation-
Continuous Electrowetting automation for improved liquid-metal RF device testing (Arduino, C++)
https://github.com/nathancy/lm-cew-automation-
Last synced: 7 months ago
JSON representation
Continuous Electrowetting automation for improved liquid-metal RF device testing (Arduino, C++)
- Host: GitHub
- URL: https://github.com/nathancy/lm-cew-automation-
- Owner: nathancy
- Created: 2016-02-02T01:52:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T21:30:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-15T07:19:44.842Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liquid-Metal Electronics
```
Project Overview Video
```
[](https://www.youtube.com/watch?v=lNZG33T3vko "CEW Automation - Click to Watch!")
Repository that holds code to control an Arduino microcontroller and capacitive displacement sensors to automate the process of continuous electrowetting. This implementation enables accurate positional control by utilizing a microcontroller and positional feedback sensors using the [Capacitive Sensing Library](http://playground.arduino.cc/Main/CapacitiveSensor?from=Main.CapSense) to directly improve liquid metal testing.
# Modules
1. Full Integration module
2. Isolated sensor-reading module
3. Isolated positional input module
4. Isolated voltage trigger module
# Developers Guide
1. Attach capacitive displacement sensors to the Arduino Mega
2. Select Arduino Mega in the Arduino IDE
3. Run `CEW_Automation.ino` in the Arduino IDE
4. Open the serial monitor and input desired liquid metal position
For project history and implementation: [Continuous Electrowetting Automation](http://www.nathan-lam.com/projects/continuous-electrowetting-automation)