Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Using the thingy52 microphone function, some models of mobile phones receive data will be lost, under normal circumstances, 1 minute will receive about 60 packets of data...
HW: nRF52, PCA10056
SW: SDK15
I'm using the nus_c service with multiple central connections.
After change the GATT Write operations from BLE_GATT_OP_WRITE_CMD to BLE_GATT_OP_WRITE_REQ...
Migrating from 13.1 to 15.0. getting error, undefined reference to 'ble_evt_handler'
In 15.0, peer_manager.c has the function, static void ble_evt_handler(ble_evt_t const...
Hello,
I tried a migration of a bootloader from SDK 14.2 to 15 but my bootloader does an infinite loop @0x24d70.
Do someone have an idea of what can i do please ?
...
I'm working on an application in which we are using a custom board with the NRF52382, which is powered by a battery. We sample our ADC every 6ms, record these values for about...
I try dual bank DFU on nrf52832+SDK15.0.0.
After extract new image to dst_addr(run image_copy),
DFU run nrf_dfu_settings_write().
nrf_dfu_settings_write() is run, nrf_dfu_flash_erase...
By setting either:
ble_gap_adv_params_t::duration
or
ble_gap_adv_params_t::max_adv_evts
to a non-zero value should trigger the BLE_GAP_EVT_ADV_SET_TERMINATED event...
We are planning to use Adafruit BLE Feather with the IAR / Keil/ SWD tool chain for a small scale project . I notice the Adafruit BLE feather memory map is quite different...
Maybe I'm wrong but this seems to be wrong ASSERT in the function:
My understanding is that max time which can be set on timer is dependent from timer frequency and timer...
Hi There, i am pretty new to this ble and arm world. i was exploring my nrf52dk with sdk15 cryptography libraries. I have looked into an example of Elliptic Curve Diffie-Hellman...
Hi,
I had done secure OTA in my custom board using SDK12.2.0 with S130 v2.0.1 softdevice. But when i am trying to update the same for multiple times then its not happened...
Hi!
I'm running UART example and modified to run upon interrupt and its working fine, but in main() if condition ( if (cr == 'q' || cr == 'Q') ) is not executing even condition...
Hi,
I'm trying to toggle GPIOs 32-35 but it can't be done. Other GPIOs though such as 15,21,30 I change successfully.
Here's my code:
I saw a solution regarding NFC...