I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
In the nrf51 series reference manual section 12.1.9 it states that there is hardware protection that prevents write instructions from being executed and that there is more...
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...