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
Hi,
I noticed that if you send AT+CFUN=1 then AT+CFUN=4 more than 30 times in an hour the modem stops registering until the hour passes? Is this by design?
Kind regards...
Hi,
I have built and flashed the "peripheral_uart" example on the nrf52833dk_nrf52833 from nrfconnect sdk v1.5.0. When I build using the prj_minimal.conf file, everything...
Is it possible to manually delete/inject bonding keys when BLE connecting to device with using Nrf52 and pc-ble-driver.py? I would need to execute following scenario:
1...
I have seen a compatibility matrix for nRF52840 SoC at the link below:
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52840%2FCOMP%2Fnrf52840%2Fnrf52840_comp_matrix...
Dear, manager.
Hi,
I am currently testing the use of TWI and BLE together.
However, Data (24bit) is received and read through TWI every 4ms. BLE is only initialized...
Hello,
We are evaluating SDK 17.0.2 USB MSC example.
If we connect the PCA10056 board to USB the Windows make System Volume Information folder,
so if we don't make safely...
Development environment SDK 15.3.0
I am working on overturning the saadc project based on ble_app_uart.
The input frequency is 50~2k Hz.
Terminal and debug monitor...
Hello I'd like to output two PWM alternately. Using the timer, PWM1 and PWM2 alternate outputs every 5 seconds. And I want to change duty cycle according to adc value.
...
hello,
i am using nrf52840 in our customised board and trying to interface it with GDEW0213Z16 2.13 inch display which uses spi communication i have added the necessary...
Hi,
Currently, nRF91 supports only one MIPI RFFE-controlled device. In our solution, we would like to have two MIPI devices - one pair of LTE switches as in Thingy:91 for...
Hi ,
Technical Environment details:
nRF Connect SDK
segger Embedded Studio
nRF5340 DK board
1. I have enabled immutable bootloader and MCUboot bootloader.
...
Hello,
Per the datasheet, VDD_GPIO must be applied after VDD has been applied. Is there a minimum or maximum time?
For example, can VDD_GPIO be turned on 1 second after...
Hi,
I am evaluating nRF5340 for using it in a smart lock product with high security. I had evaluated nRF52840 before this
and was impressed with the integration that the...
I started with the ncs-display-ble-example which worked fine. Next I took the LVGL lv_demo_widget, ran it in the simulator using visual studio 2019 where it ran fine. Then...