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 everyone,
Edit: Consider that I'm on ncs 2.6.1
What are the current methods for provisioning an nRF9160 on the nRF Cloud? I have an ongoing project with the nRF9160...
This sample can be found under samples/nrf_compress/mcuboot_update in the nRF Connect SDK folder structure.I want to know the whole decompression process,I added a lot of...
Hi,
I am building an app that connects to the NRF52840 with BLE. The NRF board is attached to an electrocardiogram(ECG) setup, so I am interested in the app being able to...
Hello,
I am using the hci_usb sample from Zephyr and running BlueZ 5.53 on Ubuntu 20.04. I am trying to increase the ACL packet size from the default value of 27 bytes and...
Hi,
I am using SDK v2.6.1.
Is there any course available on DevAcademy for WebSockets?
For WebSocket i take reference of v2.6.1/zephyr/samples/net/sockets/websocket_client...
Hello there,
I am using nrf connect sdk using vs code.
Toolchain: v2.7.0 SDK: v2.7.0
I have custom hardware board based on nrf52811 SoC.
I have completed a firmware...
Hi
We have a project previously built on NCS v2.6.0 and now we need to migrate it to v2.8.0
I see from v2.9.0 child/parent build setup is not supported and so we are planning...
I'm using ”ncs\v2.8.0\nrf\samples\nrf_compress\mcuboot_update“ this routine.After connecting the Bluetooth, put in the DFU package (mcuboot_update\build\dfu_application.zip...
Hi,
We are trying to enable oversampling in an application that is based on your DF connectionless RX sample, build with Zephyr version 3.4.99.
Something similar was asked...
Hi,
I've a good experience with nRF5340 pre-certified modules and nRF Connect SDK. I'm evaluating leveraging Nordic Thingy:91 X platform to build a new product. However...
Hi Team,
I have some questions following,
1. We created custom board by using nrf52833. for custom board any bootloader needed?
2. We are able to flash hex file into...
Hi i am currently, doing development on nrf52840. where I have 48 number of GPIO's available. for my application, I have peripherals like Touch screen RGB display, UART based...
Hello.
I have two nRF5340 DK boards that I want to use to replicate the demo on https://github.com/NordicPlayground/nrf-knx-iot .
I am using Ubuntu 22.04.
I cloned the...
Hello,
I've developed a custom PCB which uses an nRF52810 SOC. I've been developing the software for the device using NRF Connect SDK 2.6.1 in Visual Studio Code, and I...