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...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
This is a bug report for SDK v15.3.
Once a GPIOTE interrupt is enabled for a pin, nrfx_gpiote_in_event_enable(pin, false) will not disable it. This appears to be an issue...
Hi,
I wanted to design a custom development board based on nRF52832 SoC. I will go with the exact schematic diagram which was given in Nordic supporting site ( https:...
I'm looking for some additional information about the Assisted GPS functionality in the nRF91.
Exactly what is it?
How does it work?
Is it available with the current...
Hi,
I have an application that does HTTP requests to a backend server. I'm now working on implementing TLS for encryption of the data.
Are there any examples of doing...
Hello everyone,
we are developing a bluetooth application based on the relay example included in SDK 14.0.0. We have already developed our own services and characteristics...
Hi,
I've been searching for a LSM9DS1 driver compatible with the nRF5 SDK >= 14.0 but I couldn't find any which uses the nrf_drv_twi so I started to write my own but it...
Hi All,
I'm working on minimizing power when transmitting a small message between two nRF52832 boards. I'm also trying to maximize range so sensitivity is important.
I...
Please ignore, this is test post. The SES project in Thingy:52 SDK seems to be broken, I get a lot of error trying to compile. What can I do to fix it?
Hello,
I have an application that requires an always running ADC to sample three channels at 4096 Hz. I have successfully adapted my application from the many examples posted...
I am working on Flashing Code into Nordic nRF52832 using SWD Protocol.
We have achieved 80% SWD in communicating and flashed code into Nordic and verified all is working...
I would like to confirm what I'm seeing on my setup trying to measure current with the nRF9160 DK.
I'm using an oscilloscope and am following the instructions in the latest...
If I were to design a product using nRF52840 & Thread. Normally, I would have to certify the product with the thread group and become a member. The thing is: - the product...
Hello,
I am developing a remote device which uses system off mode for idle state. I also have the condition where extra long press of any key that is beyond the long press...
My Peripheral is using the ble_conn_params module. I'm seeing that if my Peripheral calls sd_ble_gap_disconnect() soon after making a connection, the module will sometimes...