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...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Hi,
I'm using nrf_serial to configure and then read data from a GPS engine, but I am getting unrecoverable OVERRUN errors on start-up if the GPS device is sending data when...
Hello
the setup is a nrf52840, the sdk15.3, Softdevice s140, apps: open bootloader and blinky app
Is there a way that the DFU mode is always there, at the moment its only...
Hi,
We are in the HW verification stage of a product with an nRF52 series MCU. We were easily able to measure the 32MHz XTAL accuracy using the buffered output feature;...
Hello, Dear Support!
From the DevZone I downloaded ntf5-multilink-example-master. Here . Thanks for developers. The solution in SES was built and uploaded without any troubles...
I am using 'Segger Embedded Studio'. While changing the settings of a project in options, why we select Private Configurations (common)? I have seen this procedure in many...
Hi,I had a new project base on nRF52810. I watnted to created a timer, but the note mentioned " increase the value of the macro APP_TIMER_MAX_TIMERS by one ".I couldn't find...
Hi,
is nRF9160 SiP comes with eSIM? or do I need to insert external SIM in socket which is traditional method?
Do I need to external chip antenna? does that antenna...
Hi:
Because our project using much nRF pin resources, we have to use the defualt function NFC pins (P0.09 and P0.10).we want to set these two pins as uart function ,but...
Hi everyone,
I m nRF52 beginner and trying to understand that functions.
I have the few of qustions about DFU.
1. Is it that the mean of DFU equels "OTA DFU" referred...
I'm looking for a way to reliably determine (from the applications viewpoint) if a notification was successfully transmitted. Currently, we're having some issues when the...
Hello,
I am new to nrF52 480 chip. I am working on SDK15.3.0_59ac345's beacon code but have no result in the attempt to add device name to the existing beacon example. ...
Hey guys. I was working on a PCA10059 dongle. Now, I need to select suitable NRF52840 module. I know that there are some changes required in the code when I use module like...
Good morning,
In order to save some user data in flash, I want to fix page size to 32 bytes. It will be more useful for me, and it will be easier according to my project...
I've been playing around with the UART drivers on SDK 15.2. No issues with the Legacy (w/DMA) however I've tried switching over the NRFX_UARTE driver and I can't get the driver...
Hi,
Our device is based on nRF52840 SDK 15.0.0
The device verifies signature of incoming messages (which were sent over BLE from PC application) using ECDSA with spec256r1...