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...
Hello,
Softdevice: 7.0.1, SDK: 16.0, Device: nRF52840
In the production, we want to save time programming the devices. So I'm using following command to combine bootloader...
Setup : I am using android-ble-library for my android app. I am using modified blinky example on embedded side. I have tried following implementation on android app:
I...
I have two nrf51822 devices, one running s110, the other s120. The s110 device reads ADC values every 20ms, and if they changed from the last reading it sends a notification...
Hello,
The following define is present in file nrf_sdm.h, SDK 17.0.2:
#define SD_FLASH_SIZE 0x26000
I think it's wrong, it shall be 0x27000. But it's maybe not used...
I am working with a IC that requires SPI clocks to be synchronized (in phase) with its system clock. Currently the IC's clock source is connected to one of the nRF52's GPIO...
problem: in BLE data length negotiation , In the response from slave tx doesnt go above 216 , and rx doesnot go above 54 .
s140
Experimental UDP example - sdk v16.0 (...
Hi.
I'm pretty new with SEGGER Embedded Studio and with nRF9160 dk.
I would to receive time with NTP serveur but I'm lost.
I don't know what to use. if it is better...
Hi, I am working on nrf52840 and I am trying to enable the repeated pairing attempt protection. (PM_RA_PROTECTION) After enabling the module I can see the logs telling me...
Hi All,
I want to create a Thread network with multiple OTBRs, which is based on two nRF52840 run Thread RCP hex provided by Nordic SDK.
I created the thread network by...
Hi there,
I would like to set my dongle into DFU mode from software, I am using the USB-CDC-ACM class, and the softdevice as a central device.
Ideally I would send a...
Hello,
in our project we have a nRF52840DK as central and a nRF52832 chip on a custom board as peripheral. The software on the nRF52840DK is based on the ble_app_uart_c...
Hello
I use mpu6050 and I want to use a 'Complementary Filter' to get the angle of the X, Y, and Z axes.
Applying this filter to the value of mpu6050 seems to reduce...
Dear all,
Greetings!!!
I am using the NRF24LE1E module. I want to pair my device with host using a button. Button is available on device side. Please help me to do it...
now ,nRF52810 's serial port receives bytes.when the bytes sent by peripheral devices are mode then 20 bytes,nRF52810 will die.if the bytes are less than or equal to20 bytes...
Hi, all
(nrf52832 pca10040 s132..)
I'm trying to send / receive data with custom data using gpio ..
My custom device's baudrate is 9600 so I initialize uart like this...