Leon Rinkel
Leon Rinkel
XHR request do not work neither ☹️ I am now redirecting the whole popup to a firebase function and then passing the token back to the app via `window.postMessage()`. Although...
I'm using an Apple silicon Mac, but I'm sure a Raspberry Pi would work as well.
`export DOCKER_DEFAULT_PLATFORM=linux/x86_64` did indeed work. Docker then uses Rosetta 2 translation to execute the x86_64 image. I was even able to use this in an aarch64 Ubuntu VM.
Oops, that somehow slipped through, sorry. Thank you @rowdy15 for answering. This repo is my example of getting an eink display to run with nordics nRF52 series ICs. I used...
There are #defines for the pins in paper.c
@kwaku96 There are multiple SPI peripheral instances on the nRF hardware which can be used in parallel. `PAPER_SPI_INSTANCE` defines which instance to use. It's not a pin. You should be...
No need to excuse, I'm happy to help. I don't use the busy pin in this example. Instead I wait arbitrary delays, which is not the best solution but the...
https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT This site suggests that there are differences in the controllers that require different code. If you have v2 it might work, otherwise it probably won’t but I’m not sure....
Hi! You’ll also have to include required files from the nRF SDK, e.g. nrf_lcd.h. This example project comes with a Makefile which should give you a hint on what files...