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...
Has any managed to connect a Windows Phone 8.1 device to NRF51?
BLE is "definitely" supported on Nokia Lumia:
Nokia Support
But I am unable to pair with either SD 5.1...
I'm working with a custom hardware board made by hand which works properly, but since we make a batch with a pick and place machine, something seems to be wrong with the board...
I am trying to use the S110 v7.0.3 with a nRF51822 QFABA0 chip. I am using the hrs example from the SDK v5.2.0 ( I have changed the IROM address to 0x15000). I've got an error...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
Dear Nordic,
I would like to implement on server side Private Resolvable address according to specs. For that I need to get the IRK that has been sent to client (central...
Can't seem to find the proper sdbc file and pack for the newest version of 51422_S210_256k for Keil 5 on either Keils site nor Nordic's. Called Keil and was told that Nordic...
In Nordic\nrf51822\Board\pca10001\s110\ble_app_hrs project,when I add somting into this project but the now that I add dose not work!!?
//this is buzee_gpiote_init()
static...
Hi,
I am working on proximity solution app and I have to implement link loss and immediate alert service but don't know how implement it as I am a learner in this technology...
Hello
I think my question is pretty simple but I would like to clarify this topic, please:
I have read in other threads in this forum that " bonding should eliminate the...
Hello,
Actually, I am evaluating the nRF51822 using the EK. I have some questions as follows:
1- Is the S120 an enhanced version of the S110, and what is the real difference...
I use P0.2 as a wake-up pin, when the system into a deep sleep, I connected a High Voltage in the P0.2, it can wake up, but if I connected a High Voltage in the P0.2 always...
Hi
I got some questions about the RF part of the ref schematic.
1, why the bias voltage for ANT1 anf ANT2 are not the same since they are differential lines?
2, what...
Hi,
Today I use the app timer to start a simple 8bit ADC conversion each second and send in the irq handler.
Now I am trying to use the sw interrupt to execute some...
Hi
I want a 1K Hz square waveform to drive a peripheral device, but I can not get a continuously square waveform on GPIO 19, pls have a look at the picture I attached,...
Hi All
I am facing one issue using app_timer.c, When I put the PRESCALER value as 327 and started timer as app_timer_start(timer_ID, 100, NULL);, It was giving only 920ms...