home.social

#nrf9160 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nrf9160, aggregated by home.social.

fetched live
  1. This is big news today from Nordic Semiconductor! The #nRF9151 is here, which is a drop-in replacement for the #nRF9161 and #nRF9160 (albeit with a 20% smaller footprint) with all the amazing features, but that adds Class 5 output power which even further reduces power-consumption.

    youtube.com/watch?v=fMaDOH5CEZ

    #iot #cellularIoT

  2. This is big news today from Nordic Semiconductor! The #nRF9151 is here, which is a drop-in replacement for the #nRF9161 and #nRF9160 (albeit with a 20% smaller footprint) with all the amazing features, but that adds Class 5 output power which even further reduces power-consumption.

    youtube.com/watch?v=fMaDOH5CEZ

    #iot #cellularIoT

  3. This is a small lecture I gave to a team of students on how to approach designing the software architecture for a #cellularIoT project.

    It uses the Nordic #nRF9160 as a habit tracker in a 12 sided enclosure and connects to AWS IoT.

    In the talk I speak about:
    - design considerations
    - how to separate work between three teams
    - make sure the project is aligned with the user's goals
    - how end-to-end tests support integration between teams

    youtube.com/watch?v=4dxdToouAI

    #softwareArchitecture #AWS

  4. This is a small lecture I gave to a team of students on how to approach designing the software architecture for a #cellularIoT project.

    It uses the Nordic #nRF9160 as a habit tracker in a 12 sided enclosure and connects to AWS IoT.

    In the talk I speak about:
    - design considerations
    - how to separate work between three teams
    - make sure the project is aligned with the user's goals
    - how end-to-end tests support integration between teams

    youtube.com/watch?v=4dxdToouAI

    #softwareArchitecture #AWS

  5. #NordicSemiconductor launches the Connect for Good: Low Power Sustainability Challenge in collaboration with Wevolver and contest sponsors Mouser Electronics, SORACOM, and Crowd Supply.

    The most innovative idea solving issues related to sustainable living and the environment will receive a grand prize of $20,000 and in-kind project support.

    The first 100 valid entries will receive an #nRF9160 Development Kit!

    nordicsemi.com/News/2023/04/No

    #cellularIoT #sustainibility

  6. #NordicSemiconductor launches the Connect for Good: Low Power Sustainability Challenge in collaboration with Wevolver and contest sponsors Mouser Electronics, SORACOM, and Crowd Supply.

    The most innovative idea solving issues related to sustainable living and the environment will receive a grand prize of $20,000 and in-kind project support.

    The first 100 valid entries will receive an #nRF9160 Development Kit!

    nordicsemi.com/News/2023/04/No

    #cellularIoT #sustainibility

  7. That's an interesting idea: use #WeWebAssembly for embedded #IoT devices:
    thenewstack.io/why-webassembly
    The benefit would be a clearer separation between application code and the operating system, and would allow users to develop the application that runs on a device in their preferred language, and not forced to write in low-level embedded languages like C/C++.
    Runtimes like github.com/bytecodealliance/wa are only 135 KB (plus the operating system) and could fit a #NordicSemiconductor #nRF9160.

  8. That's an interesting idea: use #WeWebAssembly for embedded #IoT devices:
    thenewstack.io/why-webassembly
    The benefit would be a clearer separation between application code and the operating system, and would allow users to develop the application that runs on a device in their preferred language, and not forced to write in low-level embedded languages like C/C++.
    Runtimes like github.com/bytecodealliance/wa are only 135 KB (plus the operating system) and could fit a #NordicSemiconductor #nRF9160.

  9. GNSS-interferometry folks! So I've been working on programming firmware for the Actinius
    Icarus #nrf9160 board stacked with a @adafruit
    featherwing datalogger, and I'm getting really close to deploying this thing in the wild. Have a look at the current state here: github.com/ITC-Water-Resources

  10. GNSS-interferometry folks! So I've been working on programming firmware for the Actinius
    Icarus #nrf9160 board stacked with a @adafruit
    featherwing datalogger, and I'm getting really close to deploying this thing in the wild. Have a look at the current state here: github.com/ITC-Water-Resources

  11. Another showcase that is using the demo application I have been building the last weeks is used here to demonstrate a #NordicSemiconductor #nRF9160 connected to the internet without a physical SIM, using the #Onomondo #SoftSIM!

    Visit the Nordic Semiconductor booth at #EmbeddedWorld2023 to learn more!

    #cellularIoT

  12. Another showcase that is using the demo application I have been building the last weeks is used here to demonstrate a #NordicSemiconductor #nRF9160 connected to the internet without a physical SIM, using the #Onomondo #SoftSIM!

    Visit the Nordic Semiconductor booth at #EmbeddedWorld2023 to learn more!

    #cellularIoT

  13. @schiermi @chris_gammell This is the guide that covers what has significant influence on the power consumption of the #nRF9160: developer.nordicsemi.com/nRF_C

    The biggest cost is using the modem, so the less frequent you send data the better.

    We recently did measurement with the asset_tracker_v2 sample for CES 2023 and the solar demo we showed, and arrived at 3.4 mA average if you send data to the cloud every minute, and 2.3 mA if you do it every hour.

  14. @schiermi @chris_gammell This is the guide that covers what has significant influence on the power consumption of the #nRF9160: developer.nordicsemi.com/nRF_C

    The biggest cost is using the modem, so the less frequent you send data the better.

    We recently did measurement with the asset_tracker_v2 sample for CES 2023 and the solar demo we showed, and arrived at 3.4 mA average if you send data to the cloud every minute, and 2.3 mA if you do it every hour.

  15. @rdmueller Exeger demoed this at CES this months, so it's quite new. I am not aware that the shields can be purchased, right now, but Powerfoyle itself is available and you can order a DevKit at exeger.com/sign-in/.

    In good conditions we get over 4.5mA which is enough to send data to the cloud every minute using the #nrf9160

  16. @rdmueller Exeger demoed this at CES this months, so it's quite new. I am not aware that the shields can be purchased, right now, but Powerfoyle itself is available and you can order a DevKit at exeger.com/sign-in/.

    In good conditions we get over 4.5mA which is enough to send data to the cloud every minute using the #nrf9160

  17. @chris_gammell good video! The floor that's shown in the video (of 24 mA) is quite high. With the #nRF9160 we can typically get it down to around 5 mA. I think Nordic need to be better at showing how that's achievable.

  18. @chris_gammell good video! The floor that's shown in the video (of 24 mA) is quite high. With the #nRF9160 we can typically get it down to around 5 mA. I think Nordic need to be better at showing how that's achievable.

  19. It's absolutely 🤯 that they put a #nRF9160 in a 2 mm thin label with a printed battery that can be attached to a box to provide tracking for up to 6 months. Really impressive #engineering!

    podgroup.com/smart-shipping-la

    #iot #cellulariot

  20. It's absolutely 🤯 that they put a #nRF9160 in a 2 mm thin label with a printed battery that can be attached to a box to provide tracking for up to 6 months. Really impressive #engineering!

    podgroup.com/smart-shipping-la

    #iot #cellulariot

  21. Over in the #CircuitDojo live stream Jared is giving away 4 #nRF9160 feathers in the next 4 streams: youtube.com/@CircuitDojo

  22. Over in the #CircuitDojo live stream Jared is giving away 4 #nRF9160 feathers in the next 4 streams: youtube.com/@CircuitDojo

  23. There is some advantage in visiting our #Oslo office ... it's where our warehouse is located... 😁
    #cellularIoT #nRF9160

  24. There is some advantage in visiting our #Oslo office ... it's where our warehouse is located... 😁
    #cellularIoT #nRF9160

  25. The team behind the most sophisticated application sample for #cellularIoT in Nordic Semiconductor's nRF Connect SDK, the #asset_tracker_v2, is asking for your feedback:

    surveymonkey.com/r/FHXDJYD

    If you have been using the SDK or are planning to build a cellular #IoT device using the #nRF9160, please help to prioritize the features for the next iteration.

    You can find the documentation for the asset_tracker_v2 here: developer.nordicsemi.com/nRF_C

  26. The team behind the most sophisticated application sample for #cellularIoT in Nordic Semiconductor's nRF Connect SDK, the #asset_tracker_v2, is asking for your feedback:

    surveymonkey.com/r/FHXDJYD

    If you have been using the SDK or are planning to build a cellular #IoT device using the #nRF9160, please help to prioritize the features for the next iteration.

    You can find the documentation for the asset_tracker_v2 here: developer.nordicsemi.com/nRF_C

  27. Got a student hooked to help me put a #nRF9160 on the #IKEA #Obegrånsad LED display. He figured out the pin connections on the custom IC.

  28. Got a student hooked to help me put a #nRF9160 on the #IKEA #Obegrånsad LED display. He figured out the pin connections on the custom IC.