I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi again,
The previous issue is closed - but I never got any suggestions or answers to my problem.
I still have this problem - if I do a prestine build the mcuboot doesn...
I’m having nRF52805 on a custom board (for our own application) using SDK 17.1.0 v7.2.0 S112 ( IDE: Segger Embedded Studio). Given the amount of memory this chip has (192...
Hi,
Adding the line of code below with app_timer_create causes the code to hang.
static void my_bat_timer_handler(void * p_context) { pulse_pin(LED); }
APP_TIMER_DEF...
Hi Community,
i recently migrated from sdk16 to sdk17 and I am using FreeRTOS.
My goal is to catch pin interrupts which already worked before migrating. Now I have the...
Hi,
I am testing the ble_uart_send function. I found the advertising was OK, but when my phone connected to the board, it stalled but no error was shown. I enabled DEBUG...
Hi all,
I am trying to send data from nrf52840 to Arduino. I have a simple UART program running on nrf52840 that is supposed to transmit a character to another device(Arduino...
Hi All,
Hope everyone is fine.
I'm using Vs code with nrf Connect sdk v1.9.1 to develope firmware for nrf52833.
Here our device has no display or Keyboard to give input...
I am doing some profiling with the peripheral_uart sample. It works as expected when I send small pieces of data, but when I start running a lot through it I get a crash....
Hi,
I am working on BLE on nRF52833dvk, am able to execute the sample example . I have one of the requirement, that I need to write the unit test cases for Bluetooth for...
Hi
I would like to use power management module with CAF. I got it somehow working and the device is going to poweroff or standby mode and wakes up, if i push some button...
Hi all
I'm developing a BLE application using nRF52832 : SDK 17.xx
My SW is based on the project ble_app_gls as I need to use a PASSKEY
I experience 2 difficulties ...
Hi
I am positing this here - although maybe that is cheeky of me, as the issue I am having is with an Android app, which I want to use to communicate with a Nordic device...