The docu page for the nRF9151
https://docs.nordicsemi.com/bundle/ps_nrf9151/page/ip/radio_lte/doc/frontpage.html
contains a link to
docs.nordicsemi.com/.../intro_nrf9160...
Hello,
I want to utilize two units of nRF7002-DK I have, to evaluate LE bluetooth link between the nRF5340 SoCs. I need access to define CIG and CIS between the two SoCs...
Hello. I'm trying to run a sample with sending data via Lora. I'm using llcc68 but as I read in previous threads, the code for sx1262 should work on my chip.
Here is my...
I am using download_client library in C++ project. I have to include coap.h but when I compile I get this error:
C:/ncs/v2.7.0/zephyr/include/zephyr/net/coap.h:744:16: error...
I’ve been working on creating a C++ application based on the NUS example, but I’m encountering an error. I’ve attached my application below. All I did was enable CONFIG_CPLUSPLUS...
I been trying to figure this out but to no avail. I get these errors on build.
:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi...
I'm running SDK 2.8 and 2.8 Toolchain. I created the sysbuild.conf setting:
SB_CONFIG_BOOTLOADER_MCUBOOT=y
and put it in the application folder (per this support request...
Dear everyone:
Now,I have a project which use Nordic product solution to developemnt.
And , We need your company to provide some information and solution.
(like,have...
What is the maximum value of RSSI parameter for nrf_gzll_device_tx_info_t structure?
I have done a test on RSSI parameter value return in nrf_gzll_device_tx_success callback...
Hi Nordic
I don't fully understand the drive settings for the GPIO. For example S0H1 means when the pin is CLEARED, it will use standard drive (can sink 0.5mA) and when...
Hi there,
i was trying to implement a firmware for a small device using the nRF8001 only in broadcasting mode.
So far, everything works fine. But one thing mentioned...
I'm happy with the status of my app on the evaluation board and I'm ready to start downloading it to my target board. I plugged the Segger J-Link Lite CortexM board into one...
I'm looking into the service creation portion of BLE, and I've made it pretty far. But one problem that I'm running into is sending more than 8 bits of data at a time back...
Now I am doing the BP by using the "ble_app_bps" project. I find it still advertising after connecting to the master,so the power consumption is high.So I wanth to use the...
The nRF8001 provides pipes to the Characteristics on the local GATT Server and the remote GATT server. How is this different from the handles of Attributes.
The setup for the nRF8001 that is generated by the nRFgo studio can be placed in NV-RAM or the RAM of the nRF8001. Is it possible to put a new Setup in the NV-RAM or put in...
We have some profiles that has power saving modes that changes the advertisement parameters while running. We want to change the advertising parameters from the application...
The Master Control Panel uses the PCA10000 board loaded with a ME (Master Emulator?) firmware.
Is it possible to get the source code to this firmware in order to make your...