Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
i have 3000 bytes of data placed in flash from 0x20000. i want to calculate hmac for the same data.First, can we calculate hmac for such huge data?If yes, then how can i calculate...
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...