Hi,
I have an issue with VS code. The connected devices does not show my jlink debugger nor the DK. However, nrf connect desktop programmer shows them.
Toolchain: v2.6...
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...
Hi,
I am new to ble stuff. I want to write a hex value (0403FEA27469) to a characteristic on the heartrate device.
Following is what I have done so far.
Can anyone...
I am trying to send some data between devices using the micro esb library while still running the BLE peripheral stack. My code is based on the sample nr51-micro-esb. Are...
I was using TIMER1 PPI and GPIOTE to setup a PWM signal on a GPIO line. This PWM will start and stop after 1 seconds. I used led.c to based my code. I was starting the Timer1...
Hi,
I'm having a hard time figuring out how to load and store application context from the device manager without being connected to a peripheral.
According to the device_manager...
hi all:
how to use sd_ble_gattc_relationships_discover to discover att handle?
as my question Use Nordic BTLE Soc with other Vendor BTLE Compatibility
i found this...
I tried to run s130 example.
For using with pca 10005 on nrf6310 I changed settings like following.
In symbol set from PCA10001 to PCA10005.
In board_config...
I would like to ask you some questions on nRF51822 Hardware:
From nRF51822 datasheet, a 16M or 32M external clock is needed, now if we have one 26M TCXO is available...
Hi
Maybe you can help me.
I'm trying to get Device Manager to work, but I'm having several problems. Although the Device Manager is being correctly initialized and the...
Hi, I am developing a project under Eclipse Kepler & Mac OS X;
The project
When i debug, and set a breakpoint in the main.c, I got this message:
Then after Steping...
hi, i'm new in nrf module, i use nrf51822, i'm totly confuse what voltage that i should apply on DCC pin? if i want use internal dc/dc than what the voltage and if i use LDO...
after setting BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM, I getting BLE_GAP_EVT_SEC_INFO_REQUEST event,
I am using same code as the sample:
case BLE_GAP_EVT_SEC_INFO_REQUEST...
Hi
I am using v6.0.0 softdevice S110 and SDK 5.1.0
In nrf_soc.h the function sd_temp_get() is defined.
The comments there say ..
"p_temp Result of temperature measurement...
Hi,
I use ble_s110_serialization sample code.
I try to notification many 20bytes(total 5KBytes) to my phone, I add some code in ble_app_hrs.
I follow this link to...