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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hello!
I am putting (with a wave generator) a square wave on pin 17 of the microcontroller, and I want that same wave to come out on pin 18. How do I do that? Do you have...
Hello,
I need to transfer a lot of data over USB. I configured the USB as a USB_CDC_ACM on the nrf52840.
Everything works but the problem that i'm running into is that...
Hi there,
I'm currently using micro-ecc on an nRF52 compiled using Nordic's makefiles and implementing the secp256r1 curve. I'm mirroring this in Node.js using the Crypto...
Hey,
Can the nRF52 support 'Thread' / '6LoWPAN' protocols in the future?
Can the component support it (PHY wise etc) with the right 'softDevice' stack drivers?
Thanks...
I have used nrfgo studio, nrfjprog, jlink commander. Whenever i try, it is unable to find the jlinkarm.dll. i have checked the registry, reinstalled everything, but same error...
I use example ble_app_uart_pca10028_s130, I want to change the connection parameters by changing #define MIN_CONN_INTERVAL, #define MAX_CONN_INTERVAL, but when I use oscilloscope...
Hi,
I have been using the nRF51-DK to develop a program for capacitive sensing. I want to design a custom PCB with the nRF51422 chip on it. Do I need to have an oscillator...
Hello,
Using NRF52832, I need to convert to BLE 19.2 kbits / sec bit stream, received from another processor UART. I need a sample program, which I can adapt to do this....
Hi I was use example ble_app_uart with SDK 12.3.0 and nrf51802 for a data transport, after BLE connection, the example need uart receive more than 20 or "\r\n" ,the data will...