I am testing out the Bluetooth Channel sounding sample with the nRF54L15-dk board using the samples of Channel sounding Initiator with ranging requester. How to change the...
Hi,
we are using the nrf9160 on an addon-pcb as serial LTE-M/NB-IoT modem for our gateway. The host controller is running vanilla Zephyr.
Can someone tell me if I'm wrong...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Hi,
I am using an nrf5340DK + nrf7002EK. i am able to run an example helloworld application with an immutable bootloader and mcuboot as platform bootloader. When i try to...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
NCS 2.7
NRF52840
Building with sysbuild, MCUBOOT, and 2 different applications (mfg and end-user)
My custom board includes a sensor fusion IMU from bosch. The firmware...
The nRF51_reference manual describes the POWER register for the RADIO. Also that when the Power is turned on the Registers are reset. Other peripherals e.g. ECB have POWER...
The PPB sounds like a great piece of technology but i dont see much documentation on how a user can utilize it. For example i collect data from 3 sensors at different rates...
we want to develop Educational toys. the toys is communication with the IOS \ Android APP .when power on ,the toys start to sent the package with a frequency of 200 HZ, and...
what can we do with the SCAN_RSP?I know SCAN_RSP is for more advertising data.Can the scanning side get all of the data which the advertiser did in advertising side?
TKS...
if set breakpoint at DEF(), OK, ABC() can execute.
if set breakpoint at ABC(), then Step(F11) in ABC() -- it's not function call, OK,
if set breakpoint at ABC(), then StepOver...
I'm using simple_uart_init to enable UART I/O from my target. This all works fine but I'm not sure what to do with the UART before I sleep (by calling sd_app_event_wait) so...
Hi Nordic!
I am building a Bluetooth application that uses Alert and Notification Service. We are using Evaluation board PCA10001, our code is based on the example app...
Are there any code examples available that show how to use the ram retention while shutting down the processor to it's lowest power consumption mode? Also does anyone have...
Hi,
I am currently designing a PCB to accept the BGA version of the nrf51822.
The Altium reference designs for the CEAA package (BGA) all include vias directly in the...
Hi,
We have a hardware application that prevents us from using flow control to interface with external hardware. We require the NRF51822 to be able to buffer up to 256...
I have a working design on the nRF51822 Evaluation Kit, and I now need to port that into a module that sits on a custom board. Any recommendations for making this process...
Could someone can tell me what is the difference between BLE_ADVDATA_SHORT_NAME and BLE_ADVDATA_FULL_NAME? I tried BLE_ADVDATA_SHORT_NAME and BLE_ADVDATA_FULL_NAME
advertisement...
I am trying to figure out how interrupts are set up for say a sensor with an interrupt line which signals when new data is ready.
I am assuming you set up a GPIOTE somehow...
I have been looking at the NRF51822 for data logging sensor measurements from the ADC. Currently, I have run into some limitations with iOS and can only get approximately...