Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
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...
Hi,
There is a Demonstration about zigbee joining networks by install code.
But how to know if it using the install code instead of the default TC link key?
1. I run...
Hi
I am working on cryptography algorithms. I am trying to write my own implementation of main function. Inside the main function, I wish to call AES functions. I want AES...
Hi,
I am trying to use nRF52832 evaluation board as a BLE sniffer. I have windows 7.
I installed nRFgo studio and downloaded nRF Sniffer v1.0.1.
I plugged the board...
Hi! I'm new developing using real C language. I have more experience using Arduino. I'm trying to send a MIDI message over Bluetooth MIDI when I push one of the buttons of...
Hi,
we've just found the information about the knobattack ( https://knobattack.com/ ).
Is there any fix for this issue with the new updates?
Best regards,
Constan...
Hi,
I have recently developed a simple custom board with the use of the BL651 module to have a dev board for myself. Although the schematic diagram is simple and the PCB...
I have nRF9160-DK bought fairly recently. The IMEI is printed on a label on the back of the board. But, there is not PIN. Registering the board as an LTE device on nrfCloud...
Hey all,
I was curious to see if anyone else is seeing the same problems I have with DFU.
I'm currently running SDK 15.2 and version 1.8.8 of nRF Connect on iOS. When...
Hello,
Previously I was using nRF52 SDK V11, printf did print properly and provided linefeed with '\r\n'.
Now I started using SDK V15, printf is no longer supported and...
I'm developing a nRF52832 based HID device and I'm at a bit of a loss as to why it isn't working on iOS. The device works as a keyboard fine on macOS, and it connects and...
Running nrfjprog 10.3.0 on macOS 10.14.6 (18G87) with an nRF52 dev kit
Occurs on all 10.x releases of Nordic command line tools. Other switches such as -i work.
edit...
Hi, I installed the nRF connect SDK, but get the following problem when trying to open the asset tracker project:
If I press ok, I see this:
Any ideas about what...
I use nrf52832.
Document written,
-------------------------------------------------------------------- RX current comsumption is IRADIO_RX0 Radio RX@1Mb/s BluetoothLowEnergymode...
Hello,
I'm trying to use raspberry pi to program nRF52832 on mass production. Because it's easy to do some test job with raspberry pi.
But there are still some issue I...
I want to achieve: 1. Mobile application networking with multi-lamp mesh 2. After mesh networking, many smartphones control all lights independently through proxy nodes. I...