A P2P-based IoT solution for your devices is, in general, simpler to develop and manage than the traditional server-based solution. Read along to get the answer of how a direct connection is established, and which communication patterns are supported to enable a high-performing, developer-friendly IoT solution. The design of a P2P-based IoT solution vs. a […]
Author Archives: Carsten Gregersen
You can say a lot about Modbus, like “old and primitive” but it’s definitely also a protocol that is very widely used and common in many products today. However, it is worth remembering that primitive is sometimes good, especially when you are interfacing systems. The modbus slave (blue box) is a Digital/Analog converter that can […]
Faced with stricter regulations on data processing under the EU’s GDPR (General Data Protection Regulation) and a growing demand for IoT-functionality within the field of consumer devices, companies now have an important decision to make when it comes to choosing the correct IoT platform. In this blog post, we’ll boil it down to just one […]
The Internet of Things (IoT) is growing at an exponential rate and being embraced by companies in every sector. Increasingly, IoT technology is providing practical solutions and operational enhancements in both industry and commerce. Gartner predicts that the amount of IoT connected devices will jump from 8 to 20 billion between 2018 and 2020. Here […]
The ESP32 is a powerful WiFi module from the creators of the successful ESP8266 low-cost WiFi module, Espressif. The creators has released the ESP-IDF (Iot Development Framework) which is a FreeRTOS based core for the module that you can plug your own code and modules into. The ESP32 module is a dual protocol hybrid with […]