Skip to content

Instantly share code, notes, and snippets.

@BennyE
BennyE / circuitpython2021.md
Last active January 7, 2021 21:04
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
@BennyE
BennyE / debian-buster-on-huawei-matebook-d14-2020
Last active March 18, 2020 21:40
Huawei Matebook D14 Debian Notes
https://github.com/nekr0z/linux-on-huawei-matebook-13-2019 <- looks like very good information
https://wiki.debian.org/SecureBoot
https://wiki.debianforum.de/UEFI
This is for the AMD model, not the Intel model.
Realtek Wireless replaced with Intel 9260 (Wi-Fi 5, I just prefer Intel over Realtek)
I used this iso, hoping it would be a better fit with the non-free (not sure about this)
@BennyE
BennyE / howto-pyqt5-on-mac-os-x-yosemite-with-python-3
Created May 9, 2015 15:44
Howto set up a PyQt 5 environment on MacOS X Yosemite (10.10.3) for Python 3
This short article aims to give you the instructions on how to set up a PyQt 5.4.1 environment on a Mac with Yosemite 10.10.3 for Python 3.
Prerequisites:
- XCode downloaded and installed along with the command-line utilities (you need that to compile PyQt & SIP)
- Python3 downloaded and installed (I'm using Python v3.4.3)
- Download Qt 5.4.1 for Mac (598 MB)
-> http://www.qt.io/download-open-source/#section-2
(Should be named something like "qt-opensource-mac-x64-clang-5.4.1.dmg")
- Download SIP Source (sip-4.16.7.tar.gz)
-> http://www.riverbankcomputing.com/software/sip/download