These seems like another dumb question. First off, I am aware that the nrf21540DK is the nrf52840 with the FEM tacked on the output.
I know I can select the nrf21530DK/nrf52840...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hello,
We have an nrf5340 custom board and during frequent BLE connections/disconnections sometimes it seems the netcore gets stuck. We are connecting to an iOS app and...
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,
I am using nrf51422 dk board using sdk 12.3 and soft device s130 in keil5 ide. In our project i am using nrf51422 board as central and other controller Bluetooth board...
Hello,
I'd like to evaluate the Rust HAL for the nrf52 family of devices. But before that I was asked to inquire about the stage of development of the HAL and the support...
I am experiencing an issue with the nRF52840 dongle and programming UART pins. First off, I have developed my application on the nRF52 DK and it works fine and now I am programming...
Hi , I need use the DFU ble without have to generate a packet with the nRFutil. I wan't put a open bootloader on the board, don't need to be secure just easy and fast. But...
I am trying to find the hardware datasheet for the speaker on the Nordic Thingy 52 - can someone help point me towards it?
My end goal is to learn about the characteristics...
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...