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...
Hi guys, this may be a lame newbie question, but I was unable to add a driver to my uVision project. For instance, I've opened the ble_app_template and now I want to include...
In the reference designs, the inductors in the antenna circuit are simply referred to as "High frequency chip inductors". Do you have any example manufacturers part numbers...
I'm testing my nRF51822 Bluetooth Smart Beacon Kit (pca20006). I've successfully uploaded ble_app_beacon_bcs code example to my beacon via Master Control Panel Android app...
hardware:pca1001
software:s120 v2.0.0
sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run,
an error occur.[APPL...
Hi All,
I tried to use the nRF51422 device UART RXTO events using nrf51 SDK v6.1.
I set the NRF_UART0->INTENSET in app_uart_init() as following:
// Enable UART interrupt...
Hi, I have just managed to successfully read ADC values and send as a service but they are in uint8 format. Is there an easy way to convert this to decimal within my adc handler...
Is there provision for a serialization application processor to control GPIO on a nRF51822 used in serial connectivity mode? Can the nRF51822 be used as an I/O expander?
Hi,
I want to simultaneously read the value from 3 analog pins. For this, do I create just one adc_init function and handler functions or do I need to create multiple initializing...
Connections to my peripheral device are generally very short. I don't really need to have my device request a connection parameters update.
Does this mean that I can safely...
I purchased a pair of FTDI cables, and I can't seem to get them to work.
Unsure if the pinout is standard but here is the mapping of the cables provided:
Red wire: 5V...
I am using the N548 with the S310 soft device. I have set up the device for asynchronous communication via the UART. I can send ANT+ commands via the UART and I get valid...
Hi there,
I am quite new to BLE.
I am about to buy a nRF51822 Bluetooth Smart Beacon Kit. But before that I would like to be sure if I am able to advertise battery level...
Hi,
We just recently received our (custom) board with the nrf51822.
To program and debug the nRF I use the pca10028 and the debug out header.
I wrote a very basic program...
I tried loading SoftDevice, Bootloader, and Application using the SoftDevice and Precompiled hex files that come from the example code version v1.1.0. I am using nRFgo Studio...
While attempting to update the firmware from a HEX file, the DFU Application in the nRF Toolkit reports that the upload failed with an unknown error 22. I was sniffing the...