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 all,
I'm working with my custom nRF9151 board and i'm testing https request with option that use native TLS for my download client.
I got connect err = 22, so i come...
Hello,
i am currently trying to build a minimal firmware for the nRF5340 on the Thingy:91x. Unfortunately my build failles to link zephyr/zephyr_pre0.elf:
My suspicion...
Hi,
Could anyone give some advice how can I let 51822 works in RFID mode.
Can RFID work together with BLE? Or is there anoter HAL support like Softdevice? Where can...
Interrupt_Sleep.txt
Currently, I'm trying to use external interrupt that generated by ADXL345 to wake up the nrf51822 after sleep but not working as i want. Kindly check...
I'm had develloped some software and tested it on the nRF51-DK.
After that I made my own PCB design where only the nRF51422 is replaced by a nRF51822.
When I flash both...
I have a legacy RN42 BT2.1+EDR running in a system as the network master that I need to connect/pair with a nRF51422 BLE dev kit, and am having problems.
The BLE just doesn...
HI All,
I tried to migrate from nRF51_SDK_10.0.0_dc26b5e to nRF5_SDK_11.0.0-2.alpha_bc3f6a0
my migrated ble_stack_init:
static void ble_stack_init(void)
{
uint32_t...
I will try to use the s110 8.0.0
But I can not find the sdk installer from the website.
Three months ago, when I visited the website, there is a SDK 6.xx.xx Installer...
Hi.
I'm currently receiving advertisement packet from beacon scanner app. (nrf51822)
(ble_peripheral/experimental_ble_app_multiactivity_beacon/hrs_scanner)
I tried...
Hi, I am here in the use of Flash memory data when there is a strange question to consult.
Due to my side of the application, you need to enter each case sd_power_system_off...
Using nRF51 SDK 10.0, it seems like many debug prints are incorrect, triggering a GCC format warning resulting in a compilation error with -Wall turned on.
A workaround is...
I'm using a custom designed PCB around the NRF51822 that broadcasts accelerometer readouts on a characteristic.
The application is based on s110 uart example and has been...
i wantto compile ''ble_app_hrs_c'' from sdk
but it always show up likes
" C:\Program Files\CodeBlocks\MinGW\include\SDK 7.2\examples\ble_central\ble_app_hrs_c\main.c|19...
keil use pclint, it will give lots of info message or warning message.what 's the best configuration to filter these info message ?? just display the error or warning message...
Hi
I'm trying to test UART over BLE using A custom board with a nRF51822,S110_NRF51822_7.1.0
SDK 6_1_1, Code is Github "NordicSemiconductor/nRF51-ble-app-uart-static-passkey...