Good day,
I am learning how to program NRF52832 chips using the NRF52 DK. I am using Segger embeddded v8.2 for the moment as I have not yet learnt how to use the NRF Connect and RSOC.
I have the following questions;
1) When I try to run the existing example file esb_low_power, I am struck with the error of __vfprintf.h: No such file or directory in Compiling 'SEGGER_RTT_Syscalls_SES.c'. I have searched the forums, however these solutions do not help me by removing 'SEGGER_RTT_Syscalls_SES.c' file.
2) I want to eventually communicate 2 development kit boards with one another, transmitting over their radios. For the moment, any random data strings or integers would work. In the future it would be data read from 2 pressure sensors connected to each DK. Would anyone have advice on best procedure for this for a beginner?
Thank you.