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 evalating the nRF9151-SMA-DK with a Monogoto SIM card that uses Skylo NTN connectivity.
I am able to reach the internet, since DNS resolution works:
...
Hi,
My main() program is
maiin()
{
int rc;
//rc = mcumgr_smp_client_erase(); //printk("mcumgr_smp_client_erase rc=%d\n", rc); //rc = mcumgr_smp_client_confirm_image...
I recently bought a NRF52840 DK board to teach myself embedded development. I am now following the nRF5 SDK tutorial here:
https://infocenter.nordicsemi.com/index.jsp?topic...
Good morning/afternoon all, I have been working on a BLE air quality monitor using the NRF52810. The first version functioned as expected with the exception of the external...
I am developing and testing in nrf5_sdk_17.1.0_ddde560examplesble_peripheralble_app_hrs_freertos. My project requires both BLE and a proprietary radio protocol, but BLE and...
Hi
I'm trying to drive a 75hc595-type shift register with a SPIM instance on the nrf54l15.
I connect MOSI to the shift register data input, CLK to the shift register clock...
Description
I'm working on a battery-powered application where WiFi needs to be shut down between cloud sync intervals. I'm following the same pattern as the wifi/shutdown...
Hi all,
I'm working on BLE time synchronization between nodes using hardware timestamps via GRTC + DPPI + PPIB cross-domain. CRCOK and PHYEND work perfectly, but adding...
We developed a social metering application for a study using the NRF51822-beacon reference design.
Due to obsolesence we are currently evaluating if an upgrade to a newer...
Hello,
Is it possible to configure an nRF5340 to be both a Broadcast Sink and a Broadcast Source, but with the condition that only frames received by the Broadcast Sink...
Hello! We are in the middle of an upgrade to 3.2.1, and we encounter the following issue using SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH, SB_CONFIG_MCUBOOT_MODE_SWAP_USING_MOVE...
Hi,
Any specific reason the errata Anomaly 166 : https://docs.nordicsemi.com/bundle/errata_nRF5340_Rev1/page/ERR/nRF5340/Rev1/latest/err_340.html resolution patch as present...
Hi everyone,
I'm using the nRF5340 on a custom PCB board without an external 32 kHz oscillator. On the network core I flashed the hci_ipc sample.
For some reason I occasionally...