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!
We are using NRF52832 and NRF52840 with custom rf protocol.
I didn't found any information about time for applying new TXPOWER value of radio module.
Can I start...
Based on mesh sdk 3.1, open NRF_LOG_ENABLED in the light_switch_server example, ie NRF_LOG_ENABLED 1, the following error occurred during compilation: Linking light_switch_server_nrf52840_xxAA_s140_6...
I had two nRF52832 where one broadcasts with encrypted data of advertising beacon info and another nRF52832 should only scan without connecting and should decrypt the data...
Hello,
We are using nRF52832xx_aa controller for our product, the sleep current consumption is approx 2 uA @25 degree Celsius which is fine with me. But when the temperature...
We are writing SPI drivers for RF chip and blocked on the below issue. The issue we are facing is the Chip Select line is not active(active low) until the TX transaction is...
SDK: 12.3.0
SOFTDEVICE: s130_nrf51_2.0.1_softdevice
CHIP: nrf51822 AC 256K flash 32K ram
GCC flags:
# C flags common to all targets
CFLAGS += -DBOARD_CUSTOM
CFLAGS...
Hi,
I want to write or change the code in to nRF52832
I have some code this code i should write for nRF52832
kindly give any suggestion
here is the my code
uint8_t...
Hi everyone ,
I have a custom PCB using nrf52840 and i measured the current consumption using PPK(power profiler kit) . The sleep current value that it show is 4.5mA.
...
Hello,
I want that two devices can connect with each other and only each other . To do this i wanted to use whitelist on peripheral side but i found that i could use filtering...
Hello.
I'm using nRF SDK 15.2 together with the Nordic 802.15.4 driver ( here ).
When trying to add the libuarte module to my project I started having mysterious issues...
Hi there,
I'm trying to get a one button nrf52832 device to behave like the following:
1. Button press short: RESET or WAKE (depending on POWER state)
2. Button press...
Hello,
I got problem when I press button program go to interrupt mode, but than all stops because of vektor catch. Im using ble_app_uart example.
Here is my main function...
I guys, I m trying to use the nrf52840 protocol in order to send an interrupts between two boards.
Looking at the examples provided in the SDK i didn't understand how to...