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 would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
Hi all
I developed my custom NRF52840 pcb followed by nordic design..i have done program flashing.Blinky LED also working.But Beacon advertising is not working.while flashing...
Dear Sir
I was working with nrf52832.
.SDK version ------------- 'nRF5_SDK_15.0.0_a53641a'
Soft device - s132_nrf52_6.0.0_softdevice.hex
I was handling a scenario...
I measured the consumption of nrf52832, in deep sleep mode, the consumption is 32uA, the question is: there is a pulse about 5mA every 39ms, is that all right? what's the...
In the screenshot above, although the CMSIS 5.4.0 SoftPack is installed, when compiling, it means that there is no SoftPack.
And I notice deprecating support for CMSIS Pack...
Hello,
I've just been following this tutorial for beginners about advertising. I've got it to work fine. I am able to advertise specific data and this can be viewed through...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
ISSUE - What happens when advertising interval=10ms, and the SoftDevice adds a random delay=3 to 13 ms.
Would not this create huge timing gaps in ad transmission?
That...
Hi,
I just recently started getting an error when I try to perform a DFU. I have been able to perform the DFU successfully many times in the past, but have been running...
Hi,
I'm seeing frequent assertions the uarte driver (sdk/components/libraries/experimental_libuarte/nrf_libuarte_async.c) due to framing and parity errors. These are expected...
I am trying to use the Android-DFU-Library. I have successfully implemented it in my project (the implementation key in gradle). However, even utilizing the documentation...
Hi, I have created a global variables header file that I use through out my project. The variables are static volatile and intialized to zero.
When I update them with a...
I use nrf52832 SPIM, and I want there are gaps between every 8clock, so I set NRF_SPIM0->TXD.MAXCNT = 1; NRF_SPIM0->RXD.MAXCNT = 1; ,But there is alway more clock than I want...
Has anyone succeeded in setting up the SES thread awareness for FreeRTOS with the nRF5 SDK? That would enable showing the state of the FreeRTOS tasks (threads) in the debugger...