Hey everyone, I am looking for big size capacitive touchscreen for my next project so I do found with resisitve touch using FT810 EVE graphic controller with nrf52840( https...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hello!
I have been trying to implement the serialization for STM32L476. During my development I discovered that the deserialization of the SD_BLE_GAP_ADV_SET_CONFIGURE response...
We have a custom board with nrf51822 chipset, and we need to implement the firmware update process, which can support both over-the-air and uart type firmware update.
1...
Hi, we are contemplating moving an existing application to a nordic chip, the nRF52832.
https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf
Our previous CPU uses...
I'm in the process of implementing a custom layer above ESB in order to allow more than 8 devices to communicate with a receiver (By tagging packets with a device ID)
I...
I used nRF52 SDK V15 and tried to load the sample BLE HID apps into the nRF52-DK Development Board.
I tested both ble_app_hids_keyboard and ble_app_hids_mouse. Both apps...
We have exiting BLE 4.0 device, which should be updated to the mesh. nRF52832
In the DFU for BLE4.0 you could update the booltoader and the softdevice with one update, with...
Hi All,
I am working on fatfs example from sdk 12.2.0 on pca10040, nrf52 dk, nrf52832. And i did not change anything in the code but it seems that my sd card is not getting...
I started with the template app and added BLE services, and I'm continuing by adding a TWI sensor (I2C). I know there is a TWI_sensor example, but I already had some working...
Dear All,
I am working with nRF52840 product. According to my scenario i have 1central unit(master) and up to 19 peripheral unit(slave).
I downloaded SDK 15.3.0 ble_central...
Hello, I am evaluating ways to enter the DFU mode when application is corrupted (i.e. it does not reach the code for entering bootloader).
The documentation states that...
Hi
I'm working on a IoT solution with a small circular board, 26mm in diameter. I was suggested by Johanson to use the 2450AT18D0100 antenna and a lowpass filter designed...
Hi,
I am new to this nrf development, I have been working on the SDK 15.1 on the nrf52832, with softdevice 6.1. I found these examples in the SDK very helpful. I have to...
Hi,
I am planning to send an analog signal to the nrf52840 dongle pin and send it through bluetooth to mobile app. I am thinking of merging ble_app_rscs and saadc together...