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...
Hi,
In our devices, we use an NRF51422 chip.
In our software we use the S210 v3.0 version of the ANT softdevice. I am trying to find the anomaly list of this ANT softdevice...
I am currently trying to get LLEXTs to work on the nRF5340 Audio DK. I was able to compile an llext and load it successfully, using the cmake features, However, I would like...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
The nRF52 SDK ANT example "ant_scan_and_forward/" configures a device linit of (16-1)=15 in this line:
// Public Definitions #define MAX_DEVICES ((uint8_t) 16) /**< Maximum...
On nrf52832 and nRF5 Mesh1.0.0
When running idle state(not RX/TX), current comsumption is over 400uA.
And every 100ms, CPU is wake up.(small working.)
What happen...
Hello! I am using application that support ANT+ and BLE, so i am using s332 softdevice. now I want to add BLE bootloader feature. (send .bin via BLE). but in SDK v13.0.0-1...
Hello.
Which application can I use to monitor and configure a smart wristband with nRF52832? I would like to check its firmware, update it and see all the info about the...
Hello. I've got issue with TWI and power down mode. I modificated "ble_app_bps" example, prepared own service and characteristic and I added BME280 sensor. And almost everything...
Dear Nordic guy, I'm developing with nrf51822(6.0 stack binary and 5.0 sdk)
I have one question regarding clock.
As I know,automatically,stack go to the sleep mode(HF clock...
Dear Nordic guy, I'm developing with nrf51822(6.0 stack binary and 5.0 sdk)
I have one question regarding clock.
As I know,automatically,stack go to the sleep mode(HF clock...
Hi,
I am trying to alter ANT/BLE relay example to work with multiple ANT+ channels (HRM and BSC), but the program resets after ant_xxx_disp_init() step for the second...
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));...