Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
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...
Hello
i am using the nrf52840 with sdk 13.
on the client side i saw you are catching the cccd_handle. for the heart rate characteristic.
basically i am leaning the basic...
Hi all, is it possible to use NRF51-DK for Master Control Panel?
I dont have NRF51 dongle so I was thinking if there is a way to make NRF51-DK work with MCP.
Hi,
I have the following situation:
1 central connects and bonds to 2 peripherals. All the above 3 devices are power cycled.
Now, the central need to remember the...
My system's data rate is 16MHz.it input to nRF52832 is parallel 8 bits. Is it possible? I want input the data to RAM by easyDMA,please to tell me how to do it ? thanks!
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
I am working in sdk14 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I set the .allow_repairing flag to true :
static void pm_evt_handler(pm_evt_t
const * p_evt) {...
My system's extend IC need a 16MHz clock ,because the nRF52832 work in 64MHz,so I want to use nRF52832 to generating a 16MHz clock output to a GPIO pin .please tell me ,how...
Hi,
I'm using nRF52832 and nRF52840 to work with MCU, then we should do the firmware update by the uart. I have compiled the bootloader_secure_serial project in the SDK...
I have ordered two "nRF51822 Bluetooth Smart Beacon Kit"s on this page:
www.nordicsemi.com/.../nRF51822-Bluetooth-Smart-Beacon-Kit , and got these two:
I've downloaded...
Am building a HID Mouse device, starting with the nRF52-DK as hardware target and the BLE peripheral HID mouse sample app. Builds, loads and runs, apparently fine (i.e., can...
Hello,
I am trying to add an extra service like "experimental_ble_app_blinky" into "ble_app_hids_keyboard" example code. "ble_app_hids_keyboard" example code has 3 servcies...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
i am using uart of nrf52832. the SDK is nRF5_SDK_12.3.0_d7731ad. the uart is app_uart .when i was testing the uart sending and receing .i find that the uart is stoping where...
Hello!
We are performing certification testing for our product. We have nRF52832 chip on the board. We used "radio test" example to perform the test and almost all worked...