Modification du README

This commit is contained in:
Snorky 2025-01-09 19:45:45 +01:00
parent 0b2ffdf4b7
commit 1b40f1f377

View File

@ -6,6 +6,17 @@ Projet sur une board esp32-8048S043. Le code suivant est fonctionnel. Il s'appui
* [github esp-idf](https://github.com/espressif/esp-idf) * [github esp-idf](https://github.com/espressif/esp-idf)
* [Lien du code](https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station) * [Lien du code](https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/station)
Il existe aussi une branch [dev](https://gogs.sincrone.fr/Snorky/esp-project/src/branch/dev).
## TODO
| Status | Description |
|--- |:-: |
|In Progress | Intégration le lvgl |
|In Progress | Intégration Marauder |
|In Progress | Lecture flux vidéo |
## Configurer vos accés wifi. ## Configurer vos accés wifi.
@ -18,8 +29,6 @@ Modifier les `#define` suivant:
### Build et Flash ### Build et Flash
Build the project and flash it to the board, then run the monitor tool to view the serial output:
Pour build et flasher le board, connectez la via usb et lancer la commande suivante: Pour build et flasher le board, connectez la via usb et lancer la commande suivante:
`idf.py -p PORT flash monitor` `idf.py -p PORT flash monitor`
@ -125,8 +134,8 @@ I (1100) wifi:pm start, type: 1
I (1100) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us I (1100) wifi:dp: 1, bi: 102400, li: 3, scale listen interval from 307200 us to 307200 us
I (1100) wifi:set rx beacon pti, rx_bcn_pti: 0, bcn_timeout: 25000, mt_pti: 0, mt_time: 10000 I (1100) wifi:set rx beacon pti, rx_bcn_pti: 0, bcn_timeout: 25000, mt_pti: 0, mt_time: 10000
I (1130) wifi:AP's beacon interval = 102400 us, DTIM period = 1 I (1130) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (4400) esp_netif_handlers: sta ip: 192.168.1.101, mask: 255.255.255.0, gw: 192.168.1.254 I (4400) esp_netif_handlers: sta ip: 192.168.X.X, mask: 255.255.255.0, gw: 192.168.X.X
I (4400) wifi_connect: got ip:192.168.1.101 I (4400) wifi_connect: got ip:192.168.X.X
I (4400) wifi_connect: connected to ap SSID:YourSSID password:YourPassword I (4400) wifi_connect: connected to ap SSID:YourSSID password:YourPassword
I (4410) Main: End of main I (4410) Main: End of main
I (4410) main_task: Returned from app_main() I (4410) main_task: Returned from app_main()