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...
I found strange slowdown in SEGGER_RTT_printf() output which I use for reporting RSSI value at t BLE_GAP_EVT_RSSI_CHANGED event.
My sample code for nRF52832 is based on...
Hello,
I am using two nrf52840 DK boards, I tried to run TWI scanner example on one of the boards of SDK 15.0 example. I'm not getting the other device address it is giving...
Hello,
I'm working on a new project I just got passed on to me, and I just realized that the project uses indications instead of notifications for no good reason.
Then...
Hi all,
I'm testing serial_uartes example (from SDK v.15.3.0) on nRF52840 in order to adapt it to my own project.
I need to receive and send large amount of data (up to...
I am trying to add DFU service to my custom application, I have taken ble_app_hrs_s132 with DFU as a reference and added all the required files and made required changes in...
I have a Dongle and the Voltage of VDD OUT pin measures 0 VOlts usin multimeter and SEGGER j-link EDU (Results below)
it the chip (or the regulator on-chip) destroyed...
Hi,
I want to add mqtt to at_client sample. I tried to merge the files but I need to add few projects becuase there is dependencies..
I didn't find a way to add new dependencies...
Dear,
I have nRF9160 DK, and I tried to control SW5 to debug/programme for nRF91 or nRF52.
I could programme for nRF91, but I couldnt do it for nRF52, for example, Im...
I've tried the light switch example and it works pretty well. I want to make all the devices with the same model, so how can I send message from client to client?
A general question about the radio CRC registers: The CRCPOLY register is 24 bits wide, which can be used to specify a 24-bit polynomial, suitable for calculation a 23 bit...
Hello Everyone,
I need to turn off the bluetooth advertising on certain event/interrupt and start advertising again on another event/interrupt.
I have gone through the...