I am messing with loading the NVM on an AT3 module.
My set up is i have a sensor with 3 analog outputs, w/Analog 1 -> AIO0, Analog 2 -> AIO1, and Analog 3 -> AIO2. i am also using the Ant Battery Board.
Attached is the NVM Script with the commands that i think are correct, with it sending the temp and voltage readings also. The second attachment is a single analog input being sampled, which works.
I am just wondering if my first script is correct or if i am missing something. When i test the script i only get pin 0 i don't get the other pins.
//Other set up signals
C [93][00][00][20]
//Data Channels
C [91][00][00][41][00][01][00]
C [91][00][01][41][01][01][01]
C [91][00][02][41][02][01][02]
C [91][00][03][41][FF][01][03]
C [91][00][04][41][FE][01][04]
C [94][00][00][F8][01][04][00][00]
C [94][00][01][F8][01][04][00][00]
C [94][00][02][F8][01][04][00][00]
C [94][00][03][F8][01][04][00][00]
C [94][00][04][F8][01][04][00][00]
//Transmission Channels
C [42][00][10][00]
C [51][00][31][00][01][05]
C [43][00][00][20]
C [45][00][42]
C [60][00][03]
C [4B][00]
Single Data Channel that Works
C [93][00][00][20]
C [91][00][00][41][00][01][00]
C [94][00][00][F8][01][04][00][00]
C [42][00][10][00]
C [51][00][31][00][01][05]
C [43][00][00][20]
C [45][00][42]
C [60][00][03]
C [4B][00]