BoskoopBase/embadet
2024-10-14 09:21:00 +02:00
..
components working temp sensor 2024-10-13 13:23:46 +02:00
main add doc commit 2024-10-14 09:21:00 +02:00
.gitignore Don't track build files 2024-10-12 17:52:27 +02:00
CMakeLists.txt termistor bib 01 2024-10-11 14:21:57 +02:00
Makefile termistor bib 01 2024-10-11 14:21:57 +02:00
readme.md correckt spelleing mistake 2024-10-13 16:39:56 +02:00

Info

Important Commands

Command to configure build options of the project:
make menuconfig

Command to flash the firmware:
make flash

Command to show the serial monitor:
make monitor

Connection Error

If you encounter the error [Errno 2], it likely means the microcontroller is not connected or the wrong tty port is selected.
To select the correct tty port, use the command make menuconfig, then navigate to Serial Flasher Config -> Default Serial Port and choose the correct port.

Sensor Issues

If the sensor output is around 80°C, there is likely a power connection issue.
If the output is around -127°C, the sensor's data wire is probably not connected.

Compilation Errors

If the temperature input is none, it might be due to a compilation error caused by an incorrect SDK configuration.
Use the command make menuconfig and change the following settings:
Component config -> newlib -> Disable nano formatting