I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
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...
Hello,
I am starting a project related with BLE communications. In the future, I want to design my own board and to be able to program it. I am going to start with a development...
Hi, all.
I have been using the nRF51822 board, I am making a peripheral.
The peripheral has been equipped with a sensor to multiple GPIO.
(For example, sensor1 to P0...
Hi
I am implementing my custom service, and started from the led/button example.
I am using the LightBlue app on my iphone to connect to my device under test.
I can see...