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...
we add static pass key in example code hrs with dfu,but when connecting with phone,input passkey on phone,the nrf51822 will reboot device_manager_cnfg.h
main.c
Hi Guys,
I'm working with nRF8001 BLE with PIC18F microcontroller, well i have succesfully completed my project but their one last thing i have to add i.e sleep and wakeup...
Hello Nordic,
For my application I need to log external and internal events/state of my device. In order to do so, I need to find a way to keep track on time. I do not...
Issue is similar to
devzone.nordicsemi.com/.../
I'm developing an application based on latest SoftDevice 130_1.0.0 and using two or more DevKits.
My application starts...
Hi. My app based on S130_1.0.0 and is run on DevKit with 51422 chip. App advertises and scans at the same time with next params:
adv interval = 20mS;
scan...
im using nrf51822. before entering DFU mode I want to save data in flash. but when I call pstorage within reset_prepare function, it doesn't jump to DFU mode !!!!
reset_prepare...
Hello guys, i'm new in nRF51 DK board, and i would like to flash the .hex file to my board, but when i do it the board automatically unmounting himself and reset with the...
hello there i want to send negative acknowledgement then what should i do?? like i want to send some data and then i want to send negative acknowledgement
i am trying to use yggdrasil for nrf51422 (pca10028) with sdk 10.0. after installing, i cannot see the com port. How do I flash "connectivity_115k2_with_s130_1.0.0.hex" with...
Hi everyone!. I am beginner for Nordic Devices
I want to use RTC Clock with softdevices
so I loaded the project ble_uart_s130 from examples.
and I changed code like...
I have a ble central device. Sending commands to UART in main() works well. Sending in on_ble_evt() doesn't work (only the first char).
But I see in your examples that you...
Hi guys,
I've almost got DFU working on SDK10. However I am having issues at post validation of the image, specifically in the function dfu_init_postvalidate() in file...
Hello all,
Thank you in advance for taking your time for reading this question. I'm developing a proximity application and I have programmed the nRF51 DK with the s110...
Hi,
I am trying to set up a small mesh network. Basically I have a couple of PCA10028 (v1.1.0) and I have flashed the mesh example:
github.com/.../BLE_Gateway
One...