Hands-On with the Arduino Pro Nicla Sense ME!

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • 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:
    docs.arduino.cc/hardware/nicl...
    Or, buy one here:
    store.arduino.cc/products/nic...
    Products Used in this video:
    Lulzbot OctoGrab:
    shop.lulzbot.com/taz-pro-work...
    *You make the difference, please Like/Comment/Subscribe to support the channel.
    If you would like to support DIY Engineering, head over to: www.diy.engineering/sponsor
    Lets Be Social:
    www.diy.engineering
    instagram.diy.engineering
    facebook.diy.engineering
    twitter.diy.engineering
    youtube.diy.engineering
    thingiverse.diy.engineering
    linkedin.diy.engineering
    github.diy.engineering
    Music:
    Joakim Karud - intro
  • ХоббиХобби

Комментарии • 19

  • @oliverjepp3113
    @oliverjepp3113 4 месяца назад +1

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

  • @ORagnar
    @ORagnar Год назад +4

    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

  • @cedarxeda2665
    @cedarxeda2665 2 года назад +3

    Your intro is great. Nice one

  • @mutzelmann
    @mutzelmann Год назад +1

    super video, thanks a lot

  • @davidbroadfoot1864
    @davidbroadfoot1864 2 года назад +4

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

  • @AngelR1227
    @AngelR1227 2 года назад

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

  • @ubidefeo
    @ubidefeo 2 года назад +2

    Don't forget to remove line 95
    while(!Serial);
    before you use it untethered :D

  • @danielsmullen3223
    @danielsmullen3223 2 года назад +1

    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.

    • @DIYEngineering
      @DIYEngineering  2 года назад

      I cant wait to hear more about your project! ;)

  • @pitcairb
    @pitcairb 2 года назад

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

  • @connorstine4259
    @connorstine4259 2 года назад +2

    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?

    • @DIYEngineering
      @DIYEngineering  2 года назад +3

      I would look into calibrating the sensors, i did come across that information in the Bosch sensors sdk/documentation linked from the nikla sense page. That should allow you to modify the arduino library and control the error your seeing in the reads. I’ll update this if i get the chance to lookup the docs referenced.

  • @ogmaker
    @ogmaker 2 года назад

    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...

    • @DIYEngineering
      @DIYEngineering  2 года назад

      Agree about BLE, definitely not good for a safety applications but apply some ml to the data and may identify conditions that lead to further investigation.

  • @shadowmanxyz7805
    @shadowmanxyz7805 Год назад

  • @ORagnar
    @ORagnar Год назад

    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

  • @SomeGuyInSandy
    @SomeGuyInSandy 2 года назад

    Controllino