Search found 8 matches
- Tue Nov 26, 2019 9:04 am
- Forum: ESP IoT Solution
- Topic: How to provision ESP32 based device to IOT hub?
- Replies: 1
- Views: 5394
Re: How to provision ESP32 based device to IOT hub?
Hi, I am not sure if this idea helps, but you can get the users to sign-up on your page (hosted on Azure) and from there, you can use your azure credentials to create the device for the user. It is up to you to design how you want it to be - multi-tenant or shared-tenant. You can run scripts to prov...
- Tue Nov 26, 2019 8:51 am
- Forum: ESP IoT Solution
- Topic: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
- Replies: 3
- Views: 6341
ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
Hi, I have done some research on the two sensors and went to learn some code-fu . :lol: Here's the implementation for the FBM320 Barometer and the MAG3110 Magnetometer drivers for the ESP32-Azure-IoT-Kit on github ( https://github.com/serenagrl/esp-iot-solution ). Hope it is useful for anyone who ow...
- Sat Nov 02, 2019 4:35 pm
- Forum: ESP IoT Solution
- Topic: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
- Replies: 3
- Views: 6341
Re: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
Hi, I am sorry that after looking at the code, I really don't know how to implement the driver for the Barometer. I am not from Electronics background and all these are too deep for me. I have managed to find the driver from the manufacturer here (https://github.com/formosa-measurement-technology-in...
- Wed Oct 16, 2019 3:40 am
- Forum: General Discussion
- Topic: I2C Pins on ESP32-PICO-KIT V4.1
- Replies: 3
- Views: 9257
I2C Pins on ESP32-PICO-KIT V4.1
Hi, I apologized if this is a dumb question, I am new to ESP32 and not from EE background. I would like to know where are the I2C pins on the ESP32-PICO-KIT. I cannot find much information on this board and I can't see any labels for the SDA and SCL pins in the documentation on the espressif site. I...
- Wed Oct 16, 2019 3:31 am
- Forum: ESP IoT Solution
- Topic: ESP32-Azure IoT Kit Compilation Error
- Replies: 4
- Views: 7335
Re: ESP32-Azure IoT Kit Compilation Error
Both esp-azure and esp32_azure_iot_kit can be compiled on IDF3.3 regardless of using Eclipse or command line.
Both fails on IDF4.0b1. In fact, I tried to test compiling the smart_device sample as mentioned in the instructions for testing and it also failed.
Hope they can be fixed soon.
Both fails on IDF4.0b1. In fact, I tried to test compiling the smart_device sample as mentioned in the instructions for testing and it also failed.
Hope they can be fixed soon.
- Wed Oct 09, 2019 12:58 am
- Forum: ESP IoT Solution
- Topic: ESP32-Azure IoT Kit Compilation Error
- Replies: 4
- Views: 7335
Re: ESP32-Azure IoT Kit Compilation Error
Yes, I managed to get it to compile on IDF 3.3 but on eclipse, the IDE does not seem to be able to pick-up the header files for intellisense. I wonder what I did wrong. Do share your experience if you could get it to compile on IDF 4. I think IDF 4 is awesome and is so much better than the previous ...
- Tue Oct 08, 2019 7:28 am
- Forum: ESP IoT Solution
- Topic: ESP32-Azure IoT Kit Compilation Error
- Replies: 4
- Views: 7335
ESP32-Azure IoT Kit Compilation Error
Hi, I am trying to compile the ESP32-Azure IoT Kit examples found here (https://github.com/espressif/esp-iot-solution) but they failed. I have already setup the toolchain and IOT_SOLUTION_PATH. I can use idf.py build to compile the blink sample and hello_world but it cannot compile the ESP32-Azure I...
- Fri Sep 20, 2019 8:47 am
- Forum: ESP IoT Solution
- Topic: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
- Replies: 3
- Views: 6341
ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
Good afternoon,
I would like to know if there are any plans to provide the drivers for the Magnetometer and Barometer for the ESP32-Azure IoT Kit? I think it is a very useful kit for beginners and it would be good if the drivers for the sensors are complete.
Thank You.
I would like to know if there are any plans to provide the drivers for the Magnetometer and Barometer for the ESP32-Azure IoT Kit? I think it is a very useful kit for beginners and it would be good if the drivers for the sensors are complete.
Thank You.