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...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi. I'm using PCA10028, SDK10.0.0, S130.
Recently I'm testing SYSTEMOFF mode.
Unfortunatly My board is not operate now.
KEIL can't connect PCA10028 baord any more.
Here...
i use a ppi channel 0 to connect timer2 and adc,when timer2 compare event happen,the adc task start begin.then,in the adc interrupt handler,i read the adc result into the...
It seems that many people use GCC toolchain (with "high" setup effort) for utilizing SDK in C++ development.
It should however be possible also on Keil with less setup effort...
I am currently using version 'NRF D 8001 1429SH' as printed on the nrf8001 IC
I have already managed to successfully bond with an android phone and completed the ReadDynamicData...
I am trying to migrate from using an earlier chip, the 8001 over to nrf52832 because we want to utilize new ble 4.1 features. The issue is we have another micro that was a...
Hello, i did not find any solves and i want to ask you are , how can i change my data in advert packet? I tried to do it from TIMER interrupt without advert time out and with...
I've been trying to import this NRF51 Eclipse project for a few days now, but no success.
github.com/.../HomeKit
I've tried to closely follow the steps outlined in this...
Hi all,
I have a PCA10040 board and want to try the BLE examples provided in nRF5_SDK_11.0.0-2.alpha folder. However, there is always a problem when flash BLE hex files...
Hello,
I have a capricious component on my TWI bus, and sometimes my nRF52 do an infinite loop in file nrf_drv_twi.c
in this loop
while (!nrf_twim_event_check(p_twim...
Trying to connect nRF52-DK with Nexus 5 (Android 6.0.1) SDK 11 NFC HRM example
But can see this device in paired devices list. Next time i do it it never attempts to...
hi,
i have a timer which is being called each second. when i give timeout less then 1 second then the code executes properly and goes to event handler. but when the timeout...
Can you tell me how to integrate this library so that my code works with it? I'm new to using both these OLEDs and Nordic Semiconductor based devices. THanks
I'm trying to write a firmware for PCA10001, which works like a bootloader. In other words, it can download some data into the Flash. To avoid conflicting with the existed...
Hi thank for reading with your kindness
I used keil with nrfready_desktop_2_/* files
when I clicked "Start/Stop Debug Session" with simulator in debugging session, ...