Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
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...
Hello,
I am using CUSTOM service in nrf52 for BLE Communication.In the tutorial, there isn't any BLE READ event but I figured that BLE_GATTS_EVT_RW_AUTHORIZE_REQUEST event...