Hamish Cunningham
Hamish Cunningham
Board definitions for unphone boards: see https://iot.unphone.net/ and https://unphone.net/ for details.
Hi, I'm using IDF + the arduino layer with a .platformio like the example here: https://github.com/platformio/platform-espressif32/blob/develop/examples/espidf-arduino-blink/platformio.ini The code (a simple motor controller demo) works when I compile from the Arduino...
Add a halt script to simbamond to trigger after the filesystems are unmounted (in rc0.d) that will ping MoPi and say "halt now". (The firmware should halt 45 secs after...
Add a "boot complete" signal from simbamond to MoPi. The 60 second power-on delay is too conservative. Let's reduce it to 2 seconds like the current version of simbamond.
Philip Ingram says: I'm trying to use my kickstarter Pi on a version 2 old Pi B (not a Pi 2B). After trying it as delivered with 8*AA cells [which...
This commit runs the docker container with the "build" user (id 1000) which is created in the Dockerfile. Running as user 1000 has the benefits that: - it is docker...
Code from https://github.com/espressif/esp-idf/blob/master/examples/system/base_mac_address/main/base_mac_address_example_main.c to print out the WiFi MAC address (e.g. if using a network that requires pre-registration of devices).
Could an option be added to `pio run` to turn off LDF for a build? If I know that dependencies haven’t changed, I’d like not to take the time to...
The unPhone9 device is scheduled for public release Q1 2023. It includes an RFM95W LoRa module. This PR adds support for the board to LMIC-node. More details available at: https://unphone.net...
This is a non-breaking change (two "#ifdef"s) that adds support for the unphone device (which, otherwise, reverses the direction and colours of the screen). The unphone is described at https://unphone.net/...