diff --git a/embadet/readme.md b/embadet/readme.md index 9f92bd5..de1d942 100644 --- a/embadet/readme.md +++ b/embadet/readme.md @@ -1,24 +1,23 @@ # Info -## Important comands -Comand for build options of the projeckt\ +## Important Commands +Command to configure build options of the project: `make menuconfig` -Comand for flashing\ -`make flash` +Command to flash the firmware: +`make flash` -Comand for showing the serial monitor\ +Command to show the serial monitor: `make monitor` -## Connection error -If you get the error [Errno 2] you propiply dident conneckt the microcontrorloer or hav the wrong tty selectet. -to select the right tty use comand `make menuconfig` and then go to **serial flasher config -> Default serial port** -then change to the right port +## 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 isshus -if the out put of the sensor is atound **80°** you have a power conection ishue. \ -if you got the output around **-127°** sense wire not conectet. +## 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. -## Compiling errors -when the temp input is non it mid be a compyling error caude by a falty sdk configuration \ -so use the command ```make menuconfig``` to chaing the following settings \ -**Component config -> newlib -> disable nano formatting** +## 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** \ No newline at end of file