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...
Basically I want the nrf5340 to reconnect to a paired peer upon reboot. The code seems to suggest that this should happen via directed advertising.
I am testing this with...
Hello:
I am Enrique Martinez. Currently I work with nRF52840 in nRFConnect SDK for VS Code. I have problems with documentation about Multi-Image builds ( https://developer...
Is it necessary to use the 32768 crystal on the target device in order to flash that device using a connection to the nRF52 development board, or can the device use the internal...
Hi
this is the error when I tried to connect to peripheral and also get the error on scanning after that connection error
I am using the sample code for this application...
Hi,
I am using nrf52832 to test the function of mcuboot. The reference routine used is D:\ncs\v2.6.0\zephyr\samples\application_development\sysbuild\with_mcuboot. After...
Hey,
I'm trying to follow a few guides on sniffing BLE connections (eg https://hackaday.com/2021/03/23/a-crash-course-on-sniffing-bluetooth-low-energy/ ) with an NRF52...
Hello everyone,
I am currently working on a school project in which I need to record the energy consumption (mA) of ESP32-H2s over a 190 minute period using the Nordic Power...
Dear Sir,
I just want to capture DTM packets using NORDIC sniffer. The Wireshark is the newest version. My chip is 52840 with nordic snffer bin file. Thanks.
with regards...
Hi everyone,
We're trying to synchronize data coming from two different BLE modules (nRF52833 based) on a mobile application. The following is the information of two devices...
Hello,
I want to have "make" included in the NCS toolchain. As far as I can see, on Windows the tools (in toolchains/xxx/usr/bin) is msys2 based. My question is where to...
I am running Basic Networking example ( https://github.com/craigpeacock/nRF9160_Examples/tree/main/BasicNetworking ). I am using Vodacom SIM card in South Africa. The program...
Hi All,
My issue is may connected to
I'm using:
nRF52 DK dev. board
nrf52dk_nrf52832_defconfig
I get communication errors very several times. (More than...
Hello, I am a beginner to this Bluetooth Direction Finding Topic. I worked with nrf boards, making them work as transmitter and receiver and got the IQ samples in real time...
When I load the firmware, the firmware starts running fine.
but once I power off then on tue device the firmware crashes at a certain point while in the main loop with no...
Hi All,
As part of the software development, we are required to use an automatic tool for Code Coverage.
We use an nRF52840 device, C language and 15.3.0 nRF SDK on...