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...
Hello
I am using SDK15.3 and nrf52832 development board.
In my setup,
1. I have a few peripheral nodes whose only job is to transmit some arbitrary packets ( say P)...
My setup consists of a Raspberry pi and a PCA10056 dev-board (NRF52840). I followed the instruction from here in order to set up the Raspberry pi as boarder router and connect...
Hi all,
I am working on the Smart remote and when "spamming" a lot of key simultaneously, I sometimes get a warning "m_coms : packet lost" and then a disconnection.
...
Hello,
I have a Taiyo Yuden EYSHSNZWZ module. I also had a breakout board manufactured for it to get access to all the pins. I am having trouble trying to program the...
Hello,
I`m trying to get this ( https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role/ ) working properly to test the possible working range between two nRF52840...
To the kind attention of the Nordic support team,
Hi to you all, I have got legacy gazell code running on nRF24. In old code the following instructions was used:
hal_nrf_set_address...
My customer wants to do a range test with a propritary 802.15.4 software.
Do you have an example for the nRF52840DK with an blinking led if the communication is established...
Hello,
i want to display a string in 5x21 led matrix using HT1632 Led driver
Using SPIM0 Protocol i should send data from nrf52832 to HT1632 led driver
My question is...
Hello,
I am working with the mesh SDK 2.1.1 version and the Light switch proxy server and proxy client examples.
Everything is working fine between client and server...
Hello,
We are designing a board based on nRF51422 and we are working with a company based in a different country for Android/iOS app development. They bought a nRF51 Dongle...
I have downloaded the latest nrfgo, but the version of jlink is 5.12V.jlink5.12 does not support nrf52840,so i updata it to jlink6.40,however nrfgo still can't download the...
Hi All,
I am Using the NRF52840 DK Device for my application development
I want 2 UARTS for my application
I have used the example - nRF5_SDK_15.3.0_59ac345\examples...
I am currently developing a central device based on the NRF52832. I am able to discover and get handles to all the services and characteristics of interest on the peripheral...
Hello,
I wanted to know if I can use AT commands to communicate with nrf52840 DK.
If it is possible, do I need to have a separate firmware or is nordic sdk enough?