-
![20181017_215502](https://user-images.githubusercontent.com/9946962/47083319-f2abc380-d25b-11e8-8b5f-1b476e979080.jpg)
_Originally posted by @ibuildrockets in https://github.com/sqfmi/badgy/issues…
-
I was having a go at putting micropython on the board, however mistakenly attempted to upload the "esp8266-20190125-v1.10.bin" micropython file via the OTA method rather than USB.
I'm now trying to…
-
Hi,
after setup of the board in the Arduino IDE the board settings got populated with what looks like defaults. Some of the defaults seem wrong, like the Flash size of 512k (no SPIFFS). During uplo…
-
Hi there,
I just realized I did something stupid by calling some function directly from setup() that ends with the sequence below and now I'm unable to flash a new sketch
```
delay(1000);
ESP.de…
-
Is there any way to wake Badgy up by using the switch, when using ESP.deepSleep()?
Like if I want the HourlyQuote-example to also update when I press the button. :)
-
Hi, the weather sketch is broken. Forecast request dies with a json parsing error. Not sure where the problem is...tried and failed to figure it out. Best I could tell it looks like stuff is left in t…
dh312 updated
5 years ago
-
Discussed this on #20 , pasting here the conversation relevant for this new issue:
@sqfmi Hi, I have one of the blue PCB models which was bought in July last year and I suffer from exactly the same…
-
I cannot find any documentation on the specs for formatting images for badgy other than using the xbm format. Things that I tried won't compile. Badgy is great; but, I'd like it to display more than "…
ac8vw updated
6 years ago
-
I have a [working sketch](https://github.com/pastorhudson/PCOBadge) that connects to an api and pulls check-in information and displays it on the badge when I press the right toggle button. I'd like t…
-
In the badgy example it says to include the library from https://github.com/ZinggJM/GxEPD. All the other libraries we need to include have zip bundled releases, but GxEPD doesn't. How do we install Gx…