This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
Hello,
I just want to add SPI master module into the ble_app_uart application, and only add spi_master.c and .h into this project with no any other change, and just call...
Hi,
I'm using gcc with eclipse to compile ble_app_hrs and I get the following error for all the SVCalls like sd_softdevice_enable, etc...
The following error is flagged...