Hands-On with the Arduino Pro Nicla Sense ME!

preview_player
Показать описание
in this video, we look at the new Arduino Pro Nicla Sense Me IoT device, then go hands-on to create a small enclosure and interact with it's sensors in an IoT project!

Find info about the Arduino Nicla Sense ME here:

Or, buy one here:

Products Used in this video:
Lulzbot OctoGrab:

*You make the difference, please Like/Comment/Subscribe to support the channel.

Lets Be Social:

Music:
Joakim Karud - intro
Рекомендации по теме
Комментарии
Автор

I was amazed by the tools you have. You designed and built everything in that shop with such seeming ease. Great stuff!
12/22/22

ORagnar
Автор

his setup / tech room is turning me on *fire emoji x3*

oliverjepp
Автор

The BME688 doesn't measure CO2. It only measures VOC and applies a transformation to that reading to report eCO2.

davidbroadfoot
Автор

This is a nifty device. It occurred to me that you could potentially use all of these features in your car, pair it with your smartphone, and use that to relay data back to your home server. It would make sense to measure cabin air quality, and you can use the accelerometer to detect driving behaviors.

danielsmullen
Автор

Don't forget to remove line 95
while(!Serial);

before you use it untethered :D

ubidefeo
Автор

Excellent video. How is the 3mm acrylic lens held in place?

AngelR
Автор

Très bonne vidéo ! Le .ino a t-il été écrit par vous ou sinon où pouvons nous le trouver ?

pitcairb
Автор

I see that you have the Arduino BLE Peripheral code by which you advertise your service, but where is the BLE central code? Don't you have to receive the Bluetooth data and decode it?
12/27/22

ORagnar
Автор

Hi great and helpful video. I have been attempting to implement the temp, humidity, and pressure sensors using the standalone example in the arduino IDE. I am having some issues with the boards such as many warnings when compiling and errors with uploading such as the port not being found. However, on some attempts I am able to upload the sketch (With many warnings). When this happens I am experiencing the temperature reading to steadily rise from 30 C - 33 C despite the room being approx room temp (about 23 C). Any advice on how to trouble shoot these issues?

connorstine
Автор

Interesting. I will likely give it a try using MQTT with HomeAssistant, grafana, and influxDB. BLE is not a very reliable mechanism IMHO. Of course that means tying it to a wifi module (ESP most likely). I 3D print lots of ABS, so it will be interesting to test the air quality side of that. I already use accelerometers on my Klipper-based printers to do resonance tuning...

ogmaker