2024-03-11 05:29 AM
Hello dear Community,
As an emerging engineer(newbie steps 1st yr into mbed) with a MEDICAL company startup transitioning into product development, my first project:face_with_rolling_eyes: involves designing a 12-lead ECG patient monitor. The initial attempt, led by a former employee with an Android background, utilized an Android board and android display but failed due to the lack of a real-time OS and Android API limitations. This experience has led us to consider an embedded approach, diverging from custom dedicated boards commonly used in the industry.
How to approach custom board?
In aiming to use the microcontroller efficiently and to avoid the previous attempt on overcapacity issues experienced with a 1.6 GHz Cortex-A55 quad-core processor which cost is high, we seek your expertise and advice on several matters:
I would greatly appreciate any insights, experiences, or suggestions you could provide to guide us in this project, particularly given our novice status in this complex field.
Thank you in advance for your valuable support and guidance.
2024-03-11 06:01 AM
F7 series could be good. Main factor of your application would be UI design and responsiveness of it.
Adding a higher end display means adding external ram and rom for that display as well, which becomes quite complicated if someone had not done it previously. I would suggest go for HMI. Like nextion. Now nextion is quite expensive so better counter part for it is dwin lcds and also TJC lcd. This way your GUI issues will be offset.
I think everything else which you are trying to do can be easily achievable with F7.
2024-03-12 05:58 AM
hi, thankyou for replying..i want to use 10.1 ' mipi dsi display , by using B-LCDAD-RPI1 adapter can i able to interface display where stm32f7 compatible for 2-lane mode only..so, please suggest me that suitable display for stm32f769-disc0..
thanks in advance!