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...
Having trouble using a Raspberry Pi 3 as BLE/6LowPAN router in the IoT MQTT example project from nrf5_sdk_15.2.0
I was recommended to use Ubuntu box instead of Raspian(it...
I maked this question because I don't see any example about MQTT-SN client with FreeRTOS. MQTT-SN client libraries in SDK using many timer from app_timer. I don't know whether...
NRF Connect displays only a white screen after some time.
I can connect to my nrf51DK with the ble or the PPK app, but after some seconds (changes between 1-20) only a white...
Hey, I am trying to get a bluetooth mesh up and running with the nrf52832 dev boards (PCA10040) acting as nodes and a Raspberry Pi 3 (with bluez meshctl) as the provisioner...
The implementation in generic_dtt_server.c doesn't properly validate the set message parameter and generates a response despite the message should be ignored.
The Mesh Model...
NRF52 devices and Softdevice 132:
According to SoftDevice specification v5.1 Table 4: Peripheral protection and usage by SoftDevice NRF_FICR data such as ->INFO.PART, DEVICEID...
Hello guys,
everything worked fine for me (NRFConnect, Apps, CLI, Building with Segger Studio, Prgramming via NRFConnect Programmer, everything on Win10) but then I was...
Hi,
I am using nRF52832 DK for testing beaconing and TWIM and TWIS. I am using SDK 14.2.0 S132 v5.1.0.
But, the final product would be using nRF52810. So, will the code...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...