Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
We have a requirement to not exceed 63 mW of WiFi Tx power at any time for any band (2.4 or 5 GHz) . There is a statement about changing Tx power is not supported. Can...
Hi, We are currently migrating our project, originally developed with NCS version 1.8.0, to the latest NCS 2.7.0, while incorporating MCUboot for both of them. During this...
Hello,
I am encountering an issue with the nrfutil settings generate command. Each time the command is executed with the exact same parameters, the resulting settings.hex...
SoC: nrf52840
SDK: OpenConnect 2.4.4
I have been developing an ambient noise system using I2C microphone, nrf52840 and Zigbee networks for some time. The firmare reads...
Hi,
Is nRF52811 / S140 capable of simultaneously being in peripheral (connected slave) and central (connected master) mode like described in this blog post https://jimmywongiot...
I’m working with the nRF5340 and nNF Connect SDK 2.6.1. I’m encountering an issue where, after a central device (e.g. an Android phone) forgets a bonded peripheral device...
There was a previous discussion about the option to disable/enable slave latency a few years ago:
Did this ever get implemented? Specifically interested in the feature when...
SDK: 2.6.1
I needed to add a single wire support to our device recently and I did that by using two pins TX/RX shorted and UART. It works, but current consumption sky rockets...
Hi all
How would I be able to generate and view the calculated hash that i get while using the dfu library? Is there an easy way. I'm hoping to generate one single hash...
I am looking for the code example of how to setup A-GPS/A-GNSS on a nrf9160 dk, but I am not able to find one. I am only able to find these links:
https://developer.nordicsemi...
Hi everyone, I'm encountering an issue with MCUboot on NCS 2.7.0 and my custom board based on the nRF52840. The bootloader was functioning correctly with NCS 2.4.0, but now...
Hello,
I'm using nor flash with qspi as an external storage.
I'm facing problem where i can have different NOR Flash chips (with different jedec-id). Is there a way to...
I am testing ble_app_hid_keybpard of SDK17.1.0 using nRF52-DK board. After running, if BLE connection is not made, it enters Sleep_Mode after slow advertise. At this time...
I am working with the "TF-M secure peripheral partition" sample project ( nRF5340DK, NCS v2.5.0, nrf/samples/tfm/tfm_secure_peripheral ), and modifying it as necessary to...
Hi
I want transfer 200+ KB file from master to sleave , Is there any dedicated service for file transfer in BLE.
or
what could be the best way to transfer 200kb size...