Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
I would like to use twenty concurrent connections. As I understand I should set ble_cfg.gap_cfg.role_count_cfg.periph_role_count = 20 and ble_cfg.conn_cfg.params.gap_conn_cfg...
Hello,
I have read with a lot of interest the documentation associated to the "multiprotocol support" associated to the nRF5 SDK for Thread v0.10.0.
As far as I understood...
This is a more specific counterpart to a question I posted on StackExchange . If you want to know more about the attack itself, check that out, but here, I'm asking for a...
Hello, please refer to the below code, in particular, did I get the cccd handle right?
static uint32_t mesh_value_char_add(void)
{
/* BLE GATT metadata */
ble_gatts_attr_md_t...
In order to prevent communication from middle-man attack, I append the signature after ECDH publickey. However, though I get the correct share secret by ECDH, I fail in verifying...
Hi,
I'm using the bluetooth 5.0 and base on the mutilink_center example to add a peripheral and a center. Because I want the center to connect two type device. It could...
Hello,
I have two identical devices with Laird's BL600 chip (that uses NRF51822). They are initialized as NRF_GZLL_MODE_DEVICE and use GZP library (without encryption ...
Hi,
I am trying to write my own bootloader. I gather new image via serial and store it in flash in my application at 0x30000 then invoke reset and in bootloader I want...
Hi,
I was testing the pwr_mgmt project in the nRF5_SDK_13.0.0 with my 52DK, the system off mode seems work fine ,cause the log information is right,but the question is...
Hi,
We are working with NRF 51822 in a multi-role arrangement (SDK 12.3.0, s130_nrf51_2.0.1_softdevice) where one NRF51 will be connected to a phone in peripheral mode and...
when i use pc tools or APP except "nRF Connect" to connect my 51822,i can not find some parameter,so i want to know in example "ble_app_uart",how to set up connect parameter...
So apparently, for ble, all CCCDs, regardless of what the UUID of a characteristic is, is
00002902-0000-1000-8000-00805f9b34fb
And to access that, the proper step...
as im working on nrf51822 sdk 9.im finding difficulty in performing bonding..so could you please help us in providing the code which performs ONLY bonding and advertising...
Hi, nordic staff:
I'm developing a project on nrfready_desktop_2_v3.1.0, as the chip is nRF51822;
I need 3 PWM channels for RGB leds. and i found there is a file named...