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 All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
I have a project where I am distributing code images to a number of devices with DFU (this is a custom bootloader)
The peripherals use a mixture of 52840 and 52811 SoC...
Hi,
I am currently using the nRF logging module to log data from a nRF52832-DK to my laptop via a serial connection. However, I would like to move over to BLE logging for...
I doing some basic antenna tests via RSSI and the logger output is quite important to me. So far, I managed to log my RSSI values and timestamp, as well as the ID of my devices...
hello Nordic
i am using nrf52832, sdk 16.0, s132 v7.01
i am scanning for ble beacon but i want to be able to change the filtered mac address (i still want to filter...
MCU: nRF 52832 SDK VERSION: 17.0.0_9d13099 SOFTDEVICE: 7.0.1 (s132)
I have an application with some custom services (4) with different characteristics number and behavior...
I was able to change the MAC address in the ble_app_buttonless_dfu example with "sd_ble_gap_addr_set( )".
But, when I enter the DFU mode, the MAC address changes to the...
Hello,
i am using nRF52832 Development kit.
and segger embedded studio for debugging
i have just started with NFC module. i run the NFC example "record_url" and it is...
Hi,
In the process of testing DFU on the hardware, I am trying to send the DFU Packets through a TTL Cable to a different pins(P0.02, P0.03. No HWFC) instead of sending...
Hi Sir
As subject, I have a nRF52-DK on hand, I'd like to use the "Bluetooth Low Energy APP" of the desktop nRF connect software to scan BLE device and connect it,
Just...
Dear community, good afternoon
We have been working with a coordinator, a router device and an end device all based on nRF52840 (Fanstel BT840F module) with nRF5_SDK_for_Thread_and_Zigbee_v4...
Hello,
I am trying edit and compile mcuboot and ultimately upload to the nrf9160.
To do so I am loading the mcuboot project using CmakeLists.txt at v1.2.0\bootloader\mcuboot...
Because the nRF52840 consumes an additional 1mA when QSPI is activated, Nordic has previously recommended deactivating QSPI when not in use, which in practice means deactivating...
Hello DevZone,
Perhip: PCA10040 SDK 15.0.0, SD 6.0.0
Central: PCA10056 SDK 15.0.0, SD 6.0.0
I am working on a BLE project and we need to make sure our link is secured...
Hi,
I am building an application for Thingy:91, currently using SDK 1.3.0. The application is supposed to collect data using BLE and forward it with LTE to the MQTT broker...
Hi,
I wanted to read all the android notification using an embedded BLE device..
I have gone through BLE_ANS example which is in nRF51 SDK, All i want is to implement...