-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serialthermocouple issue? #29
Comments
Make sure the Arduino Serial monitor baud rate is set to 9600 to match the sketch. |
It is, sorry, I accidently pasted "����I�\���(1ɀ���" from when it wasn't. The things above is the output from the run with the correct baudrate. |
If you run this sketch, do you see the expected output in the serial monitor? int count = 0;
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println(count++);
delay(1000);
} Should be a number that increases once a second. |
Well, kind of. This is the output �U���"V����h��M��-��*����V�����-���%��^�,���e� EDIT: After trying again. yes. works like expected completely |
Hi, the example .ino file (serialthermocouple) only throws gibberish like this, instead of actual temps:
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
����I�\���(1ɀ���
Board: ESP32-WROOM-32
Arduino IDE version: 2.3.2 / Flatpak
The text was updated successfully, but these errors were encountered: