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...
Hello,
With sdk13 and app_pwm library, I only got 9bits resolution for 32KHz freq.
The pwm should have 16bits resolution, with max freq 100KHz?
please could anyone...
hi ,all
I feel confused about" out_of_sync" and" in_sync" parameters .If a devece is in sync,how the channels was changed ?And what's the use of"nrf_gzll_set_device_channel_selection_policy...
we builded " BLE to IR " using nRF51822 , it was working fine with out the softdevice.
problem start when we integrated with the SoftDevice .
1.the problem that we need...
Hi.
I am trying to get a capacitive sensor library using a button ( 2 plates, one to ground, one to the AIN, separated).
It's going crazy, sometimes it just get tones...
hi,
I'm designing a board with nrf51822 chip. this board work on 2450 lithium rechargeable battery and it contain an MCP73831T circuit which is responsible of recharging...
Good Afternoon,
I hope someone can point me in the right direction.
We've customised an NRF51822 beacon and made it into a sensor but there seems to be an strange error...
Hello all , please your help
I need please , a reference design of nRF51822 for minimum with CR2032 .
using a pcb antena . ( distance is 4M) + the JTAG lines ...
Hi,
I am trying to secure OTA in nrf51822 board.
For that trying to build bootloader file available in SDK 12.2.0 version at location nRF5_SDK_12.2.0_f012efa\examples...
Hello,
I'm working on a project for which I would like to interface bno055 with nrf51822 smart beacon using i2c/uart. Basically the beacon must extract sensor values from...
With calls to these functions:
nrf_drv_gpiote_init()
nrf_drv_gpiote_in_init()
nrf_drv_gpiote_in_event_enable()
I have a handler (interrupt) routine that services a CAN...
I want to create a whitelist on the Central device. Because there is a lot of peripheral devices around and I just want to connect one peripheral device. First I register...
We have been recommended to use RIOT OS for our application and have been going through the tutorials but it seems that accessing the GNRC API for low ping ip communication...
Hai
i am using mbed to program my nrf51822. i need to implement bonding in my application. for that i am using securitymanager. and i have changed DEVICE_MANAGER_MAX_BONDS...
I am facing the same issue regarding to this post "Custom Service Issue - devzone.nordicsemi.com/.../".
At least i could figure out the IRAM1 start and size as explained...
Hi there!
I have been working with serializer and have the below issue:
I am using sd_ble_gatts_hvx() to transfer 20 bytes in burst until I get an error (TX buffer full...