if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hi,
i have some issues with nrfutil, i can't properly perform an OTA DFU over thread, either nrfutil cannot find ncp.hex or it stuck in "thread DFU server is running....
Hi,
I made a project around the peripherial-uart sample with a custom board for a nrf5340 chip.
I work with win10, Toolchain nrf Connect SDK 1.6.1
I can build it and...
Hi,
I'm attempting to develop chip to chip communication where an nRF9160 acts as an I2C master communicating with an nRF52840 acting as an I2C slave.
I got reasonably...
Hello.
Now, I'm trying to combine ble_app_beacon and spis.
I succeeded in building and it generates hex file.
The problem is that the device stops sending BLE data ...
Hi, I am trying to send and receive strings using examples\peripheral\libuarte. I am trying to send a string like this but not receiving it on another board. Also how can...
I entered the bootloader mode of nRF52833DK, but I cannot exit it. When I reconnect the device LED5 is not on and the J-link driver doesn't appear as the removable driver...
I want to increase the throughput as much as possible from the central to the peripheral, but when the number of consecutive calling bt_gatt_write_without_response_cb() or...
Hi,
We are evaluating the nRF52840 dongle. We need to dictate, have a conditional connect feature based on the BLE version. We should specify that use the BLE version...
Hello everyone,
I just wanted to post an important detail when using Nordic's DFU.
After the successful run of the Nordic's buttonless DFU example (by following this...
Hello All,
I am developing a product based on thread protocol.
I am using nRF52840 development kit and nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 SDK.
I am new to...
After upgrading segger to 5.42 we are now getting the following error when compiling the Bluetooth DFU bootloader part of our existing projects
section .uicr_bootloader_start_address...
Hello,
I am developing an application using
1. SEGGER Embedded Studio.
2. SDK 17.0.2.
3. Cortex-M nrf 52840.
Recently I changed the OS from FreeRTOS to embOS and...
Hello Devzone,
We update our peripheral device(nrf52) with our gateway(nrf52840, central) using the DFU protocol. We have this working and the DFU update is successful when...