SSD1306 OLED Bitcoin Display

Hey Now.

Hi am working with the SSD1306 example sketch in the libraries, the display looks great.

I would like to have it display the current Bitcoin price.

Does anyone have a sketch out there to make this work?

I found this api curl on the web// ```
curl https://api.coinbase.com/v2/prices/BTC-USD/buy \

Back in 2016 I used a LiquidCrystal display to display the bitcoin price along with the time:

I would suggest making a webhook with the API url and using the webhook to request the price and then display it.

I posted my code and webhook in that thread, so there’s probably some useful stuff you could find.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.