Search found 2 matches
- Sun Feb 12, 2023 6:19 am
- Forum: Hardware
- Topic: BSD API in NodeMCU
- Replies: 0
- Views: 1119
BSD API in NodeMCU
I want to know that is it possible to implement BSD API using ESP8266 Node MCU ? I want to access Azure IOT using MQTT through ESP8266 Node MCU. How should I proceed ?
- Fri Jan 13, 2023 12:01 pm
- Forum: Hardware
- Topic: ESP8266 as Host Name Resolver
- Replies: 0
- Views: 602
ESP8266 as Host Name Resolver
I am new to use esp8266. I have successfully accessed website using ESP8266. Now, I want to access the Azure-Iot-Hub, for which I need to first access the url: "global.azure-devcies-provisioning.net". In sample code, the on chip Modem is used to establish internet connection and then below written f...