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...
Hi,
I have 4 sensors on my custom board and I'm planning to use BLE. I want to read data from all 4 sensors every 200ms. I'm planning to use app_timer for that and read...
Hi
Using demo usbd_cdc_acm and found a very strange bug!
Even I disabled the flow control of uart , the 52840 device still need to control the DTR signal to ensure UART...
Hi Nordic Team,
I am developing a CoAP client on the nRF9160 DK, and am having trouble with longer proxy-uri's; short URIs ( 268 characters and below ) work fine and the...
Hello good people at Nordic. Happy new year!
I am attempting a simple extension of the GPIOTE example in the SDK. I want to measure the time duration of the generated pulse...
I'm sure the mistake is mine but I would appreciate some suggestions on where to look for my mistake.
I have a custom board with a Fanstel BM832A module. I also have an...
I'm interested in BLE coded phy and am wondering how the improved range is realized given that the preamble is not coded. In other words, how does the receiver have improved...
Platform: NRF52832, s132_nrf52_6.0.0, SDK 15.0 Remote: iPad (12.1.4) with proprietary APP Use-Case: APP (Central) connects to Platform and reads continuesly data via RX-TX...
Hey Folks,
I'm running into an issue with the nRF52840 where the the reset reason register (POWER->RESETREAS) is not populating as expected.
The GPIO is setup to sense...
Hello,
i got problem wher program cant go in while loop in main while advertising is running. Im using ble uart template. So was thinking to stop advertising when button...
Hi there,
Can anybody please give me a detailed defination of background DFU? Also, it would be perfect if there are examples about background DFU.
Thanks!
I am trying to get an OTA DFU for nRF52810. I am not trying to get anything custom right now but only trying to prove that it works. I have tried going about this many different...
Hi. I have edited the Heart Rate Service Example project in SDK 17.02 and I am currently using nRF52840 DK.
I am not sure of the reason why the application restarts after...
excuse me,I'm developing nRF52805 and I set the button pin number like this:
#define BUTTON_START 1
#define BUTTON_1 1
#define BUTTON_2 5
#define BUTTON_3 12
#define...
I'm using a custom board designed around this nRF52832 module . Testing the twi_scanner from examples of ` nRF5_SDK_17.0.2_d674dde `. Built and flashed the firmware successfully...
When using nRF5 SDK 17 and its nfc_t4t_lib, we encounted a problem: nfc_t4t_setup returned NRFX_SUCCESS, instead of NRF_SUCCESS and the nfc_platform_setup function was never...