Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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...