Hello there,
I have been trying to wrap my head around the Nicla Sense ME for the past few days, without much luck.
- Firstly, the temperature and humidity data seems incorrect.
- Secondly, I had to update the firmware by using the GitHub repo in order to get BTEC to work (legacy sensor id issue)
- Thirdly, tusing :
namespace nicla;
Doesn't actually work, it tells me "nicla is not a namepace-name". So in order to get the led to blink, I have to use the full nicla::leds.begin and nicla::begin().
Now leaving everything else asside, which by the way if anyone knows why the temps are incorrect please let me know. I am having issues using the I2C, I have an Adafruit SI1145 and MLX90614, both working perfectly fine with 3.3v and I2C on an Arduino Mega. On the Nicle Sense ME, I cannot get the board to identify the sensors.
If anyone can just show/demonstrate a simple I2C example with any sensor, connected to the Nicla Sense ME, I would be more than happy.
Thank you!