-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PR] - Investigation Day - Yann - Wifi #38
The head ref may contain hidden characters: "36-\u{1F916}-yann-wifi"
Conversation
Cette PR pointe vers |
Ah oui bien vu, il ne voulait pas bien le faire lors de la création de la PR. Je ne sais pas si ça vient de github lors de la création ou de la merge (pour ton commit 7d7e2dc) de la branch |
lib/LekaWifi/LekaWifi.h
Outdated
#include "LekaWifiPins.h" | ||
#include "mbed.h" | ||
|
||
class LekaWifi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si mbed n'expose pas de Wifi
on peut juste garder Wifi
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ou alors WifiModule
puisqu'on parle du hardware.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix in 1f05b1c
Il n'y a pas de Wifi
au sein de mbed.
Après je trouvais que c'était plus clair pour faire la différence entre ce qui est de leka et ce qui est de mbed.
Issue similaire à ARMmbed/mbed-os#13170 si l'interface wifi La solution suggérée dans l'issue comme lors de l'exécution de code, c'est de mettre à jour le firmware du module wifi. |
* Scan all wifi hotspot available * Connect to a specific hotspot
* Wifi call in a separate thread * Wifi start on scanning and/or connecting to a wifi network * Variables, member function, defines name modify to be clear * Change class name (LekaWifi -> Wifi) * Remove return carriage \r * Rollback of issue with unreadable network name (count)
About using wifi during investigation day.
PR related: #37
Goal
Enable WIFI and continuously scan (no timeout).
Bonus
Pair with a phone in hotspot