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'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have some code that runs on the application and network processors that uses NRF_RPC NRF_RPC_CBOR (similar to the entropy_nrf53 sample) to communicate during boot loading...
I'm trying to get setup to debug an application that uses both the app and net cores. For now I'm using the example nrf/samples/nrf_rpc/entropy_nrf53/cpunet. I'm trying: ...
I am migrating our mesh network stack to NRF 52840, which is based on 802.15.4.
I would like the code to be more efficient state machine so that I don't have to busy-wait...
Hi,
I am using the ble_blinky example as a template to develop my project, with nRF52832 and SDK 17.0.2.
My first goal is to reduce consumption, so I have changed the...
Hello,
i had a look at lwm2m_client_sample and it worked pretty well. Now my next step is to be able to send for example a 100 or 500 Bytes Payload from nRf9160 to Leshan...
Hi Karl,
Sorry, I inadvertently closed the issue.
In my understanding, with SW9 in position "VDD", VDD_nRF is about equal to VDD_HV, so the measurement should work. I...
Hi
Is there an example for BLE "Just Works" using the NRF Connect SDK for the peripheral device?
I am using a peripheral device without display and would like to allow...
Hi,
In our application we use a motor. In the case that the watchdog would trigger while the motor is running, we need to stop the motor. For this we need to set the PWM...
Hi, all,
At first, I have to say I am a newbie in programming for BLE. ^^"
I trying to development a cycling power meter, so I want to modify this CSCS example to...
Hello, Recently I tested and flashed the Zephyr program to the nrf52840DK, it works fine. While I flashed as usual last time, I saw the LED5 flashing and then the PC didn...
I would like to perform a OTA DFU in a nRF52840 DK using nrfutil. For that, I'm using the example that is in SDK/examples/dfu/secure_bootloader/pca10056_s140_ble in the target...
Hi
I have follows the following steps.
1) I build 'hci_uart' sample for nRF5340DK successfully by following guide https://docs.zephyrproject.org/latest/samples/bluetooth...
Hi, I tried the fourth step of this guide https://openthread.io/codelabs/openthread-hardware#3 , but if I start the OpenThread daemon, I got this output that is not the same...
Hi There, I'm trying to read the NDEF records stored on my NRF52 DK but I'm having some issues when the the NDEF record payload is less than 4 chars. I just get random symbols...