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...
I would like to connect the Android Things NXP Pico board to the Nordic Thingy 52 using Bluetooth and get all sensor data from the thingy.
The Android Things board will...
Hello
Recentlly, our application with android device and nrf52, we need to do pairing process with android device in order to read characteristic from nrf52. The pairing...
I am using PCA10040 devkit and SdK11. Our application is to advertise at an interval of 100ms. Also, our application wants to spend most of the time in sleep mode. Currently...
hello , i am trying to imblement system off or system on in one of the ble central example 'ble_app_blinky_c' , i tried to refer to this example 'ble_app_template' but if...
Hi all ,
I am beginning with DFU . I complete bootloader_secure_ble and can update new firmware (application) to my NRF52832 kit via Android . And now, I have 2 kit NRF52...
hi team,
i am wondering that lot of questions regarding gps and wifi interface with nrf52 is there. why nordic is not supporting with libraries and examples for gps and...
Hi there,
I read that the nRF52840 has a maximum data throughput of around 1.3~1.4Mbps . I also read that when configured as a central it can support up to 20 concurrent...
Hello,
Can anyone point me to a good example for Polling mode using serial library?
I'm looking for an application in which I can poll the serial port for data. I went...
I'm investigating the flash usage by the peer manager to store bond related data. While I haven't had a chance to fully investigate how the FDS and fstorage modules work,...
Hi,
We have a need to have a Nordic app for nRF51822 which both serves as a beacon and also offers a connectable service.
It's my distinct impression at present we cannot...
Hi,
My setup :
nRF52832
Soft Device S132 v5
SDK14.2
My use case involve me to send data to to a central device at 50 meters. I need to send only a small data...
Hello everyone :) , I work on a project initialy configured for a PCA10040 board and I would like to use the debug with my PCA10056 board but unfortunatly the debug doesn...
Hi
For some reason I get stuck in softdevice at 1EA7A when a send some random data to my phone also I notes that function sd_ble_gatts_hvx return 3401
PC = 0001EA7A, CycleCnt...
I am trying to connect thingy as peripheral and many smartphones as central but i can connect only one smartphone by using thingy at a time.Is it possible to connect many...
[References]
In page 234 of nRF52832_PS_v1.4 it says "In both modes, the TIMER is started by triggering the START task, and stopped by triggering the STOP task."
In this...