i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
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...