Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
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...
Hello, after downloading my user app using keil, I can't seem to erase the whole chip.
This is what I'm trying to do:
erase the whole chip (nrf52840).
program S140...
Hello, when migrating a project from nrf51 to S140 nrf52840, I got an
"Error: L6218E: Undefined symbol app_error_fault_handler (referred from softdevice_handler.o)."
...
Hi,
I am quite a beginner about nrf51822. I understand that I can get RSSI during advertise mode before pairing. But I am not sure I can get RSSI after pairing. Can I get...
Hi, everyone.
Now I have found some posts about the development enviroment on Mac OS X. But none of them describes clearly how to setup the development enviroment with an...
We are trying to get serial bootloader (DFU) working. I compiled a debug version of the experimental_bootloader_secure_serial in SDK13.0.0 to see what really happens there...
Hello,
I am successfully using the following code:
float f = 23.50
char buffer[10];
sprintf(buffer, "Float = %f\n", f);
SEGGER_RTT_WriteString(0, buffer);
I...
Can nRF51 be BLE connected while it's on sleep mode? (connected by other device as Peripheral mode)
I thought, to be connected as peripheral mode, It must be advertising...
Dear Nordic Team,
We have a customer that would like us to extend an C# desktop application to use serial over BLE. What is the best dongle firmware and Windows driver...
Apologies in advance for what could be a rudimentary question. I have a large nRF52832-based project that only uses floating point in a few small but important places. Although...
Hi,
I would like to implement DFU with firmware encryption. I'm aware this isn't present in SDK 12 and would like to modify the secured bootloader to implement it.
As...
I'm seeing the sd_ble_evt_get return NRF_ERROR_DATA_SIZE even though the supplied buffer and length param are larger than the event length. Is this a known benign issue? ...
I need to upgrade my soft device from "s132_nrf52_2.0.1_softdevice" to "s132_nrf52_4.0.2_softdevice". As i am migrating from SDk11 to SDK13.
While migration i found out...
I'm trying to port my code using pc-ble-driver-1.0.0 to use the latest official version 2.0.0
I see library names changed (from pc-ble-driver-1.0.0.* to pc_ble_driver_shared_sd_api_v3...