Tag: software development
-
ESP32 WiFi tips
Just some handy pointers for working with and managing WiFi on the ESP32
-
OpenAPI Specification
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic
-
Atlassian Status Page
Atlassian Status Page is a tool that provide an at-a-glance view of a site or application’s status through a visual means
-
DCC
A very empty post on DCC – Digital Command and Control
-
Measuring battery voltage on an ESP32
A quick reminder not with some links related to battery measuring on an ESP32
-
Compiling gcc
So, it turns out that compiling C applications requires a little bit of know-how. Here are some pointers to help young players. To get some compiler settings, give this a whirl: This error is the compiler complaining that it can’t find the header file mysql.h. After installing the mysql-devel package, and a quick search for…
-
Compiling Paho binaries
The Eclipse Paho C Client library enables applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. The snippet below shows an example of how to compile the binaries from source. Making use of the library requires additional effort and is a topic for another discussion.