Replies: 4 comments 1 reply
-
Hi Flyer133, I'll see if I can add an Arduino library that talks to the zc95 over serial in the next couple of weeks or so |
Beta Was this translation helpful? Give feedback.
-
I've added a basic Arduino library - although you can't do a great deal with it yet: |
Beta Was this translation helpful? Give feedback.
-
Can BLE Streaming be done over the aux port too ? or is it just going to be via BLE |
Beta Was this translation helpful? Give feedback.
-
right now, no, the streaming support is only for BLE. I have been thinking about adapting it for use over serial, it would need to work a little differently though |
Beta Was this translation helpful? Give feedback.
-
Hey CrashOverride85!
Is it possible to send simple commands via serial line: Arduino--> Zc95.
For example, I went to use a board (example board) to control multiple relays and many sensors.
A simple language would be a must, for example:
A_PowerUp x --> Increase the power to A line to x
A_PowerDown x --> Decrease the power to A line to x
ProgSet x --> Set The prog number x
Stop --> Stop all channels
...
Thanks ;-)
Flyer133
Beta Was this translation helpful? Give feedback.
All reactions