Search found 1 match

by django
Wed Jan 19, 2022 11:01 pm
Forum: ESP8266 boards
Topic: Asynchronous JSON Request
Replies: 0
Views: 10946

Asynchronous JSON Request

Hi there, Im working on a project where i'm fetching some numbers from a public endpoint (e.g. https://www.bitstamp.net/api/v2/ticker/ETHUSD). This numbers will be evaluated and splitted so that i can display them on a Neopixel Device. This part of the project is running quite ok, just some unregula...