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...
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...
I want to know the details of "DTM testing using nRFgo Studio".
On page 52 of "User Guide v1.4 of nRF51822 Development Kit" says, "For details on how to use the Direct Test...
Hi.
I bought the nrf51822 kit, and I have questions to ask.
I know that there are many sample code provided by nordic.
I know that the sample code will run...
Hi!
I am working with an application were two nRF52832 shall communicate over UART in half-duplex 1-wire mode (similar to what is described here but I use different pins...
Got one new Thingy52 and worked all nice with both Android and iOS teminals.
Then I have tried to upload new firmware using the iOS.
Loading new firmware progress was...
I just tried the Button example on the nrf52-dk development board, and the interrupt for the defined button GPIO does not seem to * trigger
Zephyr 1.8.0 ( fcb9144dc git...
I have been using nrf52dk as programmer for external modules (BMD-300) during development. I'm wondering if I can still use nrf52dk for production devices or I have to get...
Hi, stupid question here: Is there a command I could send via the dfu characteristics that starts the application somehow with doing an actual dfu update? Using the secure...
I WANT TO INCLUDE GPIOTE WITH PPI EXAMPLE PROGRAM IN THE SDK. EVEN IF I ADDED THE INCLUDE FILE,GIVE THE PATH TO GPIOTE.H AND ALSo added tthe gpiote.c file in the nrf_Drivers...
Hi,
I have successfully sampled my signal using SAADC example at a sampling frequency of 10 Hz. I am using a flag in the saadc_callback() function which I read from the...
Hi,
The current consumption of nRF51822 and nRF52832 listed in the specifications are shown in the figure. The figure shows the current value of LDO mode.
The consumption...
Hi,
I'm having trouble performing a secure serial DFU with the nrf52 DK, I'm using the following components :
SDK 13.0.0 : experimental_bootloader_secure_serial example...
hi,
i have set the uart buffer size as 64. but when i am transmitting data,i found that the size might not enough(eg. there are 100 Bytes to send).how could i do except for...