-
#Rust π¦ – Serializing and Deserializing data structures to JSON with Serde
Hi! While I was creating a sample on how to use OpenAI APIs in Rust, I realized that I needed to serialize and deserialize some data in JSON format. Lucky me, Serde JSON works great! Serde JSON Serde JSON is a library for serializing and deserializing Rust data structures efficiently and generically12. It provides ways… β read more
-
#WioTerminal – Open / Close the #DigitalTwin Door πͺ using Wio Terminal buttons and Azure IoT βοΈ + Azure Functions β‘
Hi ! My current goal is simple: Press Wio Terminal button A will open the Azure IoT Door, press B button will close the door. A demo video is available here: I already wrote about how to use the buttons, however, let’s refresh this. Using Wio Terminal Buttons We need to initialize the buttons, usually… β read more
-
#WioTerminal – Display a countdown progress bar π₯ for the next #AzureIoT βοΈ refresh data call
Hi ! In today’s post I’ll share an scenario about: Display a custom progress bar in the Wio Terminal display. The progress bar is a count down until the next request to the Azure Function interacting with Azure Digital Twin. This is mostly working with strings to create a specific String() that represent the Progress… β read more
-
#WioTerminal – Posts to interact with a #DigitalTwin Door πͺ with Azure IoT βοΈ and Azure Functions
Hi ! Here is the current set of posts on the integration between the Azure IoT door πͺand my Wio Terminal. References Download Arduino IDE Wiki Seeed – Historgram Wiki Seeed β loading Images Wiki Seeed β Installing the File System Library Wiki Seed – Wifi Connectivity GitHub – Arduino_JSON Wikipedia – X BitMap β read more
-
#WioTerminal – Display a #DigitalTwin Door πͺ state using XBitmap with #AzureIoT βοΈ.
Hi ! In today’s post I’ll share an scenario about: Display the state of a door (open / closed) using an XBitmap in Wio Terminal. The door state information come from an Azure Function interacting with Azure Digital Twin. In my previous posts I wrote on how to get data from an Azure Function and… β read more
-
#WioTerminal – Parsing JSON data from an #Azure βοΈ Function !
Hi ! In today’s post I’ll share an scenario about: Invoke an Azure Function to get JSON data, and Parse the JSON data Yesterday I wrote on how to invoke an Azure Function and get JSON data for my Digital Twin scenario. The response from the function is similar to this one: There are several… β read more
-
#Humor – JSON Statham
I regret nothing ! β read more
-
#CustomVision β Sort and manage Json response estimation in a single line of code
Hi! On my Custom Vision samples, I usually send an image to a CustomVision.ai HTTP Endpoint, and I process the Json result. The results are very easy to understand, however, I created a C# converter class to help with the Custom Vision results. To create this class I navigate: http://json2csharp.com/, and paste a sample result… β read more
-
#VisualStudio β JSON Viewer, excellent extension to work with #JSON contents
Hi! When I’m in debug mode in Visual Studio, I always use several options to view debugging data. Text, XML and JSON are the default data viewers ones that we have in the IDE (as far as I know!). What I do not find in the IDE is an external viewer in JSON format. Lucky… β read more
-
#VisualStudio β JSON Viewer, excelente extensiΓ³n para trabajar con contenidos JSON
Buenas! Cuando depuras aplicaciones, Visual Studio nos provee de varias opciones para ver los datos de la depuraciΓ³n. Text, Xml y Json son los visores que tenemos por defecto. Lo que no encuentro de fabrica en el IDE es un visor externo en formato Json. Por suerte, en el MarketPlace de Visual Studio tenemos muchas… β read more