Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
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...
In nRF51 PS, I read typical/max time for AES ECB are respectively 8.5 and 17µs.
What would be those values for the whole AES-CCM operation (ie including MIC computation)...
Hello,
I'm working on a software we've made starting from the "ble_app_uart_s132_pca10040.uvprojx" source code. My "main" (procedure fct) is in the for (;;) of the void...
Hi,
A couple new fixes in listed files to supress gcc errors when -flto enabled.
hardfault_handler_gcc.c
port.c
Patches are in answer below.
Regards,...