Notes on temp probeTodo: Scan labbook page
Jim's Arduino-based hardware
Arduino Model: MKRZERO
To use on Linux, install Arduino IDE. Next go to Tools > Board: <some-model-name> > Boards Manager...
In the Boards Manager, filter by MKRZERO, and install the Arduino SAMD Board drivers.
Finally, ensure your user is part of the `uucp` and `dialout` groups via
Code Block |
---|
sudo usermod -a -G dialout -G uucp <user> |
If you are unsure what the pointer to the device is, run
Code Block |
---|
sudo dmesg |
and unplug/plug the device. It should be something like
Code Block |
---|
/dev/ttyACM0 |
Finally, whenever you plug/unplug the device and get `Permission Denied` errors, add rw permissions to the file
Code Block |
---|
sudo chmod a+rw /dev/ttyACM0 |
Hardware
235-165-ND: FP 07 FAST TIP PROBE, 150 Kohm, at 25C
...