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 All,
I did this tutorial : How Import a Keil uVision project Segger Embedded Studio - A Cross Platform IDE ,
but I dont know what did wrong. I still get this error...
While porting my app to the latest 14.0 SDK, it got a little stuck with the new sdh library. I was previously fetching all events through a custom poll & wait loop, but I...
When a packet sent out and get the TX_DS IRQ by nRF24l01+, the mode change to RX and read STATUS register then write the value to the STATUS register and write FLUSH_RX 0xff...
For the SDK13.0.0 the documentation say that HF clock is activated in nrf_drv_usbd_enable() / app_usbd_enable() but it is activated in nrf_drv_usbd_init() / app_usbd_init...
Hi,
We are planning to build a Mobile application for IoT involving Bluetooth communication. We came across a few part numbers of Nordic for this. We would like to know...
I had purchased the Red Bear Labs "Micro" board to develop code using their MK20 USB Dongle and Arduino.
If I "hack" the programming cable to emulate the "Micro" daughter...
Hi ,
I have recently bought a nRF5232 PCA10040 development kit and i am trying to interface nRf52832 development kit(Master) with AS3955(slave) over twi. I tested the twi_scanner...
Hi all
I'm trying to build a generator based on NRF52832. Outpit signals are: 8MHz clock and two latches signals highly sinchronized with clock - RGB_LAT and TXT_LAT. For...
Hello,
I have a question on how to calculate the capacitance based on oscillator relaxation for NRF52. For example, in the Csense_drv example, when pin is touched by finger...
Hi,
I have a working scanner and manage to require timeslots with the below timings.
Interval 300ms, scan window 50ms, Timeslot length 10ms.
But when i try to...
Hi,
Trying to implement a simple Hardware UART in parrallel with Ble on a custom board with mdbt42 Raytac module. I have the following compilation error:
*** Using Compiler...
I was trying to integrate mesh network into the ble_uart. I am using softdevice v7.3 and sdk6 with nrf51822. I followed the instructions given in the github link text
....
Hi, I bought an Arduino PrimoCore card and I read that you need to buy the Alicepad card. I can not find it on the net. But was it put on the market? Thank you.
Hi,
I have added new UUID (Service and Characteristic) into the uuid_definitions.json but it's not used in the application.
To try I put a error into the json file and...