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, I want to send a constant carrier during production testing of a product.
First I call sd_softdevice_disable(); then I do the following:
//Restart radio
NRF_PPI...
Hello,
in our application I can see, that sometimes the nRF51822 completely resets, during a BLE transmission.
I am using S120 as peripheral. The peripheral is connected...
Hello,
I am trying to understand the basic working principle of the bootloader so i tried the DFU example in the SDK 9 it gets compiled and when i try to flash into the...
Hello,
I am using BL600A module and Nordic softdevice and SDK9.0. The system is having NUS service and TX and RX characteristic. Now I have a requirement for firmware upgrade...
Hello,
Should the application guarantee that the data sent to sd_flash_write is available until it receives the callback or will the softdevice make a copy of the data...
Do you have an example application which automatically re-bonds to an iPhone when the phone has been powered off and then powered on.
Otherwise, what changes are required...
HI,all.
i am so sorry for my silly question here, but it is Very important to me.
i am a newcomer here ,and i am a beginner for nrf52382 and nrf51422.
I heard the...
BobLouwe.logicdata Hi devs,
I'm setting up my own .NET mircro framework stack for the Adafruit nRF8001 Break Out board. When write the Reset port I do get an interrupt...
Hi,
We are using nRF51822 as a peripheral device. We have an IOS app running in a smart phone or tablet. Our requirement is that we need to pair the peripheral only with...
Hi
I'm currently working on a small nRF52 based design, and I have been asked to keep the cost as low as possible, while maintaining a good battery life while being powered...
Hello,all
I want to use timer,ppi and gpiote to toggle a pin in sdk8.1 but not working.Here are details:
Firstly I use the example project "gpiote" which does not contain...
Hi,
i'm working on nRF51422 and i'm trying to do a simple BLE object that advertise his name and his services and is connectable by the others.
Advertising and connecting...