Hands-On with the Arduino Pro Nicla Sense ME!

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

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

  • @ORagnar
    @ORagnar 2 года назад +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

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

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

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

    Your intro is great. Nice one

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

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

  • @danielsmullen3223
    @danielsmullen3223 3 года назад +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  3 года назад

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

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

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

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

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

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

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

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

    super video, thanks a lot

  • @connorstine4259
    @connorstine4259 3 года назад +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  3 года назад +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.

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

    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

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

    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  3 года назад

      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 Год назад

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

    Controllino