Ajout gitignore et modification du README
This commit is contained in:
parent
0b2ffdf4b7
commit
6701bf12ff
|
@ -0,0 +1,6 @@
|
||||||
|
.vscode
|
||||||
|
build/
|
||||||
|
sdkconfig
|
||||||
|
sdkconfig.old
|
||||||
|
dependencies.lock
|
||||||
|
managed_components/
|
18
README.md
18
README.md
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# Projet ESP
|
# Projet ESP
|
||||||
|
|
||||||
Projet sur une board esp32-8048S043. Le code suivant est fonctionnel. Il s'appuie sur le code officiel du github `esp-idf`.
|
Projet sur une board esp32-8048S043. Le code suivant est fonctionnel. Il s'appuie sur le code officiel du github `esp-idf`.
|
||||||
|
@ -6,6 +5,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 +28,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 +133,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()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user