An open-source Dynamic Light Scattering device.
- This project is at an early stage and is resealsed for research and development only.
- The hardware uses a laser source: handle with appropriate care and protection.
This is the software part of a full project hosted on https://www.hackster.io/etienner/opendls-an-open-source-dynamic-light-scattering-bff60f.
At this stage, there are only two files:
- 'ArduinoDLS.ino' file to use with Arduino IDE
- 'OpenDLS.py' python script to collect data from the hardware and analyse it.
- Open 'ArduinoDLS.ino' in the Arduino IDE, compile and upload to the Arduino.
- Leave the Arduino connected with the USB cable.
- Open 'OpenDLS.py' with a text editor, set the address of the Arduino.
- Launch 'OpenDLS.py N' in a terminal, with N is the number of time series to collect from the Arduino. You may need to install some Python libraries.
See LICENSE.
Etienne Rognin