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...
Hello,
I am using the RADIO peripheral to send BLE 4 advertising packets back and forth between 2 DK's (nrf52840 as transmitter, nrf52833 as receiver) following the radio...
Hi,
Nrf52 52840DK,SDK17 S140.
how to broadcasts continuous data? (Continuous broadcasting, with different data each time)
code as follows:
SDKs\nRF5_SDK_17.0.2_d674dde...
I have VSCode 1.63.0 (Universal) on macOS 12.0.1 with ncs v1.7.1 and a board with an nRF52840 MCU. I'm using the "hello_world" example. If I power cycle the board I can start...
Hi,
I'm trying to connect to hook-up a debugger in VSCode to my target but am unable to. The hardware is custom and JLink connects fine with nrfjprog to program and erase...
Hi,
I'm trying to ,create a development environment for Alexa gadget in nRF52832.
here is the thing which I'm using:
1. nRF connect for desktop version v3.9.1
2. Toolchain...
I had a Thingy91 that I think I bricked in trying to upgrade the firmware. I'm able to see the device in desktop programming, but it says erasing then gets to a 100% screen...
Dear, I am new to Nordic. I created a simple project for testing. There is a small fucntion to display "Hello World". After , Re-build Solution.. the memory used is as shown...
Dear community,
I am evaluating the nrf52 chip on the nrf52dk. I am using the peripheral_uart example, built for nrf52810. I have stumbled upon an error which I'm not sure...
In our BLE connections we often receive a BLE_GATTC_EVT_WRITE_RSP event with gatt_status 0x01F2.
Looking at the list of GATT_STATUS values, this must be an error in the...
Hi, based on my previous posts ( 2nd post , 1st post ) regarding the ble_app_uart_c multilink example I now face another issue.
When I run the multilink example on my nRF52840...
Hello,
Until now we compiled our company project using SEGGER Embedded Studio command line tool 'emBuild' that was called from a custom Makefile like this:
But we...
Hi all,
I want to self provision my node. I am using nrf52832 dev board, mesh SDK v 3.1.0, light switch client example. You may wonder why self provisioning, when there...
Hi, I am currently utilizing an app that supports multi link; however, I was only able to get 7 maximum stable connections. My goal for this multi-link is to connect a sensor...
Hi,
I am trying to run the DNS example provided in the Nordic Infocenter as part of the Thread Border Router setup, but it is not working. I am getting "Error 28: ResponseTimeout...
Hello,
I tried to implement the HX711 example from Vidar mentioned here ( https://devzone.nordicsemi.com/f/nordic-q-a/34112/best-approach-to-interface-hx711-with-nordic...