Skip to content

Instantly share code, notes, and snippets.

@BennyE
Last active January 7, 2021 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BennyE/da3237e2eee31d3d8c6f69334c418a7a to your computer and use it in GitHub Desktop.
Save BennyE/da3237e2eee31d3d8c6f69334c418a7a to your computer and use it in GitHub Desktop.
Thoughts on #CircuitPython2021

Here are my thoughts on #CircuitPython2021

While some of the thoughts are (still) out of my personal reach, I still wanted to put them down .. :) I've learned a lot already and hope to be able to contribute on some of those elements/thoughts.

espressif:

  • Add ESP32-S3 hardware support and what this could enable via BLE (e.g. location awareness)
  • Implement wireless roaming (ESP-IDF lately has example code for wireless roaming leveraging 802.11k/11v, it would be cool if this could be leveraged)
  • Review if WPA3-SAE (WPA3-Personal) can be implemented as ESP-IDF supports it
  • I'll work on making some information of the connected AP (better) accessible like Auth-Mode/Encryption and want to review if the PMF-mode can be shown/displayed

nRF/Nordic:

  • micro:bit v2 hardware support would be amazing => having two devices talk to each other via BLE sounds fun
@BennyE
Copy link
Author

BennyE commented Jan 7, 2021

@ladyada
Copy link

ladyada commented Jan 7, 2021

thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment