Hi all,
We are starting new project, the aim of the project is control street lights through web site by using gprs connetion.
The key requirements of the project is
- It should support dfu through web site using gprs module.
- It should have Bluetooth connection.
- 4 dedicated uart connections (gprs, current meter, debug port, other one)
For these project we are think to select nRF52832 controller
The reasons are:
- By using serial bootloader we can achieve dfu through web site using gprs module.
- If we use nRF52832 no need to use external Bluetooth module which reduces cost.
Questions:
- Regard to the uart I’m not sure nRF5232 have how many uart instances? When I saw data sheet or reference manual it have only one uart instance that means only one module can use uart at the same time?
- For these type projects most of them are using PIC controllers. Is there any special reason? Can I use nRF52832 for these project?
- Anyone can give me a best suggestion which controller is best?
Many thanks.