I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
Hello, I am tryong to use to masters to communicate with two accelerometers.
Q1_ I found the following image from Nordic's website that shows SPI0 pins but there is no indication...
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...