HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
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...
I have a bootloader running on my NRF51822. It uses a relocated vector map in RAM and jumps to function.
I therefore have two debug files and source code sets.
Does...
I am using nRF51 SDK with version 7.2.0, s110_nRF51822 with version 7.1 and gcc_arm and connect the pca10031 board via JLink and try to load bin files but it returns error...
Hi all,
I'm having problems into making the virtual COM port of the nRF51 DK work.
The only line in the User guide regarding it's configuration is the following:
...
Hi,
I'm usind SoftDevice S110 version 7.1.0
Since I implemented a Radio Activation Hook, my software crashes when a connection is being established. I get the following...
Hi Nordics.
I want make a central device(server) that can collect 6~7 peripheral's sensor data with multi-connection.
The central device will transfer peripheral's sensor...