Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ommoore/SHL_Pod_PrimaryBMS

Open more actions menu
 
 

Repository files navigation

SHL_Pod_PrimaryBMS

STM32 Nucleo-F746xx test environment with a library of supported API for the Primary BMS: Orion BMS Jr

Connections / Wiring

STM32 Nucleo-F746ZG <-UART-> Orion BMS Jr
or
STM32 Nucleo-F746ZG <-CANdapter-> Orion BMS Jr

ElCon Charger, Orion BMS Jr (via CANdapter), and STM32F7 communication via CAN2.0b (extended ID)

Battery Pack Configuration

Primary Pack Characteristics
48V 26Ah 18C (14S 10P)

Individual Cell
Sony US18650VTC5A - Lithium Ion "18650" cylindrical cell

Electrical Ratings
I_cell_rating = 25A_ctns, I_pack_rating = 250A_ctns
V_cell_empty = 3.0V, V_cell_nominal = 3.6V, V_cell_full = 4.2V
V_pack_empty = 42.0V, V_pack_nominal = 50.4V, V_pack_full = 58.8V

Module Construction
Each 'super-cell', in actuality, is a '5x2' (5 by 2) module which is comprised of 10 '18650' cells connected in parallel, but constructed as 2 rows of 5 cells.

Pack Configuration
The primary battery pack is 14 of these 'super-cells' connected in series.

Supported API

  • UART API Testing:

    • 1.1.1 xx
    • 1.1.2 xx
    • 1.1.3 xx
    • 1.1.4 xx
    • 1.1.5 xx
    • 1.1.6 xx
    • 1.1.7 xx
    • 1.1.8 xx
    • 1.1.9 xx
    • 1.1.10 xx
    • 1.1.11 xx
    • 1.1.12 xx
    • 1.1.13 xx
    • 1.1.14 xx
    • 1.1.15 xx
    • 1.1.16 xx
    • 1.1.17 xx
    • 1.1.18 xx
    • 1.1.19 xx
    • 1.1.20 xx
    • 1.1.21 xx
    • 1.1.22 xx
    • 1.1.23 xx
  • CAN API Testing:

    • 2.1.1 xx
    • 2.1.2 xx
    • 2.1.3 xx
    • 2.1.4 xx
    • 2.1.5 xx
    • 2.1.6 xx
    • 2.1.7 xx
    • 2.1.8 xx
    • 2.1.9 xx
    • 2.1.10 xx
    • 2.1.11 xx
    • 2.1.12 xx
    • 2.1.13 xx
    • 2.1.14 xx
    • 2.1.15 xx
    • 2.1.16 xx
    • 2.1.17 xx
    • 2.1.18 xx
    • 2.1.19 xx

Directory Contents

**SHL_Pod_PrimaryBMS**
|
└───Includes 
└───Core 
|   └───Inc 
|   |   | - it.h
|   |   | - main.h
|   |   | - OrionBMSJr.h
|   |   | - stm32f7xx_hal_conf.h
|   |
|   └───Src
|   |   | - it.c
|   |   | - main.c
|   |   | - msp.c
|   |   | - OrionBMSJr.c
|   |   | - syscalls.c
|   |   | - sysmem.c
|   |   | - system_stm32f7xx.c
|   |
|   └───Startup
|       | - startup_stm32f746zgtx.s
|
└───Drivers
|   └───CMSIS
|   |	└───Device
|   |	|   └───ST
|   |	|       └───STM32F7xx
|   |	|           └───Include
|   |	└───Include
|   └───STM32F7xx_HAL_Driver
|   	└───Inc
|   	└───Src
|
└───Debug 
└───Reference Docs
    └───ARM & STM32 Docs
    └───Screenshots
    └───Traces

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.