I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
Hello,
This is my first experience with any nRF hardware and programming using BLE. I want to program my nRF52 development kit over the air from my windows computer via...
Hi,
I tried to use BLE DFU with nrfutil on my nrf52832 custom boards, but always get the result of 'Failed to open. Error code: 13', so I am trying to build the connectivity...
Hi,
I am trying to run the NRFX_SPIM example project code on my DK. But my DK is 10040/nrf52382 and the example project given in SDK15.2 only has a folder for 10056. Should...
Good morning
I'm new to these SoC systems, but I've developed a custom board with the nRF52810QCAA chip and I'm using the example (ble_app_eddystone) of the SDK15.2. softdevice...
Hello
I am now using nrf52832 and BLE communication with an Android terminal.
BLE communication is a beginner.
I am using nRF_SDK_15.0.0_a53641.
Since I programmed...
It seems possible, but I can't quite figure out how to use nrf_ble_scan_filter_set to use more than one device name. Any assistance? Alternatively, is it possible to use wildcards...
Hi,
In GATT level, on the receiving side - Is it possible to receive a corrupted packet or does the LL identify and discards such packets?
Specifically
- Will host...
Hi
I segger project get compiled and download successfully but it didn't start work. After put it in debug mode, it start working even after removed it from debug mode working...
I am working on a custom board with two MCUs, one nRF52840 and one older MCU.
In the previous iteration of this PCB the old MCU was connected to USB through an FTDI FT232...
Hi,
I've developed a relay application based off of the ble_app_hrs_rscs_relay_pca10040_s132 example in SES using a Laird BL652 module (nRF52832 underlying device). Presently...
Hi
My application with SDK11 S132 softdevice is having some unknown issues that will make wdt or hard fault handler happen. And I am trying to use the following code to...
Hello I am using eddystone-beacon example from sdk 12.3 but i am unable to get notification on android phone,nearby setting is also enabled ,please help??
Hello,
I’m looking for an example using the Segger IDE that would read the SAADC and transmit via BLE.
The following example seemed like a good starting place:
...
I am currently working with an nRF51822, SDK 10 (can't be changed), s110. I have a nRf51822-DK (aka pca10028) and wanted to try the d fu_dual_bank_ble_s110_pca10028 example...
I use the nrf_drv_pwm to generate a pwm sequence,
The sequence works fine, but between sequences and at the end I am unable to control the pin.
It is always high unless...