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...
Reading the migration doc at:
<SDK>/components/softdevice/s130/doc/s13x_nrf5x_2.0.0_migration_document.pdf
I see there's a new fault handler type and an implementation...
Hello all,
I need to program nRF52 via the SWD pins. I cannot use the nrfjprog or J-link or Segger etc. I have connected 3 wires to the nRF52 - SWCLK, SWDIO and GND.
...
Hello to all
I'm working in an application that needs to be completely power optimized. In this program the device works as a scanner that if it finds an specific device...
Hi, I am wondering about the pre-made PCB's available on ebay, with a nRF24L01+. At a cost of $1, and with various forum stories over the Internet referencing issues such...
I am using NRF51422 S130. I have a master SPI configuration set up, and not using Nordic spi drivers provided in the examples. I think my configuration is correct.
1- I...
Hi,
We started out developing an application using the SoftDevice 1.0.0-3 (from SDK 0.9.2). We now need to upgrade to SoftDevice 4.0.2 (included in SDK 13.0.0).
We already...
Hello, I have some ideas to do for IoT and bluetooth. Already did some tests with MQTT raspberry pi and ESPs SoCs. Then I started to dive into bluetooth world and I found...
Hello,
I'm working with SDK 11 on nRF52832.
I want to get the IRK from a connection event. I need to identify the connected device.
My following code :
static...
I'm developing a multi-peripheral application on the nRF52832 that started from the SDK v13.0.0 experimental_ble_app_multiperipheral_pca10040_s132 example application (running...
I have two nRF52840-pdk's and two laptops. I was thinking to send test strings using the following Basic setup:
laptop1 - usb1 - pdk1 ....(coded PHY transmission)....pdk2...
I was able to write the code and put it to work on AN5 pin , and I found out that whenever I approach to the DK board he see it as a touch.
I connected to the pin a 10cm...
Hello all,
I am trying to make use of some Adafruit libraries for some sensors in my nrF52pca10040, the libraries are these two Adafruit_BME280.cpp , Adafruit_BME280.h...
Hello
In a schematic I saw the "SWO" connection appear on the Programming/Debug connector beside SWDIO and SWDCLK.
What's it for?
Of course it means "Single Wire...
I want to increase ble_app_uart_pca10040 app sample rate.
I have my own board with microcontroller and use nrf52832 as uart to ble.
I made pack length to 20bytes, I have...