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...
Does anyone know of an off-the-shelf hardware and software that will let me read and write nRF52832 devices that are using the NFC Type 4 Library? We've tried the ACS ACR1252...
Materials publicly available say the chip works from 3.1 volts.
But is this the absolute minimum voltage or will it be possible to use also LiFePO4 battery cells with the...
I'm trying to set PWR_UP bit to 1 for the device to go into standby-I mode using STM32F103RBT6 and HAL libraries.
I send (0x20 | 0x00) command (write_reg | config reg)...
I'm trying to compile the S332 example project ble_ant_app_hrm_pca10040_s332.uvprojx. I'm using the V12 SDK and Keil uVision V5. When I try to compile I get an error saying...
Starting with "Development with GCC and Eclipse", I've gotten "blinky" to run on my BLE400 with an nrf58122 using Eclipse Oxygen. I think I'm using SDK12.3 . I started with...
pca10040 S132 5.1.0
if i run only a single nrf nus service (rx and tx) at 4 k bytes / sec both directions, how much load would this put on the 52832
the test is assuming...
Hi,
I'm connecting two I2C modules : MAX30102 and MPU-9250
I can individually communicate with either of these modules and they work okay. But if I connect both of them...
Hi Nordic,
I noticed that both Write Without Response(write_wo_resp) and Write(write) can be enabled at the same time when add a characteristic. I know it means both types...
HI all:
If the iphone saved is English name i can parse it out, But if the save is a Chinese name I don't know what is to use the utf-8 encoding and unicode, who has successfully...
Hi,
i defined spis rx and tx buffer length at:
#define HUB_SPIS_RECV_BUFF_SIZE 1024
#define HUB_SPIS_SEND_BUFF_SIZE 1024
because the rx data length will be vary...
Hello nordic
I use ble to create custom services, I want to create an embedded system that can create and send and receive data. I am using sdk version 14.2.0 and what...
Hi,
Im currently designing a custom pcb using nrf52 reference design available here . In my design, I have to connect the ground of two analog signals to VSS of nrf52832...
I tried Blinky blank application on PCA10040 by IAR. By pressing "Download and debug", everything is fine, I added RTT debugging information and can see it from RTT viewer...
I Have an issue trying to flash a nrf52832 custom board.
Something extrange happens because when I download an example from keil that blink a led(gpiote_pca1036(nrf52 PCA10036...