I recently received a nRF9151-DK and try running example "hello_dect".
Apart from setting the CARRIER in "Kconfig" to "1" i did no changes to the code.
Building and...
Dear Nordic Team,
I want to connect my nRF9160DK board to my nRF7002DK board and get a wi-fi location. I've followed samples/cellular/nrf_cloud_multi_service as sample...
Hi, I am using nRF52840DK SDK 2.5.0 for testing Zigbee. I have three boards of this type, for the coordinator, router and end device.
For testing I use the end device I...
Dear,
We are using the nRF52840 with a proprietary protocol.
We plan to use the nRF52840 to sniff/poll RSSI on different (5/6) channels on periodic time (typ ~100 us)...
Hello,
I am looking for information to be able to process CI/CD automatic tests for an nRF5340 project.
I mean compilation of the project, and simple tests by using GitLab...
Hello,
I am working on a custom Agora board that includes a BT40 module with an nRF5340 MCU. I am trying to enable the MCUboot bootloader by setting CONFIG_BOOTLOADER_MCUBOOT...
Using v2.8.0-rc2 as v2.7.0 doesn't support the SCRATCH partition.
I am not able to enable BOOT_ECDSA_TINYCRYPT (required for Image Encryption).
I suspect this is because...
Hello, I'm fairly new to embedded software. I'm trying to flash the ble_app_uart program from the command line (windows 10 / nRF5_sdk_15.3.0_59ac345 / nRF52840 / Eclipse IDE...
Dears,
I have bought nRF24L01 transceiver module and I am trying to interface with Desktop directly but connected MAX232 between. But I am not able to communicate with my...
I am trying to use functions of ecdh example in my softdevice based project.
key generator function you see below crashes my application. Firstly I have tried to debug...
Hi,
I'm trying to setup ECDH between a JS based platform and the Nordic NRF series.
What I need to do is to import the raw public key from the keypair generated in the...
As a quick and dirty way to test throughput, I am sending non-confirm-able coap POSTs to my coap server and time stamping them.
Only 3 packets per second get sent. The other...
As per the example, HTS only the "indicate" property is mandatory. But, I want to use Notify and Read property. The example suggests using the intermediate temperature in...
nRF9160 is scanning and but not latching to the network.
using "AT+COPS=1,2,"number"" to latch and it is not registering.
Verified the logs in server and nRF9160 dev kit...
I am trying to run program to nRF51822. I am using J-Link Lite CortexM debugger.
When I rebuid an example on Keil5 there is no error and warning. But when I try to erase...
Hi
I'm really new in this field, I just had the nrf52 DK. Our team has a mature product but we want a Bluetooth feature on it. I know Nordic chip works as MCU+bluetooth...
I'm developing a device using mqtt+tls referring the link here.
https://devzone.nordicsemi.com/f/nordic-q-a/48407/how-to-use-mqtt-tls-in-nrf9160
When I add CONFIG_NEWLIB_LIBC...
How can I add security middleware, between connection request device and my connectable device.
I want to that if one device sent connection request to my device, I want...
Hi, I am evaluating two nRF52832 boards with a PCA10040. I am using the SDK examples Central and Peripheral to talk to each other on Tera Term. I am using the "send file"...
Hi,
We have implemented the reference design of the NRF24L01+. Our tests results in a low range (about 6 meters), we excepted a multiple of that (about 1 kilometer).
I...
We have connected a 50 Ohm Antenna with NRF52832-QFAA-R7, but we tested and found the antenna signal is weak. Could anyone help to provide some proposals for how to improve...
Hi,
I have a STM32 MCU and I want to flash this MCU by using an nRF52840. The two chips will be connected by UART.
From where I need to start, and what is the most easiest...