Search found 4 matches

by McMoe
Thu Jul 01, 2021 8:06 am
Forum: General Discussion and Questions
Topic: Get current Bitcoin price as an integer?
Replies: 7
Views: 8436

Re: Get current Bitcoin price as an integer?

Hi katesimon123, at www.mcmoe.de you can contact them via the contact form at the page (https://www.mcmoe.de/en/contact/), explaining what your needs are and that you would like to test their api. They will reply with a free plan to you having up to 50 - 100 calls a day for free. Altcoin data includ...
by McMoe
Fri Apr 23, 2021 6:36 pm
Forum: ESP32 boards
Topic: Crash at wlan.active(True)
Replies: 9
Views: 28375

Re: Crash at wlan.active(True)

Ok fixed this on my side. I had a Max7219 connected to it. Most of my boards are connected to Pin 2 as CS. I read the pin documentation from AZ-Delivery and changed this connection to pin 15. Now everything works fine. So this error seems occur when certain pins from the board are connected. Hope th...
by McMoe
Fri Apr 23, 2021 2:29 pm
Forum: ESP32 boards
Topic: Crash at wlan.active(True)
Replies: 9
Views: 28375

Re: Crash at wlan.active(True)

Same problem here. Really wierd. Its a fresh board Esp32-WROOM-32 from AZ-Delivery flashed with custom made micropython 1.15 firmware. My firmware is running on most of my boards but crashing on this one when it runs the command station.active(True). Errormessage is "Connection lost (EOF)". Its not ...
by McMoe
Tue Apr 13, 2021 10:05 am
Forum: General Discussion and Questions
Topic: Get current Bitcoin price as an integer?
Replies: 7
Views: 8436

Re: Get current Bitcoin price as an integer?

Hi slowcheetah, i developed a micropython repository for tracking coinprices via api.mcmoe.de. That includes bitcoin as well as hundreds of altcoins. Check this repository https://github.com/McMoes/Crypto-Ticker. You can install it on your esp32 and display realtime prices on max7219 displays. Pecen...