Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Is the nRF51822 pin-for-pin compatible with nRF51422?
I can't find any distributor stock of nRF51822-QFAC.
I see the eval kit has nRF51422. I don't need ANT functionality;...
Hii, i use nordic PCA10028 dev kit, to test the bluetooth of kit i simply load the ble_app_hrs example which is given in SDK, because of i don't know how softdevice 110 is...
I'm currently designing a system that requires Nonvolatile memory. Whilst I can accept the 43uS delay to write a word to flash memory. My concern is that it is entirely possible...
Hello,
i plan implementing an block storage for nRF51. I want to integrate an checksum or error correction mechanism.
I have understood i can write an bit 20000 times...
i meet very strange problem! i using nRF51822 QFAC. it has 32K RAM. but when we using 32K RAM Linkscript file. the firmware did not run up. it seem dead in sd_ble_enable(...
Greetings,
S110 with SDK6.0 I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SD_EVT_IRQHandler is multiple...
Hi,
There is a following initialization in 51822:
static void controls_init(void){
uint32_t err_code;
// Configure pins.
uint32_t pins_transition_mask = (1 << SCKIN_PIN...
I'm working on a project using the nRF51822 beacon kit (PCA20006), and I've downloaded the firmware files installer from the website. After running the installer, I can see...
Hello,
I have a ptr5518 module which has nRF51822 in it. I need help programming the device. I am new here so a detailed help will be very useful.
I want to use the built...
Hi,
I'm workin with nRF51822 as peripheral device. is it possible to retrieve the device name of the central at the moment of the conection i mean when is generated the BLE_GAP_EVT_CONNECTED...
I'm using SDK 7.1, PCA10028 eval board, SD310 2.0.1, MCP 3.6.0.8331
When the line wrtHandle = hdr->Handle; executes I get an Hardfault Error. Why?
case BLE_GATTS_EVT_WRITE...
Hiii, i work on PCA10028 nrf dev kit and i want to made code that receive data from mobile to UC and go back to mobile. is anybody have this code than please give me and also...
Hello!
Looking around and reading a bunch of posts, I found little information on how to initialize the TWI sw frequency, which currently is 100 kHz( calculated it with...
I want to operate
Tries to operate a small speaker.
www.wvshare.com/.../Analog-Test-Board.htm
but I can not find the DAC function in nrf51822.
How do I create...