Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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 all:
I modified DFU-BLE to make it suitable for S130 on nRF51822. I made the following modifications:
On "dfu-ctr1_pt_add"
ble_gatts_attr_md_t cccd_md;
memset...
Hello!
Until now I am using a nRF24L01 with johanson balun (2450BM14A0002) and MIFA.
I want to add a power amplifier to my nRF24L01 project. Can anyone give me advice which...
Hi
I have a programming issue with nRF51822. I am using the nrfjprog.dll to program this microcontroller in my test equipment via J-link Plus. When I have programmed a...
I am using single NRF24LU1P-F32Q32-T ic.i am using it only as a TAG transponder card .i wanted to know that can we program it to transmit only if there is no other controller...
hello everybody,
I measured the current consumption in two cases : in the advertising mode the current is around 4 ~ 5uA, & in the connected mode, the current is 160 uA...
Hi,
I am new to forum and to Ble. sorry about my week English.
I am working on a project where I am reading adc value every 1s and sending it over ble. So I have written...
Hi,
I'm using nRF dev kit with Softdevice 1.0.0.3.alpha. The device shows advertising state at LED1 as it should, however i can't detect "Nordic_UART" via nRF Master Control...
Is the advertising interval between two packets P1 and P2 defined as:
Interval = P2_start - P1_stop (time between packets)
or
Interval = P2_start - P1_start (time...
In a project I worked on using softdevice s110 v. 7.1.0, if the receiver hadn't enabled notifications, sd_ble_gatts_hvx would return an error, so I used the following construct...
Hi,
I want to advertise multiple UUIDs, one after another
Do I have to stop advertising, or is there a way, that I can update the struct in the background?
Currently...
I have two UART devices on a custom board with an nRF51822. I've just upgraded the SDK I use from 8.1.0 to 10.0.0 and one of the UART connections has stopped working, but...
Totally get the limitation of 3 PWM channels.
Wondering if I can dynamically re-assign which 3 pins are tied to the PWM outputs.
At boot time, I call this function:...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi All,
I have got reliable writes working on nordic side (nrf51822 eval board).
Tested them with master emulator dongle by using write long button on MCP on PC.
I...