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...
Hello,
I have purchased NRF51 MBED enabled board. I need some assistance in how to get started. I want to use the KEIL software and I am not able to.
I have downloaded...
I need a reference design of nRF51822 for minimum 1 meter range . The circuit will run from CR2032 battery for at least 24 hours and will take some readings from ADC input...
i am unable to sniff the packets between two devices once the connection is established between two devices..i am using nRF sniffer 1.0 ...
i am able to see only the advertisement...
Hi,
How can I control the PDU error code when reading an attribute.
E.g. Attribbute not found 0x0A. For more info see 3.4.1 Error Handling Bluetooth spec 4.1 Volume 3...
Hi,
I have created a custom PCB that more or less follows the Nordic SmartBeacon design: Beacon_V2.pdf
Instead of BAL-NRF01D3 I used the BALF-NRF01D3 as this is supposed...
I have use random number generator in S110, the source code just like:
uint8_t num_rand_bytes_available;
err_code = sd_rand_application_bytes_available_get(&num_rand_bytes_available...
what does it mean the VTG led turn red ? but it has no bad effect to my project. In addition, I find a strange phenomenon. I use three 1.5v battery to power my board. The...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
Hi nordics!
First of all, thanks for answering my questions before.
Now, I want to generate a clock(48 pulses) with 200us width.
However, sometimes the width of...
Hi ,
I have a application program which uses s110 and UART service .
The issue is the program is not working when I enable the Micro Lib in keil.
On observing the map file...
Hello,
I want to use flash for logging sensor data and sending via BLE.
I found several APIs for store data to flash.
pstorage (Persistent Storage Access Routines...
Hi all,
I would like to know how can I program and debug the nRF51822 development boards?
I've seen some boards have a built-in programmer and others haven't.
How can...
In the DFU code provided by nordic is explicitly states that.
"Soft reset from application must not reinitialize the SoftDevice."
In my application I do not have a button...
Hello,
I have made simple modifications to the multilink central and peripheral examples, adding an additional button and notification characteristic. Things have been...