I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
Hi everybody!
I am working with ANCS (nrf51822 SDK 9.0) I am confusing on setting the connection parameters which are MIN an MAX connection interval.
Firstly, I set...
Hello,
I have some characteristics on my device that are containing some configuration data.
Every single variable is a global variable.
The values can also be changed...
I am using the nRF51822 bluetooth low energy smart beacon kit and am running into trouble using the GPIOs available on the board (pins 0, 1, 2, 3, 5, 9, 11, 20, 21, 24). For...
Hello Everyone,
I am trying to monitor my battery voltage on the analog pin (ADC) so inorder to do that i am going to use the voltage divider circuit to calcualte the R1...
Hi,
We are working on a smart lock project with nrf51822 third party module with an antenna on pcb.
We are trying to cover 50 cm range at -20 dbm. But even at -30 dbm...
I have created a library for HD44780 Hitachi LCD, and I can transmit data to the LCD through an IO Expander without any problem over TWI lines. Right now I am not using any...
Hi,
I'm learing how to use the NRF51 DK and I'm trying to modify the app GPIOTE example including the uart functionality.
I insert in GPIOTE the directive:
#include ...
Hello,
I try to add battery service in ble_app_uart , but it has some problem.
The Problem is that I can see the Battery service on the phone , but it doesn't change...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Hi,
I want to test my PN532 module recently ordered from iteadstudio.com . .i have keil ide and tool chain and nRF5_SDK_11.0.0_89a8197 with adafruit_tag_reader example but...
I want to use the CMSIS-DAP provided here github.com/.../CMSIS-DAP
with the ble nano MK20D board. I don't need to make any changes to the bootloader. Just the firmware that...
Here: email.1and1.co.uk/.../Part_1.html
Bluetooth low energy (formerly Bluetooth Smart)
Shouldn't that be the other way round; ie " Bluetooth Smart (formerly Bluetooth...
hi, i gonna make a single wireless communication between nRF51822 chip and smartphone(nRF Toolbox) .
i can download some refernece layout of nRF51822 chip but there isn...
To adding more 128 bit UUIDs, more services, and more characteristic.
vs_uuid_count is the number of 128 bit UUIDs.
But I figured out the attr_tab_size only by increasing...