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...
Hi,
I get " Could not fetch memory size of target devkit: Error: Error occured when get library info. Errorcode: CouldNotOpenDevice (0x4) Lowlevel error: LOW_VOLTAGE (fffffff4...
I want to use 9 axis motion sensor and I am planning to use INVENSENSE ICM-20948 for this. I know that all the sensors can interface with I2C protocol but the problem is I...
Hello,
DK: nrf52840
SDK: 15.0.0
i want to advertise accelerometer data with BLE/Beacon
so i tried to update the adv. packet for every 10 sec but its not advertising...
BLE DFU Mcu Mgr Error: NOT_SUPPORTED (8)
I am testing the DFU via BLE and get the message "NOT_SUPPORTED (8)" Does anyone have an idea what is not supported?
I logged the following error when I connect my PCA10040 nRF52 development board. The error is: Could not fetch memory size of target devkit: Error: Error occured when get...
Hi there,
First of all; I have experience in Keil but I am new to SEGGER and Zephyr.
Rebuilding our project in Segger using the new nRF Connect SDK I am stuck at adding...
Hi,
I'm running example mqttsn_sleepy_subscriber from nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 on a nRF52840-DK with Paho MQTT-SN gateway on a Raspberry Pi 3 running...
I am using S132 v7.0.1 and while basic Softdevice functionality appears to work fine, I am getting an invalid address error when calling sd_ble_enable(). The pointer that...
I having issues when merging softdevice and application hex files together. If I use nrfConnect and I add the two hex files not merged ( ble_app.hex and s132_nrf52_7.2.0_softdevice...
Hi. I was wandering if there is a difference if I put the TASKS_CALIBRATEOFFSET before TASKS_START , and vise versa. However, I saw in this link: infocenter.nordicsemi.com...
Hi,
According to the documentation the maximum admissible current for the DUT in ampere mode is 1A. What happens if the current goes higher than this ? I suppose that it...
Hi,
I would like to store 180 000 bytes on the flash with fstorage. By using the example after some trouble it works. When I try to apply this example on my own program...
I've seen several questions on this forum on issues with setting up the NRF LOG, however, I am still having many issues and I can't seem to get UART logging working.
I am...
Trying to test the 1ms sample on the NRF5340DK. Loaded and ran the app without problem.. it starts with 9XXXXus. Runs with couple of drops. But when 1ms interval is started...
Hi there,
I have the following settings:
- nrf52810 on a custom board
- only the mandatory GAP service and one custom service with three characteristics, everything...