Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
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 am working with nRF5340 and made the project according to "the first step to build". I want to add some libraries to my project but I can not. The libraries I want...
Hello, I am using MX25R1635FZUIL0 with nrf52 and my device is working with freertos. I have three different tasks using/accessing the flash functions but when i read back...
I use nRF52840 to creat a project. IDE select SEGGER. before everything is normal. when I update the SEGGER TO 5.42 version. i build the same project. there is one error.Please...
Hello, according to the latest nrf5 SDK documentation, the nrfx_gpiote_init function takes no argument, but if I call nrfx_gpiote_init() in a zephyr application, I get the...
To reproduce this problemm Ive added a device to the I2C that does not respond to a read command. The `i2c_read` call first returns `-EOI` (-5) and for every other i2c funcion...
The device nRF52832 cannot connect over SWD and generates the following error.
- Connecting via USB to J-Link device 0 - J-Link firmware: J-Link EDU Mini V1 compiled Apr...
After configuring the options for an nRF project, segger studio cannot create the project by warning me the error: "create_nordic_project.py failed"
The problem seems to...
I'm trying to make MQTT publisher example work using a BMD-340 evaluation board and nRF5 SDK for Thread and Zigbee 4.1.0 . I'm using a Raspberry Pi 3B with a Raspberry Pi...
Hi,
We have been using the MQTT sample code with a few iBasis SIM cards for some time without issue. This week we made a test where the mqtt_disconnect function in the sample...
I got the BLE mesh SDK from: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
I want to develop a mesh gateway to connect...
Dear friends,
We plan to develop a mesh gateway, however, i found the SDK only offered a mesh serial example which based on python, but our platform can't support python...
I have an nrf52832 DK, which when on, constantly obtains and sends accelerometer data from an IMU to whatever BT device it is connected to. I also have an nrf52840 Bluetooth...
Hi,
I just want to add SPI to my BLE project to read some data from my gyro , but after spi's addition, the code doesn't work normally anymore. I print a log in the cycle...
Hello
i'm use nrf52840 and I want write external qspi flash over BLE DFU but cannot be use
how can i solve this problem?
DFU log
modified nrf_fstorage_sd...