golioth / elixir-hw

An open source hardware device that has cellular, wifi, bluetooth, GPS, and more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir

The Elixir is part of Golioth's "Aludel" platform, a family of devices that makes it easier to connect hardware to the internet using Golioth's Firmware SDK and cloud platform. The Aludel family of devices are widely used in Golioth's Reference Designs, which are end-to-end demonstrations of IoT devices targeted at different vertical applications.

This board primarily targets cellular connectivity but also has the ability to connect to/interact with WiFi networks; it can also be used for supplemental features such as Wi-Fi locationing. An on-board power management unit facilitates a large array of power options, including LiPo via the onaboard connector and charging capabilities, but also up to 48V input for industrial applications. There are are array of sensors and other other commonly used support ICs. Prominently featured on Aludel boards, including this one, are headers that conform to the MikroBus standard. This is a pinout from Mikroelectronika and supported by their wide range of plug-in sensor boards. We chose this standard for maximum hardware swappability, enabling our users to change to a different targeted sensor or industry vertical by replacing one or two click boards.

This is released as Revision C of the Elixir. Revisions A and B were internal-only and the naming will be maintained for continuity.

On the board

  • nRF9160 - Cat M1 / NB-IOT / GPS chip with dual core Cortex M33 processing
  • ESP32-C3 - Running ESP-AT firmware, interfaced to the nRF9160 over UART
  • BME280 - Weather sensor from Bosch, common to many Golioth designs
  • Power
    • Low quiescent buck circuit, inherited from Feather Board
    • 5V boost to service the 5V output on the MikroBus
    • Battery charging
    • Fuel gauge
    • High voltage input (5.5V to 48V) for powering from things like OBD-II and industrial supplies
  • LIS2DH - Accelerometer, inherited from Feather board
  • PWM Buzzer - Allow audible indication similar to the Thingy91
  • Real Time Clock
  • Secure Element
  • Power Switching - Power switch of 3V3 for sensor nodes to shut down in low power situations
  • QWIIC / STEMMA Headers - External sensors and peripherals including the Aludel Ostentus
  • ClickBus headers
  • USB C interface and power
  • External SIM connector
  • Multiple programming interfaces
    • 10 pin SWD (02x05 .127mm pitch), accessible from outside the case
    • 10 pin SWD Tag Connect (accessible from the top side of the board)
    • USB using the serail bootloader / MCUBoot

The Aludel form factor

The Aludel form factor (Originally the "Aludel Mini" form factor) is based around the Bud Boxes CU-1937-MB. This was further customized with a milled alternative ordered custom from Digikey, described in more detail in this blog post. There are inserts that are 3D printed to target specific applications/Click boards, and a custom PCB front panel called the Aludel Ostentus, which also is OSHW.

Rev B Photos

Aludel_Elixir_RevB_Top Aludel_Elixir_RevB_Bottom

Purchase

The Elixir board is not available to purchase. Please contact devrel@golioth.io if you would like to arrange help with your manufacturing.

Usage with Reference Designs

The Elixir is supported natively in the Reference Design Template. To use it in a build run the command:

west build -p -b aludel_elixir_ns app

Hardware Lineage and License

This design was derived from Jared Wolff's open source nRF9160 Feather board and extended to fit the Aludel platform size. Additional items were added and some features removed or modified to fit the needs of Golioth Reference Designs

This board is released under the CERN OHL-P (v2) license. See LICENSE for more info.

Any replication or modification of this design must remove references to Golioth and The Golioth Logo, which is a trademark of Golioth, Inc.

About

An open source hardware device that has cellular, wifi, bluetooth, GPS, and more!

License:CERN Open Hardware Licence Version 2 - Permissive