Hello all,
would somebody please help to understand how much memory may be needed to use:
- BLE with mesh
- TWI to read the value from the sensor
- one PWM output on two GPIOs
- one timer
As far as I understand is that on board (peripherals) PWM and TIMER (max timer count needed is 2 seconds) which nRF52820 has, there should not be much memory needed, while the BLE with mesh needs around 17KB the full stack, but not really sure how much memory does the TWI need to read from one sensor via the pooling.
I guess all the onboard peripherals do not require much of ram. For example, nRF52820 has 32KB ram and 256KB of flash, that should be enough to build a simple mesh to connect among several devices (12), while the app to turn on and dim the LED on two GPIOs while reading the sensor should as well be enough, right? For example, I remember doing similar the app, but without a BLE on at tiny with 4KB, so, wondering why would that may be a problem on nRF52820?
Best.

