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
im unable to connect nrf51822 EK with nrfgo studio
how can i solve this issue
m using all latest version softwares
and wen i click ok it shows as below
...
Hello, i know its an often discussed topic but i already read lots of threads about it and didnt find the answer.
I have a simple program that enables the softdevice s110...
Hi,
We are using an nRF8001 with bonding.
We tested the use case were a bond has been established with an iOS app. Then the connection was terminated by closing the...
Hi
am using a thermistor of 10 k with a known resistor of 10 k ,and am giving the voltage divided input to ANI2 (p0.02).The suppply voltage for thermistor is external of...
Hi,
We designed an nrf51822 BLE application using the mbed kit and on-line tools.
Our target pcb has a 1.8V onboard supply. To minimise consumption i want to disable the...
I have an android client that functions as a central and have an app on my MAC (peripheral) that this central connects to and sends data.
At this point, I need to wait...
hi.
we are planning to use 3 chips of 51822 to implement a data collecting system. one chip uses s120 and the other two use s110. chips using s110 collect data and deliver...
Hi,
I have a piezo buzzer connected to pin 14 on a Nordic nRF51822. Here's some code I use to drive it, based on the Nordic PWM library here: github.com/.../nrf51-pwm-library...
Hi,
We have an issue with app_uart_fifo which occasionally locks up during data transfer from NRF51 to an other uC.
System description:
We're using first revision...
I am working with the nrf51822 eval kit and custom boards based on the Laird BL600 module. I am using SDK v5.2.
I am trying to connect to external Flash (Microchip SST25VF016B...
I need to have configuration tables(more than one) on my BLE device. As far as I know nRF51822 doesn't have built-in eeprom so my options are limited to external serial one...
We are currently looking at developing a new BLE Tag based on the nRF51822. From the technical datasheet we decided that to save power we would use the internal DC2DC converter...
in ble_app_ancs application,when config RTC0 before Running SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false) function.then run in this function will cause error...
Hello everyone,
I'm currently trying to change the connection parameters to be quick(100ms 0 slave latency) on a button press and after a timer timeout I go back to the...