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 all,
We are authorized distributor for Nordic in India (SM electronics) I was looking at
nRF51822 Bluetooth Smart Beacon Kit but in download section i was unable...
Hello,
I'm currently developing an application on nrf52832 that'll use SAADC low power to fetch battery voltage level and report that value on BLE advertising data. I've...
I am trying to use NRF51822 GPIO to generate a pulse with max width of 0.3us. According to other tickets in the forum and the product spec, NRF51822 should be able to generate...
I am using a nrf52 dev kit as well as a raspberry pi to set up the cloud coap example in the nordic docs. I have set up a 6-4 tunnel through hurricane electric and have full...
Hello,
I'm playing beep sound using pwm1 (timer1).
The onSound() starts beep sound.
The disableBuzzer() terminates pwm1.
The handler_buzzer() selects continuous...
Hi,
I'm using nrf51822 and ble_app_uart in SDK12.3.
Testing with android app nRF UART v2.0
I have some problem with BLE connection.
First, Sometimes when I tried...
Dear Nordic:
I have transplanted my code from sdk 10.0(nrf51422+S310) to sdk 13.1(nrf52832 + s332(v4.0.2)).
I program softdevice and application to my board by nRFgo_Studio...
I just tried to add a custom service, so I expanded my ble_cfg.gatts_cfg.attr_tab_size.attr_tab_size. Now, when I call sd_ble_cfg_set(BLE_GATTS_CFG_ATTR_TAB_SIZE, &ble_cfg...
Hi everyone,
For my project I'm currently using the sdk 10.0.0 (S310 on a nRF51422) and I would like to use the Secure DFU provide by the sdk 12.0.x.
Working on a nRF51422...
Hi everyone
We have a custom made board with NRF52832 chip. We are send it to FCC test lab and they told us the occupied bandwidth (OBW) is too small, 940kHz less than...
Hello,
has anyone tried new v1.1.0 for nRF6707? If I change the window size to more than original 2.0s, GUI becomes very laggy and it is very hard to stop the recording ...
Hello,
I've been trying to test DFU over UART which has been added in SDK13.1 but after following every resource I've found I always end up with DFU not working
The...
I found this question which partially answered what I am looking for:
devzone.nordicsemi.com/.../
Essentially, if I am creating a new project with my main.c file and...
Hi I am trying to design a custom BLE board using NRF52832 by following the reference layout.
I am new to RF design and I have got a few questions that I would really appreciate...