-
Hello, I'm using telemetrix (it's wonderful) to implement a plugin in PyMoDAQ (https://pymodaq.cnrs.fr/en/latest/). The name of the plugin is pymodaq_plugin_arduino. Its purpose is to use an Arduino to drive actuators and/or sensors. Is there a way of finding out the type of board using Telemetrix? I haven't found a way to do it. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for the question. I don't own a Giga R1, but I just tried compiling Telemetrix4Arduino for the Giga R1. Two of the libraries that Telemetrix4Arduino uses, SPI and DHT, do not seem compatible with Giga R1. If you do not need SPI or DHT support, one can get the code to compile if the line to include SPI support and the line to support DHT are commented out. Also, Telemetrix4Arduino only supports the Serial USB and not the WiFi. Please let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
Thanks for the question. I don't own a Giga R1, but I just tried compiling Telemetrix4Arduino for the Giga R1. Two of the libraries that Telemetrix4Arduino uses, SPI and DHT, do not seem compatible with Giga R1.
If you do not need SPI or DHT support, one can get the code to compile if the line to include SPI support and the line to support DHT are commented out.
Also, Telemetrix4Arduino only supports the Serial USB and not the WiFi.
Please let me know if you have any other questions.