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...
nRF52840 using Zephyr 2.0.0
We currently have a system that after we are running can drop to 20uA. However, on boot, we draw something like 5-7mA. This large on boot current...
I work on a project with nRF52833 ( NRF Connect v3.0.2 currently) and I have to use an external AT45DB641E flash chip connected over SPI .
The external flash will be mainly...
example: ncs/v3.0.1/find my/pair before use I want to implement the ptx and prx of the ESB in the find my example "pair before use". That is, how do I operate when both BLE...
In our application we need a PPS signal even when LTE is enabled (and GNSS is disabled). The GNSS API gives some encouraging PPS info, stating " GNSS only starts giving pulses...
The current specifications (v0.8) for the nRF54L series of parts provide very little information about the input impedance of the SAADC peripheral. There are no values specified...
We are currently facing a troublesome issue: we need to send 242-byte data packets at a fixed 3ms interval. We connected an LED light after the data transmission module to...
Dear Nordic Support Team,
I hope this email finds you well.
I am writing to seek your assistance with a build issue I have encountered while using the nRF Connect SDK...
Hello,
I have already implement the RSSI2 monitoring where I get the RSSI2 value with each successfully received packet via pcd-callback and its attached nrf_modem_dect_phy_pdc_event...
The app can work well in nrf52810 QFN48,it can't work as design in QFN32.
I have created my module with nrf52810 QFN32, loaded softdevice,loaded app,enter debug mode with...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
Hello,
I am building my own board with the nRF9151. I see that it can do SPI, but it does not say what pins are SPI capable. As the chip is a SoC (or CiP), can I use any...
Looking at the datasheet for the nrf54h20 it lists GPIO port P9 as Slow and Analog.
However, in the pin mapping, it also says SPIM130 and SPIM131 are available on port...
Hello,
We are trying to run 802.15.4 alongside our BLE Mesh network on the nRF54L15.
However whenever compiling with CONFIG_NRF_802154_RADIO_DRIVER =y, we run into the...
Our peripheral medical product, based on the nRF5340, is designed to pair and bond with both PC and mobile devices via Bluetooth Low Energy (BLE).
I've implemented BLE Security...