Search found 8 matches

by Serena Yeoh
Tue Nov 26, 2019 9:04 am
Forum: ESP IoT Solution
Topic: How to provision ESP32 based device to IOT hub?
Replies: 1
Views: 4860

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...
by Serena Yeoh
Tue Nov 26, 2019 8:51 am
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
Replies: 3
Views: 5710

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...
by Serena Yeoh
Sat Nov 02, 2019 4:35 pm
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
Replies: 3
Views: 5710

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...
by Serena Yeoh
Wed Oct 16, 2019 3:40 am
Forum: General Discussion
Topic: I2C Pins on ESP32-PICO-KIT V4.1
Replies: 3
Views: 8161

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...
by Serena Yeoh
Wed Oct 16, 2019 3:31 am
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit Compilation Error
Replies: 4
Views: 6583

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. :)
by Serena Yeoh
Wed Oct 09, 2019 12:58 am
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit Compilation Error
Replies: 4
Views: 6583

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 ...
by Serena Yeoh
Tue Oct 08, 2019 7:28 am
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit Compilation Error
Replies: 4
Views: 6583

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...
by Serena Yeoh
Fri Sep 20, 2019 8:47 am
Forum: ESP IoT Solution
Topic: ESP32-Azure IoT Kit: Magnetometer and Barometer Driver
Replies: 3
Views: 5710

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.