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...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi, everyone.
I've developed a custom board using nrf52832. I tested it and found that CPU core, GPIO and other peripherals work well, but BLE doesn't work at all.
I ran...
Hi,
Raspberry (SPI Master) -> NRF52832 (SPI Slave)
The code below execute event_handler of SPI with NRF_DRV_SPIS_XFER_DONE type. But RX buffer is empty. All bytes are...
Greetings,
I'm in the process of choosing a nRF52 module. I know of this link for the various modules www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules.
I...
Hello, I've been trying to get directed advertising and auto-connection working on an NRF51822 peripheral.
I'm using SDK V11.0 with SD130 v2.0.1
This is the scenario...
Hi,
I used the code ble_app_uart_c on board 10028 as a base for my custom board.
My board is nrf51822 QFAA based so I changed all occurances of nrf51422 to nrf51822...
Hello,
We are trying to communicate to this board ( www.adafruit.com/.../1697 ) that has nRF8001 at its core.
Unfortunately, our TX is only able to output BLE 4.2
...
I'm running on nRF51822, SDK 8 (not totally sure, I inherited the project), SD130 and mbed.
I've tried and failed with my own code to use pstorage.
I'm now trying a...
Hi. I'm using nRF51822AC, SDK12.2.0, S130.
The size of "s130_nrf51_2.0.1_softdevice.hex" in SDK is almost 300KB.
But chip's flash mem size is just 256KB. It's bigger than...
How is it used? And why to use it?
static nrf_saadc_value_t m_buffer_pool[2][SAMPLES_IN_BUFFER];
instead of
static nrf_saadc_value_t m_buffer[SAMPLES_IN_BUFFER];
Hi team,
we are doing project called indoor navigation using beacons.To get the good RSSI signal strength,in which position should i need to place the beacon. Can any one...
Hello,
I tried to flash an application to the nRF52832. First I flashed the softdevice, after that I flashed the bootloader and next the application.
The application...
We were doing various tests using PCA10040.
Then suddenly I can not connect to the PCA10040 board.
In the boot loader mode of PCA10040 board, connection is made.
What is...