SRX boards ============================== .. toctree:: :maxdepth: 3 :caption: Contents: Description ------------ SYSROX boards are specifically designed to work with the INS fusion library, the algorithm are designed to work great on these specific boards. They do not include microcontroller and have to be supported by a compatible one supported by the INS fusion prebuilt library: - ESP32-s3 - Teensy 4.X A complete application example is available for esp32-s3 boards, which allows out of the box use of the board on this platform. An example for Teensy 4.X will also be proposed soon. Designs -------- Two designs are currently proposed: - SRX-INS00-DEV which is a development board with a form factor allowing easy use on breadboard - SRX-INS01-CAS which uses the same sensors but with smaller form factor and castellated design, allowing easy integration in a custom design. The spacing between pads allow easy hand soldering. Both boards schematics and PCB footprints are available as library for EasyEda tool: - `SRX-INS00-DEV `_ - `SRX-INS01-CAS `_ Covers ------- Barometer is highly sensible to dynamic pressures deltas and the measures it returns can be disturbed by air displacement around the part. Covers are proposed for both parts to reduce this effect. Covers can be also useful to protect exposed parts in case of use in harsh environment. +----------------------------------------+----------------------------------------+ | SRX-INS00-DEV | SRX-INS01-CAS | +========================================+========================================+ | .. image:: images/Cover_INS_00_DEV.png | .. image:: images/Cover_INS_01_CAS.png | | :width: 400 | :width: 400 | | :height: 220 | :height: 300 | +----------------------------------------+----------------------------------------+ How to wire ------------ .. important:: The boards are both 3V3 boards (IO and power) and are not 5V tolerant. They can be damaged if plugged on a 5V system. SRX-INS00-DEV and SRX-INS01-CAS boards both uses unique SPI bus for all sensors. All sensors are adressable with a dedicated `CS` pin (one per sensor). The CS pin is used to select the sensor to communicate with with setting this pin to logical low level. .. note:: The sensors can be connected using I2C bus which is not covered here. The provided parsing libraries do not support I2C communication. Electrical plugging ~~~~~~~~~~~~~~~~~~~~~ Sensors INT pads are available but their connexion is not mandatory for the boards to work. Proposed sensors parsing libraries does not use these features but the user can implement them if needed. Access to TCXO clock output is also available on the CAS board. .. seealso:: In the complete provided esp32-s3 example (`app ESP32 <../../mcu/esp32/appdm_ins_esp32s3/index.html>`_), the board is wired with the following pins: - icm_cs = 10 - mag_cs = 11 - baro_cs = 9 - mosi = 12 - miso = 13 - clk = 14 SRX-INS00-DEV ^^^^^^^^^^^^^^^^ .. image:: images/wiring_SRX_INS00_DEV.png :alt: Wiring SRX-INS00-DEV SRX-INS01-CAS ^^^^^^^^^^^^^^^^ The 3V3 pads are linked by the board, as well as ground, so only one of them can be be connected. If possible, using multiple connexions with GND and 3V3 is recommanded. .. image:: images/wiring_SRX_INS01_CAS.png :alt: Wiring SRX-INS01-CAS Adapter board is available to allow easy prototyping with SRX-INS01-CAS board: .. image:: images/Adapter_INS01_CAS.png :width: 300 :height: 300 :alt: Adapter SRX-INS01-CAS Performances ------------ Performances of the boards using the INS fusion library are available here: +-------------------------------------------------------------------------+-------------------------------------------------------------------------+ | SRX-INS00-DEV | SRX-INS01-CAS | +=========================================================================+=========================================================================+ | |picdox| :download:`Brochure <_static/attached/Prod_SRX_INS00_DEV.pdf>` | |picdox| :download:`Brochure <_static/attached/Prod_SRX_INS01_CAS.pdf>` | +-------------------------------------------------------------------------+-------------------------------------------------------------------------+ .. |picdox| image:: images/pdf_icon.png :class: no-scaled-link :width: 100 :height: 100 :alt: Pdf link