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...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
I setup the VS Code on Windows with
- nRF Connect (3.10.0)
- nRF Connect SDK v1.8.0 with the Toolchain Manager (0.10.3)
started the blinky example (works) and then started...
Hi, I going to add NFC to nRF5340DK, but does not know from where to start NFC program ? Please, guide with required config in prj fiel, overlay file, peripheral initialization...
Hi, I'm using the example libuartes of nrf5 sdk ver16. This example worked (receive data from computer(Hercules) and send it to back) I have some customize that is when nRF...
Hi,
While Im using the nRF Connect App with Android, I can use the 'Bond' feature after Im pairing a peripheral device, but when I use an iOS device such as Iphone 13, I...
Hi,
I want to use the pca953X driver present in the latest version of Zephyr.
For this purpose I started with this exemple : https://github.com/circuitdojo/air-quality...
Hi there,
We would like process to process a Mesh DFU
Mesh: I dont know if I can call that a mesh but it's basically 4 52840_DK connected in serial over BLE using nRF5_SDK_15...
Hello,
I am using nrf52810 with mpu6050 to read the accelerometer and gyro-meter data and now i need to update the data as service data and also advertise continuously?...
Hi all,
I'm a beginner and want to learn about NRF52832 DK. But I have trouble in setting up my software enviroment and I don't know which software or IDE I could use to...
I am using NRF_LOG_INFO to debug. But in my debug terminal It will show only NRF_LOG_INFO that used in main.c only. In another .c file not show NRF_LOG_INFO
Can anyone explain for me about ble_app_uart function ? this example is too few comments about how to function work. So I can understand flow how to nRF receive data from...
I am using version 1.9.0 of the sdk and trying to get DFU working from nrf connect on desktop to a BL653-DVK using the peripheral_uart sample project but when I connect to...
Hello. We scan the surrounding Advertiser (nRF52832) with the prototype Central device (nRF52832). SCAN_WINDOW = SCAN_INTERVAL = 120ms. There is one problem. The Central device...
I entered bootloader mode (holding reset while powering up) and flashed an erroneous bin file by copying it to the mounted device in my file manager.
I suppose that to recover...
I ran into a problem. I am unable to disable or reconfigure UART1. Any changes to the file .overlay does not give effects. I paste into the file nrf9160dk_nrf9160_ns.overlay...
Hello,
I am using an nrf52832-based ble chip and try to communicate with cap1293 touch sensor. I'm using SDK 15.3 and started off from the twi_sensor peripheral example...