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 there is no ble_app_hrs_rtx PCA10040 ,
and release note said:
nRF5 SDK v11.0.0
Heart Rate Application with RTX: Support for nRF52 has been removed.
...
Hello,
I have some MDBT40 modules from Raytac that are blank. I want to flash some code (anything at this point) using the STLink/V2 programmer , SWD interface, and OpenOCD...
So I've got my device running, set up two services with some read and write characteristics and it all works like charm now.
But now I want to react to values written into...
I am using GPIOTE to response to transitions in some GPIO pins. This code is added to the BLE UART example code (ble_app_uart_c with S120) from SDK 10. The code is already...
Hello
I have some trouble with my DFU bootloader, because I changed the BOOTLOADER_REGION_START.
This is, because I need some more space for bootloader.
Do I have to...
Hi,
Hardware:PAC10040
Platform: nRF5_SDK_11.0.0_89a8197
Master Control Panel: V4.1.3
1.If dfu has started and transported some data, then disconnect bluetooth and...
I was able to setup gazell frequency hopping communication between a device and a host. Device:nrf51822+PA/LNA(RFX2401);Host:nrf51822+PA/LNA; They can communicate at a long...
Dear sir,
can you provide any chip which is having RSSI and compatible with NRF24LE1 .We have an application in which we have already have a transmitter based on NRF24LE1...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_uart_c" as reference.
As "ble_app_uart_c" source code, it already knows Service UUID.
uint32_t ble_nus_c_init(ble_nus_c_t...
Hi!
I'm trying to get the MPU-9250 chip working through SPI with my nRF52832. But I don't seem to have much luck.
I have created a basic program for testing, based on...
I am using SDK9.0 to develop a ANCS project,now it accept the incomming call ,message,QQ,Wechat successfully,but the question is how to distinguish the message,QQ and Wechat...
I looked at the radio project in the peripheral folder on SDK5 11. I managed to get a custom radio project that works well with my device. A brief on my project, I set up...
Hi
I have set the nRF Beacon app to action a Tasker task when the phone is "At the beacon".
The app display the following: "An error occurred when launching the task"...
hello
i am using nrf52 board.is there any tutorial to setup the Template project in Visual GDB for the custom design project.i alread test the blinky and the result was successfull...
Hello
I am using this tutorial blog.blecentral.com/.../
to configure my BLENANO to work on eclipse whith gcc toolchain.
I am using the latest SDK which has the softdevice...