Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
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...
With conventional python virtual environment and Zephyr west, things seems to work well. I decided to give it a try to nRF Connect for VSCode and I observed that it not use...