I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hi,
The artical form this link is great !
devzone.nordicsemi.com/.../
but I've some interogations.
the clear text contains the nonce value; 12 random bytes starting...
Dear Nordic,
I have managed to modify the HID Keyboard demo (SDK10/nRF51 DK) to have both keyboard and consumer control functions. Works fine on Android, however it shows...
How should the addressing be between an nrf24LU1+(transmitter) and nrf24l01+(Reciever) in the code.?
The registers TX_ADDR, RX_ADDR_P0, RX_ADDR_P1 are updated on a device...
Do we need to explicitly set the ENABLE field (Bit31) of RADIO->OVERRIDE4 when applying the override values from FICR->BLE_1MBIT[n]?
From the few samples I've checked,...
Please teach me the minimum theoretical value of the transmission time in the following conditions.
CPU --> nRF24L01 --(2.4GHz/1Mbps)--> nRF24L01 --> CPU
CPU -->...
I need to send a long (let's say 10Kb) notification from Bluez 5.37 on my Linux device to a mobile phone.
My implementation is based on src/shared/gatt-server.c .
I...
Hi,
I have put in my chip (nrf51422):
-1 softDevice s110 8.0.0;
-2 application (hrm_whit_dfu);
My problem is:
when i send characteristic to start advertising the board...
Hi everyone,
I am new to nRf series and have just started to use the nRF51 Development kit(nRF51422). I am using the s130 softdevice and I have seen that the sofdevice supports...
I'm trying to test out pin change interrupts using the PCA10028 dev board. I'm using two buttons to turn off and on an LED. The code below is only generating events from button1...
I have a custom board designed which implements a Arduino Micro (ATmega32U4) and an nRF8001 chip based upon Richard Clarks' nRF8001 breakout . The Arduino FW uses a slightly...
Hi.
Is it possible to enable the encryption of data which corresponds to the particular characteristics? i tried with BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM, for setting the...
Hi,
how is the new nrf_drv_twi supposed to be used for reading registers?
The sequence for that is pretty much industry standard:
> Device address
< Ack
> 0x00 (register...
I'm running the ble_hrs example provided on my nRF52 board. The thing is, I'm unable search my device using both nRF Master Control Panel and normal Bluetooth connection from...
I am using a central S130 softdevice in an nRF51822. I connect to a peripheral using sd_ble_gap_connect(&m_peripheral_address, &m_scan_param, &m_connection_param) . If it...