Gary Graham
TVWBB Fan
No cooking this weekend...I added the LCD and a thermocouple amplifier over the last week. The thermocouple amplifier is needed to increase the resolution of the millivolt readings that are given off by the thermocouple. I am using a breakout board form Adafruit that was easy to solder and add the code to get it to work. Now I can report my firebox temps !
I am still trying to figure out the best way to get my code to work with the LCD display, the log and the serial port. So far, I think I have spent the most time trying to figure out how to do the programming on this section of the project. As it turns out, the LCD uses ASCII characters, and sending it a "double" or "integer" type of number will not work. There are ways to get it done, and it involves use of "strings" and "buffers" as a way to interpret or convert the characters.
In the photo, the time was set using the USB cable at compile time, so when the device is powered off and on it starts where it left off - not the actual time.
Currently stuck steering the output of the hexprint reads for the timestamp chip to the logs and to the LCD. I have exactly what I want going to the serial port, but have not found the way to get the info into the buffers for the log, or off to the LCD <yet>...
I am still trying to figure out the best way to get my code to work with the LCD display, the log and the serial port. So far, I think I have spent the most time trying to figure out how to do the programming on this section of the project. As it turns out, the LCD uses ASCII characters, and sending it a "double" or "integer" type of number will not work. There are ways to get it done, and it involves use of "strings" and "buffers" as a way to interpret or convert the characters.
In the photo, the time was set using the USB cable at compile time, so when the device is powered off and on it starts where it left off - not the actual time.
Currently stuck steering the output of the hexprint reads for the timestamp chip to the logs and to the LCD. I have exactly what I want going to the serial port, but have not found the way to get the info into the buffers for the log, or off to the LCD <yet>...