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 use BLE NUS since one year to service a device. I recently got to SDK13, using SD132.
When I use iOS9 everything is ok. But when I use iOS10, the tx characteristic...
Im on an nRF52832, using the BLE Mesh 0.9.1 alpha release
I've followed the DFU Quickstart guide, and have been able to DFU the app_green_s132.hex, which is the prebuilt...
hi,
i am using NRF52 custom board. i want to provide serial number to each board, which i want to read or write any time using my firmware. if i erase the bord it should...
Hi,
I have a BLE nano v1.5 from RedBear. I want to use s120 SoftDevice developed for the nRF51822 and for what i've read this is not available for programming with mbed...
Hello,
I have migrated from SoftDevice S130 2.0.1 to SoftDevice S132 3.0.0 and found one mismathing in ble_gap_evt_connected_t structure.
There is absent an own_addr...
Hi,
Is it possible to make pairing without the peer/device/bond manager? I am using SDK 12.3 on NRF51 and/or NRF52 and would like to get it to pair with a certain device...
Hi,
I'm using nRF52840 and S140 based on the ble_app_hrs_rscs_relay example. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu...
Within a buttonless DFU application should nrf_dfu_flash or fstorage be used to erase and write to flash?
SDK 13.0.0 - Soft device s132_nrf52_4.0.2_softdevice running on...
These messages below appeared when I built bootloader_dual_bank(sdk11) in the eclipse.
'Building target: bootloader_dual_bank_s130_sdk11.elf'
'Invoking: GNU ARM Cross...
I want to have blinky orange led,
0 mean on, 0x8000 is off, right? and why??
I have no idea what's 0x8000 mean!
so if I want have orange(full-R and half-G), how can...
I'm trying to debug my UWP Central app, which interacts with our device based on nRF52/s132. What I think I'm seeing with my packet sniffer (the nRF51 sniffer, incidentally...
I have set the
advdata.include_ble_device_address = true
in advertising_init function. However, the mac address data is not shown in mobile APP.
Is it due to the fact...