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...
I am using "ble_app_hrs_rscs_relay" example and modified it a bit by adding NUS service and FDS. Everything is working fine with mobile app and nrf dongle. How ever when I...
Hello,
I am trying to setup my project's architecture and I am trying to take advantage of some of the awesome libraries in the SDK. I am a bit confused on the differences...
I ran into an issue using RTT on recent SDKs: In SDK15.3 and up RTT stopped working in Segger Embedded Studio. Here's what I found in case others are having the same issue...
Hi,
We are having single Main supply VDD to nRF9160 SoC, which is powering both CoreM33 and Modem.
So this indicates Modem will be always ON when Core M33 is ON.
Is...
Hi everyone,
Following some tutorials as well some examples provided by SDK16 I was able to create a custom service with a characteristic that has read,write and notify...
Hi All,
I am using NRF5 SDK 17, I have been playing with several examples and noticed that when it comes set up, a peripheral or a priority or clock source there will...
I started modifying the NRF Android Blinky example project to suits my needs (to control a servo motor). I observed there is a BIG delay between writings to a specific characteristic...
Hi guys,
Is it possible to read the data in Minicom if my device is not connected directly with my laptop. Instead of that, I connected my external voltage source to supply...
Hi, I am using the nrf mem_manager library for allocationg multiple dynamic memories in my code. I have done the following
All the devices are getting the allocation for...
I am using a custom board based on nRF52840. Application is working perfectly, and then a new feature was requested. I need to count the number of minutes the application...
Hello guys,
We are developing a device that will based on nRF9160 SiP. We use nRFConnect SDK v1.3.0 . The goal would be to connect to AWS IoT through MQTT and exchange messages...
Hi,
In one module of an application I would like to statically declare a large buffer in SRAM: static uint8_t largeBuffer[65536];
The application fails to link with the...
Hi,
I have been implementing the GPS on my thingy:91 with the firmware v1.2.0
I'm able to do a cold start and get a FIX is if in do not move the board for around 100...
Hello,I am using SDk14.1.Sometimes w hen I send data to nrf52832 via serial port,the code prompted me "APP_UART_COMMUNICATION_ERROR".And t he value of the ERRORSRC register...