I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hi,
I'm developing a custom MBR/bootloader for NRF52811 which is used as a second/radio MCU on the board. The MCU will need to run applications with and without the softdevice...
Hello,
I see that the nRF54L15 recently had a datasheet released at v1.0. Is there any difference between this and the preliminary v0.9 datasheet? I cannot seem to find...
Hi,
SDK 3.0.2, nrf9160 (actinius icarus som), custom board, based on modules example. LTE-M with PSM.
Floor current is too high, at around 500 uA. There is a known issue...
Hi,
I am looking to create use a pm_static.yml to create a partition table for MCUBoot, which have the internal flash as the primary boot partition and the external SPI...
I get this error after creating a custom board
C:/ncs/v3.1.0/nrf/subsys/mpsl/init/mpsl_init.c: In function 'm_config_clock_source_get': C:/ncs/v3.1.0/nrf/subsys/mpsl/init...
I'm attempting to put together an application using the baremetal version of NCS just released... I need these to run DFU over BLE so we can update in the field.
I created...
Hello,
I am experiencing a recurring issue when programming multiple nRF52840 boards using the nRF Programmer.
Problem description: When programming the first board...
Hello, I have a pin that controls the power flow to the sensors on my board. it is active low, when it gets a raw value of 0, it allows the power flow to the sensors. I have...
I have just upgraded my project to NCS 3.1.0 and I'm now getting this error
BOOT_SWAP_USING_MOVE (defined at C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/Kconfig:575) set...
Hello there,
I'm designing a set of devices composed of a remote and 2 peripheral. The remote's job is to be connected to the 2 peripherals as a central and occasionnaly...
Hi, I am working on storing data in the Trusted Zone using the PSA APIs.
I tried the Protected Storage (PS) example. When I store data using psa_ps_set() and then read the...
I am updating our automation software for programming Thingy 91 and trying to communicate to ModemShellRtt using python. In my test program attached, I would only like to...
Hi all,
I am working on a project to remotely control iPhone cameras via Bluetooth. I can already emulate the shutter button using the Volume Up command (0xE9). However...
Is it necessary to Update nRF SDk and Toolchain each time a new version comes, can't I use one version constantly. As with each update some libraries are getting removed or...