Part Number: CC2640R2F-Q1
Other Parts Discussed in Thread: INA233, TCAN4550
Hi Team,
This is a signal acquisition project used in automobiles. Both the master and the slave choose the CC2640R2F-Q1 controller.
Slave: Periodically (tentatively every 1 second) the voltage value is collected through INA233, and then BLE is sent to the master. (The design of the slave is the same, but the voltage at different positions is collected)
Host: After receiving the voltage data of 8 slaves, it is sent to the superior ECU via CAN. (Extend CAN interface through TCAN4550)

Customer plan to design the software like this:
1. Enable broadcasting after the slave is powered on.
2. The master discovers the slave, connects, and then enables the NOTIFY attribute of a certain characteristic value of the slave.
3. The slave periodically collects data and sends a notification to the master.
Whether this design is feasible? Is there a better solution?