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
Hello,
Developing on Zephyr 1.2 and modem fw 1.2.
Developing a client LTE application. If I run the below sequence of commands periodically every 2 min:
eventually...
Hello everyone,
I am working on an nRF52-DK and getting familiar with Zephyr.
In this process, I am trying to connect with the sensor API with a "fake" sensor whose...
I'm not certain where to send suggestions, so hopefully this will do...
A very useful addition to the nRF Connect SDK would be support package documentation for Zephyr...
Hi,
I am trying to run the NCS Zephyr ADXL372 sensor sample application (using nRF5340 DK) but get the following error:
This corresponds to the following NACK error: ...
I would like to do mutal TLS on a NRF9160. I found the https sample where the firmware does server authentication. How do I add client side authentication to this example...
I have a project from 3 years ago (2018) that I'm trying to make a simple update to the application code. The code downloads via the Segger Embedded Studio and runs correctly...
A vulnerabilitiy in BLE secure connections is reported as CVE-2020-26558 : Impersonation in the Passkey entry protocol
"The Bluetooth SIG is recommending that potentially...
My application uses a NRF52840 (SD140, SDK 15.2.), very simple circuit and needs to be extremely low current consumption. I measured the current in conditions of BLE on and...
I'm trying to get a BLE example for NordicSemi nRF52833_xxAA using SoftDevice S113.
I found out only two examples but they don't compile.
Error[Go029]: Variable "sec_mode...
Hello,
Is it possible to disable the antenna pin of the NRF52 in software? I cannot see anything in the data sheet which suggests this.
We are using a third party module...
While following the steps required to provision the nRF9160 Connect for Cloud certificate, I entered the 'AT+CFUN=4' in the AT command text field and I clicked 'Send' but...
I have a working code using SoftDevice 140 7.2.0 and Segger ES on the nRF52840 DK. I made the single adjustment of the preprocessor variable BOARD_PCA10056 to BOARD_PCA10059...
Hi,
I use example projects from Nordic Thread: CoAP Client and Thread: CoAP Server with Segger Studio Nordic Edition (projects use Zephry which is generated by NRFConnect...
Hello! I`m developing custom board with NRF52832-QFAA on board and need to use serial bootloader. As in example (secure_dfu_ble_s132_pca10040), I`ve implemented it on board...