Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
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...
Does anyone know of any nRF52832 devices designed for use as a key fob?
The Thingy52 looks great but it's a little big and I don't need all of those sensors. Also, I'd...
Hello Everyone,
I am trying to run examples of BLE Pheripheral in my NRF51822 board but something is wrong. SoftDevice and algorithm are downloading well but bluetooth is...
I'm trying to port Thingy52 firmware project from Keil to SES.
I followed this guide Segger Embedded Studio - A Cross Platform IDE
I manage to build without any errors...
Hi Guys,
I am new to the nrf52 family of chipsets and started my work with a custom board containing the nrf52832 chip and some on board peripherals like GPS and some sensors...
phenomenon:
When master successfully encrypts using previous binding information, pm_evt_handler in main.c receives a PM_EVT_CONN_SEC_SUCCEEDED event and gets a bonded...
I want to read and write certain pages from the NRF52 flash via nrfjprog. The goal is to debug an issue with the peer manager by saving the FDS flash contents to disk. I would...
I have downloaded the Eddystone example to my nRF52832 dev-kit and I am trying to register it with the google beacon platform using their beacons Tools app but it says that...
Hi,
i have the below queries:
In our project we are using multiple masters and multiple slaves, in that each slave is dedicated to a single master.
for ex: we are having...
Hello. I created some HID device based ble_app_hrs_pairing_nfc example on NRF52. And I have a questions:
1.I need to automatically reconnect to bonded device after reboot...
By default, the NRF_DEBUG is disabled. After enabling, and removing this assert check:
devzone.nordicsemi.com/.../
I am now hitting another one here:
#if ( configUSE_TICKLESS_IDLE...
Reading the documentation online for the BPROT component for the nRF52832, it seems like resetting is the way to clear the Write Protection bits in BPROT. Is resetting the...
I'd like to be able to change the ble connection interval during during runtime to save power. I followed this post and found that p_ble_evt->evt.gap_evt.params.connected...
Hi,
We like to develop a battery powered device with small current consumption which will communicate with mobile devices over BLE. It will comunicate with mobile device...