Hello,
I'm measuring current at the Vbmd jumper for the BMD-350 Eval Board. I'm able to measure 0.9uA running this code:
in the boot immediately after programming...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I opened up the nRF Connect for Desktop application and noticed a new version for the SDK , 3.0.0. I also noticed that the application is being deprecated.
Inside of Visual...
Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
Hello Everyone,
I try to develop Nuvoton + NRF24L01 SPI communicate each other. And I don't understand why MISO bus has 0x0E after I send Write_Command 0x20?
void NRF24_AdressTX...
Where can I get a copy of the nRF52 Reference Manual?
The nRF51 Reference Manual is here:
www.nordicsemi.com/.../nRF51_Series_Reference_manual v3.0.pdf
Where can I...
i am programming nrf-51 dk's program.
i have to get data from sensor, so i am studying example code which is twi_sensor.
i don't know well these function.
nrf_drv_twi_tx...
[hide preview]
.
I am looking for a detailed description of the Memory Protection Unit for the nRF51822 as described at a high level in nRF51822_PS v3.1.pdf.
I know...
Dears,
I have tried the example code of PWM function at nRF52 DK(PCA10040).
It worked with a 2V DC level. Is there any mistakes or something wrong? Why a DC level...
I use the SDK v11.0 alpha, the S130 with my USB-dongle(NRF51422).
I use the low_power_pwm to initialize 4 different PWMs. I used the Example low_power_pwm_s130_pca10031...
Hi,
I have a problem with pwm,
I am using keil uvision 5.17, SDK 9.0.0, SD 130, nRF 51822.
I have programmed the code which can control servo motor(SG90) by smartphone...
I'v read the Arduino SDK for nRF8001 (and Poring ACI to any other microcontroller)
some questions:
1)the source code is complicated and there is'nt enough comment on that...
Not sure if forums or MyPage support requests are better for this.
It seems NRF_LOG has taken a step backward from what was used in the previous nRF52 0.9.2 SDK. What I...
hello there . i want to get i2c data on ble advertising packet
int main(void)
{
uint32_t err_code;
bool erase_bonds;
ret_code_t ret_code;
int16_t x_val;
int16_t...
Hi, I have PCA10036 board v1.0.0 and I would like to run sample projects from nRF5_IoT_SDK_v0.9.x that are by default designed for PCA10040. Do I need to make any changes...
hi. I want to work with nRF8001 by STM32F103 family from ST.( www.st.com/.../LN1565) is there any one who develop a project with STM32F103 by using STM32CubeF1 ( www.st.com...
hi,
i am using nrf51822 s110 sdv 7.1.0,when i upgrade the soft device, application and boot loader(create .zip) using the nRF toolbox application. application shows me...
Hi there! I got nRF 51 DK and nRF 51 dongle. and i want to make a bluetooth connection and transmission between nRF 51 DK board and raspberry pi.
here's the question. I...