Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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...
I'm using SD 110 and the PCA10001 board.
I make the call to:nrf_gpio_port_read(LED_1), where LED_1 is on, or high. This call always returns a 0. How can I read the state...
Hello!
I'm trying to advertise my custom service. After setting everything up, when calling ble_advertising_init I receive error 0x7.
static m_adv_uuids[] = {0x1523...
Hi,
I ported some SDK code into my device (SDK 10 adapted for S110v7x) where I can successfully Bond my device and use the Services I need (ANCS on my case). I have simplified...
Hello,
I have a project that I want to transfer it from nrf51 to nrf52 (the changes are from nrf51822 to nrf52832). I followed the migration guide. And now it debugs so...
Hi all.
I have phone with nrf Tollbox and central device with DFU, SD130 2.0.0, SDK11.
I would like flash application to central by OTA when I enter password in nrfToolbox...
Hi Nordic,
EDIT: I am using nrf51422, with S210 v5.0.0. Everything that is below is referring to ANT protocol
I want to know if the thing that I am planning to do is...
I download the example of multilink central (S130) into nrf51822 .The central transmit 20 bytes to peripheral interval 50ms sometimes will reset.Anybody know the bluetooth...
Hi guys,
I have the NRF52-DK and want to power only the NRF52. So basically, I want to power it over VDD_nRF.
When I power my DK with a battery and then measure my current...
Hello!
Is it possible to read data sent from ble_app_hrs (peripheral ) to ble_app_uart_c (Central) on PC's serial monitor? If possible, how can i achieve this and which...
Hi,
I programmed nRF52 DK with BLE_APP_UART_SAADC_TIMER_DRIVEN with AIN6 pin as input and is working correctly. But when I programmed the same code in BMD300 the adc count...
I'm running an nrf52832, using SDK 11.0 and the S332 soft device. I've had instances where it seemed my flash data, stored with FDS, was corrupt after a firmware upgrade....
Hi Nordic,
I am having problems knowing what exactly happens in the following situation:
I have a connection established between a master and a slave, and the master...
Hi,
I have started your tutorials and just complement this one. devzone.nordicsemi.com/.../
Now when I tried to download other programs on the development kit, I get...
Hi,
I have wierd experience about using float32_t.
This is my test:
When i use operations on float64_t i got:
0.0001s MAIN:INFO:init_finished
0.0001s MAIN:INFO:loop...
I have a program which uses two timers to flash an LED, alternating between flashing once every 5s for 15s, then once every 0.25s for 15s.
If I run this on the nRF52-DK...