I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
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...
Hello,
I am using the nRF 52840 DK board. Using nRF5_SDK_17.0.2 I am trying to implement basic BLE advertising in my code. Also, I have turned on the RTT log. From the log...