Hello,
I am trying to play the AT45 DataFlash driver by directly copying the sample code from nRF connect SDK v2.9.1 (C:\ncs\v2.9.1\zephyr\samples\drivers\spi_flash_at45...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
Hello,
I was given an existing code with a possible bug in it relating to RAM retention and I'm trying to make sense of what I'm seeing. I am using NRF52832 with SDK 17...
Hello everyone!
I have a question about flashing firmware to a PCBA with the nRF54 and nRF91, or any dual MCU board in general.
When looking at the Thingy91(x) this...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
I am trying to create a partition on mx25r64 using partition manager on my nrf52840dk. Below is my overlay file
Below is my prj.conf file
Below is my pm_static.yml file...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Hello,
I would like to use app timer based on RTC1 in order to wake up the MCU every X sec. The app timer seems to work correctly when the MCU is working. I use the following...
Hi everyone,
We are developing with Nrf52 and it's been a bit of a manual process for us to test our code, we use makefile so we were able to create a clunky system to...
I might need to use SPI and I2C simultaneously in a design, due to the fact that one of the components is only available in an I2C version.
Can the nRF52840 be configured...
Hi
We exposed NFC Type 2 functionality in our nrf52 a while back. Then the NFC SDK got refactored and I had to refactor my code to suite.
Now I am trying to enhance my...
Hi,
We would like to protect our product from people accessing the device via J-Link. We build our application with FreeRTOS. Can we follow this to set it before I start...
Hello,
I want to change data channels after provisioning, I follow devzone.nordicsemi.com/.../ here.
To set,
memset(&new_opt_config, 0, sizeof(new_opt_config));...
Hello Sir,
I am using nRf52832 s132, i want to write program which is automatically ON from sleep mode and after few second it will go system off mode for 1hr.
How i can...
Hi,..My device generated PWM square waves. I can program the frequencies and delays that is desired. but how to modulate current as per our requirement. I need the current...
Hello, I have recently bought a couple of boards from eBay that come with the nRF58232:
https://www.ebay.com/itm/Wireless-Bluetooth-Transceiver-Module-NRF52832-Development...
hi guys,
Can you please tell me what is happening when a smart phone trying to connect to nrf51822? Any event I could use? Would the connecting process has any impact on...
Hi,
I've just got my hands on this amazing little thing call Thingy 52. I have played around with the default app but now I'm struggling with flashing a custom firmware...
Hello,
I am trying to setup two Thingys with my node-red system and i have ran into some problems. The thingys respond to normal command line tools like gatttool, btmgmt...
Hi All,
I am new to Nordic microcontrollers. I am using keil uvision MDK lite version. After I have uploaded a source code and when i am trying to compile. I am getting...
Hello,
I am starting a new thread concerning the two messages that I have posted about generating a 4MHz clock on nRF52832. I am using the nRF5_SDK_14.2.0_17b948a SDK. ...
Hi,
if I correct understood DFU process first of all it need to send "Init packet" and after that it need to send FW image. And for that reason in DFU packages is 3 files...