This sounds like a stupid question... but I would like to clarify if this pin is an input or output. I think it's power in but want to make 100% sure as I'm spinning a PCB...
We are currently adding the nRF21540 to our nRF5340 based product to increase our communication range. More precisely: We are switching from Fanstel BT40 to BT40N. We have...
Dear DevZone,
While reviewing the implementation of x509_crt_verify_chain() in C:\ncs\v2.9.1\modules\crypto\mbedtls\library\x509_crt.c , I noticed that certificate expiration...
hello everyone ...I am working on a project that uses the nRF52840 IC. I would like to implement a power-down mode to reduce power consumption. In my project, I am using BLE...
Hello,
I'm working on developing a driver for the AD4130 ADC in Zephyr and I'm facing issues related to the device tree binding integration. Specifically, it seems the chain...
Hi support
We are considering connecting eMMC 5.1 ( FLEXXON eMMC 5.1 MLC (XTRA III 100ball). SPEC V1.4 (2).pdf ) to an nrf5340 device.
I understand that Zephyr 3.3.0 includes...
Hi,
my question is related to this question:
devzone.nordicsemi.com/.../
Erasing Flash pages takes a pretty long time (and the CPU is blocked during this time). For...
Hi,
I use NRF51822 QFAC chip, SDK is 8.1.1, soft device is S110. The base project is ble_app_uart. Now I want to add OTA DFU into my project. But I don't know how to start...
Hey together,
I'm using the GPREGRET register at the nrf52832 to determine how the module should start up after an off mode reset. Thus I set a predefined bit in the GPREGRET...
I have been working on the multilink example lately (version: 8.0), I have identified the function to send data on the peripheral part, it is sd_ble_gatts_hvx(), but I'm having...
hello ,
my IDE is keil and the sdk is nRF51_SDK_10. i know the system is 16M frequency,but now i only have 32M crystal.How can i change the sdk if i wang to run the system...
hello , Nordic Engineers. my IDE is keil and the sdk is nRF51_SDK_10 and s110_nrf51_8.0.0_softdevice.hex. The project is "C:\Users\robben\Desktop\nRF51_SDK_10\nRF51_SDK_10...
Hi,
I am trying to load hex file over the air for nordic but I am getting error as master emulator installation not found. Please suggest. I am using MCP of version 3.10...
hello i want To use mbed for nrf51 dk. i used this link developer.mbed.org/.../ . i am following steps but i can't copy hex file into bootloader. i got error message "There...
Hi,all
my question is in the title.
i am making a project like NUS (sample in SDK).
i found that during the data transmission Situation,the write without response...
Hello,
I was using Nordic's Master Control Panel for a while to upload firmware to my nrf51822 BLE beacon for a while and now I want to move one step further. I want my...
HI,
In the BLE Spectification, both of the inquire and scan can find out the advertising slave role device.
what's the difference between them?
And Is it true that...
I am trying to emulate the case where a scanned peripheral goes offline before the connection was issued by the user by calling sd_ble_gap_connect() with a completely made...
Hi, Guys,
I have occured a wired thing. I use NRF51822 with softdevice S130 to do a BLE project. I use both spi and twi to get information from sensor(I use spi0 and twi1...