Compare commits

..

No commits in common. "03d86c6f2b675fadd239f0188e018013c830d754" and "0b2ffdf4b7c69c04bf8565c7360881a5bc3d1474" have entirely different histories.

2 changed files with 4 additions and 19 deletions

6
.gitignore vendored
View File

@ -1,6 +0,0 @@
.vscode
build/
sdkconfig
sdkconfig.old
dependencies.lock
managed_components/

View File

@ -6,17 +6,6 @@ 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.
@ -29,6 +18,8 @@ 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`
@ -134,8 +125,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.X.X, mask: 255.255.255.0, gw: 192.168.X.X I (4400) esp_netif_handlers: sta ip: 192.168.1.101, mask: 255.255.255.0, gw: 192.168.1.254
I (4400) wifi_connect: got ip:192.168.X.X I (4400) wifi_connect: got ip:192.168.1.101
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()