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...
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
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
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...
Hi,
I got an err_code = 0x00000007 after calling this function.
void system_timer_start(void)
{
uint32_t err_code;
err_code = app_timer_start(m_one_ms_timer_id...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
Hi,
I set up a 2 GPIOTE interupts like this:
in main.c:
APP_GPIOTE_INIT(3);
err_code = app_gpiote_user_register(&mainUser, 0x00000000, (1 << RF_GPIO2), powerButtonInt...
Hi
I am using sd_ble_gattc_primary_services_discover(conn_handle,0x0001,NULL) to discover primary services on a GATT server. After the first call to this function, I get...