ESP32-POE running Mongoose OS?

Started by shellzor, December 03, 2019, 02:38:24 PM

Previous topic - Next topic

shellzor

Hello everyone!

First post here, and newbie in the IOT space :).

I am working on a proof of concept device and we have found the ESP32-POE to be a perfect hardware platform for our needs.
I am very impressed by Mongoose-OS and the easy management of devices it provides out of the box.
As a newbie I am now running into issues with finding a sensor over I2C, using stolen example code  :) .

Because the pins are different than a "normal" ESP32 I have added the following to my mos.yml file:
config_schema:
  - ["i2c.enable", true]
  - ["i2c.sda_gpio", 13]
  - ["i2c.scl_gpio", 16]

But the sensor is not found.

Anyone with experience using Mongoose OS on the ESP32-POE device? Any help is appreciated!

Thank you in advance,
Andreas