Is it possible to send data from ESP8266 Nodemcu to Microsoft Azure using 'Event Hub'. while searching on the internet i am getting results were they are using Azure Iot Hub. Since my application does not require bi directional communication and also azure iot hub service is very expensive than azure event hub service i would prefer if it is possible to use Azure event hub with esp8266 Nodemcu . can anybody direct me in the right direction.
1
votes
1 Answers
1
votes
You will want to use the Event Hubs REST API for that.
- API documentation: https://msdn.microsoft.com/en-US/library/azure/mt652149.aspx
- A proof of concept implementation with Arduino: https://www.hackster.io/stepanb/proof-of-concept-nodemcu-arduino-and-azure-event-hub-a33043
- Full-blown client implementation for Arduino: https://github.com/gloveboxes/Arduino-ESP8266-Secure-Azure-IoT-Hub-Client