I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
I am trying to use the cryptocell in the bootloader (bootloader_secure_ble) for verifying dfu packages, but fails in signature verification for the same dfu package, same...
Hello,
I am designing the NRF52832 based board.Specifications of capacitor in reference design is as follows:
0.8pF, NPO, 5% tolerance
But with my vendor these two capacitors...
I am designing nrf52832 based board. In matching, 3.9 nH inductor is given.
I have selected the componenet with following specifications :
Specifications of inductor...
Hi Everyone
I am using nrf52832 development kit , sdk 14.0.0 with iar and i am trying to merge the ble_app_buttonless_dfu and ble_app_uart code.
I have done the changes...
Hello guys.
I am able to save an array to flash memory unfortunately I can not save a struct in flash. I am referring to this question Save struct to flash . However I...
Hi,
I'm a beginner in programming Nordic uC and I would like to know how to enable the watchdog in my application. Are there particular functions to call?
Thanks!
Hi,
We have a prototype application which requires an NRF52 based peripheral to be inside a metal cabinet and to connect via BLE to a central while maximising the link...
When calling access_model_application_bind() , NRF_ERROR_NOT_FOUND is returned?
I have had this working before, but after adding another server model I am getting the error...
Hi,
I am implementing modified DFU for nRF52832 which uses external flash memory. If power loss occures during update process, device then start update process from the...
Hello sir,
I am working on my final PCB design using nRF52832 chip. As per your reference Bill of material i use same part number for all components recommended by you. But...
I have a custom board with the nRF51822 QFAA . Schematic:
In order to compile the firmware, I'm using MinGW . As you can see, I'm also using the SDK 12.3.0 .
Finally...
Hi,
I am using nRF52832 and softdevice is S132 adk13.1. My application is read 3 ADC channel one by one and send this value to android app using NUS. For this i have use...
Hi,
We are performing data transfer using NUS service (BLE-UART).
Data passed is a 11-character string.
READ and NOTIFY permissions are provided for Tx characteristic...
Hello,
I am designing NRF52832 based board. I followed the exact reference layout suggested by Nordic except via position. I moved few vias during routing. Is it necessary...
I am using segger studio and jlink to program my nordic thingy 52. I followed the documentation and
Build the program
Connect to Jlink
Erase All
Debug->Go ...