Added the capacitance reading device (based on TSSOP16, paired with an Arduino Nano V3, communication over serial) to the PSI NMR setup
This commit is contained in:
11
cfg/tssop16_cfg.py
Normal file
11
cfg/tssop16_cfg.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import frappy.core as fc
|
||||
import serial
|
||||
|
||||
Node('example_TSSOP16.psi.ch', 'A demo system showing how to connect the TSSOP16 Arduino', interface='tcp://5000')
|
||||
|
||||
Mod('io1',
|
||||
'frappy_psi.capacitance_readings.TSSOP16.TSSOP16_IO',
|
||||
'communication',
|
||||
uri='serial://COM11?baudrate=9600+bytesize=8+parity=none+stopbits=1')
|
||||
|
||||
Mod('TSSOP16', 'frappy_psi.capacitance_readings.TSSOP16.TSSOP16', 'Capacitance-reading Arduino (with TSSOP16)', io='io1')
|
||||
Reference in New Issue
Block a user