Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hey,
I was on one of the meetups when nrf52 was presented. You guys used a mbed shield for demos. Do you have code example and what pins you were using for connection?
I am working with the PCA10028 board, SDK 10.0.0, and s110 8.0.0. I have created a characteristic that is "coupled" to LED2. When a connected central writes a value to the...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi, All!
I am using nRF51822QFAA with 16KB ram, and S130(sdk 11) for the dual bank bootloader, reference to the s130 releasenote, I config the ram memory start at 0x200013d0...
Hi,
I have tested several BLE examples in SDK12.30 and they would not compile, what's the problem?
for example here is the output of ble_app_uart example.
*** Using...
Hi,
Using this doc it says the SPI supports 16 bit frames. Is this true for the nrF51822 BLE Nano? I found that the mbed API does not support 16 bit frames doc . Can I...
Hello,
I tryed to find in Q&A something that can help me understand how it is possible to measure battery voltage with nRF52, but i am not sure i found the exact explanations...
The v3 reference manual of the nrf51 mentions:
"[The powerfail comparator] also provides hardware protection of data stored in program memory by preventing write instructions...
If I use the interrupt handler to set Flag, and read sensors and write data to SD card in the main loop as in the following code then everything works well.
#include <Wire...
What hidden settings am I missing this time in the awful Segger studio ?
I get an error :
unknown type name class
When I compile with this new class called...
hello i am new to spi, i am doing project on 3 wire spi interface. I am using 3 wire interface as Sclk,ssn,MOSI pins only , I am not using MISO pin .I am tested spi example...
hello, I am working on nRF52 DK spi protocal.I am using AD9837 as slave.Here i am using 3 wire interfacing.I am connecting Sclk,ssn,MOSI pins olny & I am not connecting MISo...
what's the maximum data rate of nrf24l01+ (with ACK and without ACK) using 2 nrfs?
if i use 4 nrf24l01 two in tx side and two in rx side.what would be the maximum data...
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...