From e8f0e92b4a67d2f7846c1568844ae4102d5d2fce Mon Sep 17 00:00:00 2001 From: Dhinesh Kumar Pitchai Date: Thu, 25 May 2023 19:58:21 +0530 Subject: [PATCH] update README --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d2dfb2cbc..010dd5f78e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ For general information, please check the stm32duino [README.md](https://github. - [Sensors on Catena 4612, 4617, and 4618](#sensors-on-catena-4612-4617-and-4618) - [Catena 4630 Features](#catena-4630-features) - [Catena 480x Features](#catena-480x-features) + - [Model 4916 Features](#model-4916-features) - [Model 4917 Features](#model-4917-features) - [Troubleshooting](#troubleshooting) - [Installing a Development Copy of this BSP](#installing-a-development-copy-of-this-bsp) @@ -61,6 +62,7 @@ The Arduino IDE allows you to select the following items. | MCCI Catena 4630 | Murata CMWX1ZZABZ module, STM32L082 | [4630](#catena-4630-features) | LiPo battery,ZMOD4410, PMS7003 | | MCCI Catena 4801 | Murata CMWX1ZZABZ module, STM32L082 | [480x](#catena-480x-features) | Primary battery, Modbus | | MCCI Catena 4802 | Murata CMWX1ZZABZ module, STM32L082 | [480x](#catena-480x-features) | Primary battery, Modbus, SHT31-DIS-F, I2C Expander | +| MCCI Model 4916 | Murata CMWX1ZZABZ module, STM32L082 | [4916](#model-4916-features) | Type-C battery, GPS, BME680, SHT31-DIS-F, IPS7100, Spec sensors, SCD30 | | MCCI Model 4917 | Murata CMWX1ZZABZ module, STM32L082 | [4917](#model-4917-features) | Primary battery, JST-XH for OneWire sensor | ### Catena 461x Series @@ -124,6 +126,24 @@ The 480x is a dedicated board for remote Modbus applications, using the Murata m | Sensors | none | SHT31 | | External interfaces | Modbus, TTL serial | Modbus, TTL serial, I2C Expander | +### Model 4916 Features + +The 4916 is a dedicated board designed for monitoring air quality. + +| Feature | 4916 | +|---------|------| +| TCXO Control | Controlled by code | +| Battery type | Primary (non-rechargeable) reference is Type-C battery | +| System voltage | 3.0V to 3.5V, depending on whether boost regulator is enabled. | +| Regulator control | EN output from CPU controls boost regulator. | +| High-side switch for power for external sensors | Yes | +| Screw terminals for external sensors | None | +| QWIIC for external sensors | Yes | +| Feather physical compatibility | No | +| USB | No | +| Sensors | BME680, SHT31, GPS, IPS7100, SCD30 | +| External interfaces | TTL Serial | + ### Model 4917 Features The 4917 is a dedicated board designed for temperature monitoring using onewire probe. @@ -176,7 +196,7 @@ Remember to restart the IDE whenever you change `platform.txt`, `boards.txt` or ## Release History -- [HEAD](https://github.com/mcci-catena/Arduino_Core_STM32/). Added support for new board Model 4917. +- [HEAD](https://github.com/mcci-catena/Arduino_Core_STM32/). Added support for new board Model 4917 and Model 4916. - [v3.0.5](https://github.com/mcci-catena/Arduino_Core_STM32/releases/tag/v3.0.5) Patch release. Don't use `` to implement `min()` and `max()` ([#184](https://github.com/mcci-catena/Arduino_Core_STM32/issues/184)). Prevent hangs if USB is enabled but D+/D- float to high/high ([#189](https://github.com/mcci-catena/Arduino_Core_STM32/issues/189), [#190](https://github.com/mcci-catena/Arduino_Core_STM32/issues/190)) -- thanks to Mohammed Mayyan ([@mmayyan](https://github.com/mhmayyan)) for help in finding this.