Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I just finished compiling my code for the nrf51 to take ADC measurements and send the hex values over ble tuart o my iphone. Now I want to see if I can send that data...
Hi, i know maybe this question was asked before, but i have a particulary issue.
I have 2 devices connected through BLE. Just when them get connected i need to send a byte...
Hello!
I need to read a string from UART, there's code below:
unsigned char GetChar(void)
{
while(!RI)
;
RI = 0;
return SBUF;
}
int Readfstr(void)
{
char...
Hardware: Rigado BMD-200 B using the nRF51822_xxAB
Bootloader: dfu_dual_bank_ble_s110_pca10028 with the device set to nRF51822_xxAB
Softdevice: S110_nRF51_8.0.0
DFU Tool...
I'm trying to use BLE library for python to communicate with one Nordic nrf51844 chipset. Because one characteristic is notification enabled, I need to enable notification...
Does there exist a white paper describing some typical PPI use cases with coding examples? The only one I've found is the peripheral/gpiote example and it is severely lacking...
Updates are moved to the end of the question
I created a modified version of pca10028.h and boards.h and have preprocessors changed so that the following new config is...
I example test ble_central and ble_peripheral of ble_app_uart.
Radio TX and RX test is OK.
It confirmed the data communications relating to uart_event_handler function....
I'm trying to get a time stamp using app_timer_cnt_get(&ticks), but the ticks always equals 0. And I have called APP_TIMER_INIT() to init the app timer. I have no idea why...
Hi everyone, I have been given a nRF51-DK board and I should use it to send data retreived from a sensor to it through Arduino, to finally receive it in my cell phone. I am...
Hello everyone,
I'm brand-new here. I have developed quite a bit of software on desktop PC's, but this is my first experience with embedded programming. A few weeks ago...
Hi Team,
So I downloaded the new nRF Connect for OSX. I inserted my PCA10031 nRF51 dongle into my USB port and the relevant lights lit up. However nRF Connect does not...
I am quite new to embedded firmware development and definitely just two days old into Nordic nRF52 development.
I want to just setup a 25% duty cycle clock output on GPIO...