Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dhineshkumarmcci committed May 25, 2023
1 parent d201958 commit e8f0e92
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 `<algorithm>` 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.

Expand Down

0 comments on commit e8f0e92

Please sign in to comment.