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...
Hi all,
I am using a nRF52840 with SDK v16.0 on SES. I am trying to understand the flow of code in the secure Booloader(/SDK_v16\examples\dfu\secure_bootloader\pca10056_s140_ble...
Hi ,
I am trying to interface sg90 toy servo with NRF52840 , I am using nrf library but dont know how to drive it from 0 degree to 90 degree to 180 degree . May I know the...
Hi
I m using NRF52832 for beacon application.In my application, the device should be in the system off mode .After holding button for 5 secs, the system will back to idle...
Hi
I'm using SDK version15.2 and SD on a custom board based on nRF52840.
The board has two serial ports, and I want to use both independently. Using the Serial Port Library...
Hi Nordic Team,
My requirement is-
Advertise -> Connect to 1 device -> Send packet -> Disconnect -> Delay(1min) -> Advertise -> Connect to 2 device...
I am using Timer...
I am using nrfMeshProvision cocoapod to create a Mesh Network using a iOS Mobile application. In first step of identifying the device, i am able to call bearer.open() and...
Hi,
I've used the nRF connect 'Getting Started' software and tutorial to setup a development environment, however i am having problems with the "Set up a project in SEGGER...
Hi Nordic Team,
Please share a logic to filter with address for connection over BLE. Please help as soon as possible.
Thanks & Regards,
Aswati Vijaykumar
Hi
I am currently developing a demo application and started with the ble_app_template project from the ble_peripheral_folder (s140 softdevice, sdk 16.0). I copied it to...
I am using a module called Core51822 which includes NRF51822, with the NRF51822 Evaluation kit and the ST Link to program it from Arduino IDE.
I want basically to program...
can someone suggest me some tutorials how to do programming in nrf52840 from scratch.
i have tried some examples like blink an led just like opening the file and running...
Hallo devzone,
i have a real time task, where i have a trigger, different calculations and then the corresponding action.
Now i need to calculate the time from the trigger...
Hello,
As I am new to the world of bluetooth and its stack I have a question which I cannot find the answer for on the internet.
I've read a ton of posts on the devzone...
Hi Nordic Team,
Requirement-
Connect->Send 1 packet->Disconnect->Connect...
I am Sending a data packet to central using Timer handler and trying to disconnect using...
Good day.
I am trying to add flash storage functionality to a project based on the ANT asynchronous transmitter example and the ANT back ground channel example of the SDK...