Do you have timing diagrams available? I am familiar with SPI but not the data/command signal. Is the D/C signal specific to Arduinos or is it required for all microcontrollers. I will not be using an Arduino.
If the D/C signal is required for all microcontrollers, when do I need to drive the signal low or high?
Thanks in advance.
Service
Total Posts:
414
Since:
2013-Dec-22
From:
Canada
RE:Timing diagrams?
Posted at:2016-06-22 20:05:11
No D/C signal needed, the module will scan all data received from UART/I2C/SPI port, then interpret them, you need follow to our programming manual to compose the functions to a string, then send string to serial port which connected with our module.