I just obtained a PPK2. Nice to see an ARM native installer for nRF Connect on MacOS.
However, for the PPK2, only "Not supported yet" is displayed.
MacOS version is 14...
I am receiving the above error when trying to create a destination under "Device Management -> Message Routing Service -> Add Destination". There is no further indication...
NPM2100 EK CONNECTION
Can I connect The NPM2100 EK with NRF52 DK? If so..... 1. How do I physically do this? 2. Can I program the NPM2100 EK to send Voltage Supply of 1...
I'm trying to convert some code from ESP32 to nRF, and I'm having problems with the microphone input. Mind you, I'm a beginner with nRF, so I'm sure I'm missing something...
Hi,
I got my hardware modification which added the nRF21540 to our system more or less running under NCS v2.9.0.
Currently, I have the following FEM and antenna configuration...
I'm encountering a blocking issue when trying to create a new board using the NCS Board Wizard in VS Code with Nordic Connect SDK v3.0.0. After filling in valid inputs and...
Hai
i am able to store one array in flash memmory of nrf51822. but i need to save more than one set of data into flash and retrieve it separately.
how can i save more...
Hello Everyone
Is there any example code which uses indication property. Application nAn-36 uses notification property and as far as i read and understood about indication...
Solved: Well, turns out delay and SCK doesnt work well together haha. I imagined the sck signal to be a background thread of some sort. I was wrong.
Hi guys,
at the...
HI, I have actually couple of (connected) questions,
Can a phone (v4.2 bluetooth) connect to a nrf52840 board that uses 5v bluetooth?
How many (BLE) connections...
Hi !
I just got my new boards with the NRF52 CPU.
When i burn the firmware that worked on the PCA10040 evk it works but on my hardware it resets immidiatly.
On my...
Is there a UART bootloader available for nRF52840? Doesn't have to be secure.
Already searched in SDK 12.2 and 13 alpha, with no success.
Thanks for your help!
I installed the latest JFlash (6.12d) from Segger's site, and it updated the JLink firmware.
However when I try to program the hex files downloaded from www.nordicsemi...
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_DIFFERENTIAL does not set the .burst field in the nrf_saadc_channel_config_t structure.
The macro NRF_DRV_SAADC_DEFAULT_CHANNEL_CONFIG_SE...
The app_fifo support e.g. in SDK 12.1.0, appears to have a serious problem when the read_pos/write_pos values wrap. i.e. when the fifo has been used over a period of time...
I have BLE400 extended board for nrf5. It has cp2102 on board from Silicon Labs. I installed drivers for mac and can see NRF_LOG_INFO via terminal. It would be great to have...
i am using nrf52840 with sdk 13.0.0-1.alpha. I want to boot the application from bootloader but by
using UART as a transport layer.
Would you plz help me?
I found end of address of fstorage from macro of "#define FS_PAGE_END_ADDR (fs_flash_page_end_addr())". But I want to change the start address of fstorage. Which macro or...
I have multiple GPIOs that are configured to use GPIOTE in my application. When one of these GPIOs is in the active state I start timer. Once the timer expires I want to enter...