You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define P1_TYPE TYPE K
#define P2_TYPE TYPE K
#define P3_TYPE TYPE K
#define P4_TYPE TYPE K
however if I upload this to the arduino enviroment and Teensy3.6 I get nothing on my Serial Monitor. my cpu speed of the uC =96MHz. I dont know if that matters, however it is written that the statements used in the SPI protocol of the Arduino enviroment are outdated and newer style of spi start transmission should be used, I dont know how much of that is relevant.
I tried using the commands given by https://www.pjrc.com/teensy/td_libs_SPI.html
and all ackwards faults show up in C++ files and files referred to the chip on the Teensy3.6....
I tried running the AD7124 to see if I have a connection but it gives a -2 on the Serial monitor. Just dont know what I am doing wrong or understand. So the serial Monitor is working. and dont know what a -2 resembles....
technically i just want to read out all 4 thermocouples.
What is the fastest speed I can go with four thermocouple readouts 10x second? and how much time do I have left over to send this data to a HX8357 GFX 3.5 inch tft display?
Is there a stripped version of the CN0391 by using the AD7124 commands to just readout the thermocouples and Temperature sensor of the AD7124 at set velocity 10xsec?
I would like to prevent conflicts in sending data, and would like to check on the AD7124 to see if the data arrived at the microprocessor.(crc check). and than send the data to the screen.
thanks for looking into this.
Best regards
Bastiaan
The text was updated successfully, but these errors were encountered:
Hello Dear Support from analog devices
for the MOSI=Pin11, MISO=12, CS=10, and SCK=13.
PINS on the CN0391 that are used
for the MOSI =4, MISO=5, CS=3, CLK=6,
for the defines in the cn0391 example I have given it:
#define USE_TH_CALIBRATION YES
#define DISPLAY_REFRESH (1000)
#define P1_TYPE TYPE K
#define P2_TYPE TYPE K
#define P3_TYPE TYPE K
#define P4_TYPE TYPE K
however if I upload this to the arduino enviroment and Teensy3.6 I get nothing on my Serial Monitor. my cpu speed of the uC =96MHz. I dont know if that matters, however it is written that the statements used in the SPI protocol of the Arduino enviroment are outdated and newer style of spi start transmission should be used, I dont know how much of that is relevant.
I tried using the commands given by https://www.pjrc.com/teensy/td_libs_SPI.html
and all ackwards faults show up in C++ files and files referred to the chip on the Teensy3.6....
I tried running the AD7124 to see if I have a connection but it gives a -2 on the Serial monitor. Just dont know what I am doing wrong or understand. So the serial Monitor is working. and dont know what a -2 resembles....
technically i just want to read out all 4 thermocouples.
Is there a stripped version of the CN0391 by using the AD7124 commands to just readout the thermocouples and Temperature sensor of the AD7124 at set velocity 10xsec?
I would like to prevent conflicts in sending data, and would like to check on the AD7124 to see if the data arrived at the microprocessor.(crc check). and than send the data to the screen.
thanks for looking into this.
Best regards
Bastiaan
The text was updated successfully, but these errors were encountered: