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 was looking at the nRF52832 used for Bluetooth modules. And I was trying to understand the Analog to Digital converter in the nRF52832. I was wondering if anyone had or...
I'm trying to make the initial connection and flash/debug my adafruit NRF52840 express through a Jlink EDU to SWD on the NRF board. I am trying to flash to the board in the...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hi,
We are trying to install the nRF toolchain/SDK/SES etc. so that we can compile (modify for NB-IOT) and evaluate the nRF91 asset tracker.
We have followed all the steps...
I am trying to use a button to put the nRF9160 to sleep and to wake it back up.
I configure my button as follows:
gpio_pin_configure(dev, PIN, GPIO_DIR_IN | GPIO_INT...
Based on mesh3.1 sdk15.2 Can I add DFU service to light switch server? Used to upgrade firmware via APP nrf Connect? I added a dfu service to the light switch server with...
Hello,
I wrote the code for HT1632 using SPI Protocol
while debugging when it comes to below function it will stop debugging
HT1632_5X21_init( LED_MAX_DISPLAY_X, LED_MAX_DISPLAY_Y...
Hello,
I am using nRF52832 DK PCA10040 v1.2.4, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
Currently with one device...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image. I am using ‘ble_app_blinky’.
I am using FDS module to write into Flash. I...
Hi there,
I' d like to develope dfu by receiving byte stream (mimeType) over USB or UART
I am almost newbie for developing dfu.
I already checked dfu over ble and...
Dear Nordic,
I try to compile the Keil project inside the thingysdkv210.zip file but it does NOT work.
I use Keil uVision V5.24.2.0 on Windosw 8.1.
There are so many...
Hi,
the evalboard seems successfully implementing the command start_rx_sweep by placing the receiver in the sweep mode.
infocenter.nordicsemi.com/.../nrf_radio_test_example...
Hi,
I am trying to connect with nRF9160-DK to our local network. After first restart of the device I was able to connet to the network, but straight after that Asset Tracker...
Hey, I am trying to incorporate an app timer using the app timer function already on the code in the central and peripheral examples of the SDK for the UART examples. Specifically...
Hi Nordic,
I have old NRF52832 product which is developed by SDK11.0. The bootloader start address was set to 0x79000. Now We want to upgrade the it firmware by using...