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 all,
Using the thread CLI example (on a PCA10056 board) as a starting point I would like nodes to connect automatically to a thread mesh when booting. I then want to...
I use the following example source code to test NFC pairing.
Example source code for NFC: nRF5_SDK_17.0.2_d674dde\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\experimental...
Hi
thank you very much for your paying attention.
Yes the peripherial_uart sample seems to be a good choice for my project. But Uart 0 pins didn't come out on GPIO connector...
Hi,
We are trying to create a network using 20 movesense sensors and BWG840 Fanstel gateway acting as the central. The gateway is running a modified ble app uart multilink...
I'm a beginner in BLE applications, and I'm having trouble with connecting nRF toolbox application
I wanted to use UART function provided in nRF toolbox.
But, an e rror...
Hi,
I wish to run an existing project in Segger embedded studio for its debug capabilities (Currently the project runs in VS code).
I'm using the nrf52832, running a bare...
I'm trying to add the unity test integration to our project, but failing to build, since the project has a dependency on nrf_oberon
For the sake of completeness, the project...
I'm having trouble connecting Thingy:91 to cloud.
I've installed both the modem and HEX image in the board successfully.
I've added the SIM card successfully to the...
I've had intermittent issues with the nrf9160 modem using mfw 1.3.0 with an iBASIS SIM getting stuck in "searching" state when first powering on. The symptoms are similar...
I am using a nrf_drv_twi_tx() and nrf_drv_twi_rx() for a simple I2C transaction but I'm noticing a strange behavior.
If I don't use APP_ERROR_CHECK(err_code); right after...
Hi,
We are developing a flutter mobile app, for Actility/Abeeway (chips from Avnet Silica) using flutter pluggin that relies on the Android SDK. In some situations (after...
Hello,
I am using NCS v1.6.0, nRF Connect for Desktop v3.7.0, and the Bluetooth Low Energy app v2.5.1 (part of nRF Connect for Desktop). I am using the nRF52840 Dongle with...
Hello! I am using nRF52840 develop product. When nRF52840 circuit board has been moved away from the cell phone and is out of the BLE range, I want to send message via UART...
Hi all ,
I have a buzzer that I will order using the library pwm and it works succefully .
But Now I want to turn on the PWM if the temperature value is greater than 40...