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'm very newbie in bluetooth mesh. So the question is ..
1.Can I execute any of peripheral abilities (I mean spi, twi, adc, pwm and etc) on device that works like a node...
Hi,
I use the nRF52840 DK with Segger IDE.
I would like to use different peripherals on the MCU (GPIO, SPI, Timers etc), but I would like to avoid using the Nordic SDK...
1) With SDK14 and SDK15, we're seeing that the connection handle for the last bonded connection is kept indefinitely until reset. The connection handle does not get set to...
Through doing some implementations of extended advertisements between two nRF52840 boards, I have found the maximum amount of data that I can put into an extended advertisement...
Hi!!
I would like to receive data from the sensor via SPI using nrf 52832 DK and output data with UART.
It is now possible to add the function of uart to the spi sample...
Hi,
Are there any examples of using SAFERTOS with SoftDevice on nrf52840?
I found some examples on WITTENSTEIN high integrity systems site, but none of them is using BLE...
Hi,
after migrating from SDK12 with Softdevice3 to SDK15 with Softdevice6 we noticed a strange error.
When setting the advertising parameters to use anything other than...
Hi I downloaded a reference nrf52832 layout & found there are difference in downloaded nrf52832_qfaa_dcdc_schematic and online version .
Could someone please explain to...
Hi. I am running Thread on 9 nRF52840 nodes. I am able to ping as many packets as i want but am failing to send pings every fraction of a second. I want to send pings in just...
HI:
when i use NRF MESH 3.0 lastest SDK, Compiling one of the examples will prompt the following error. It's should be lost flash_palcement.xml file.
Building ‘dfu_nrf52840_xxAA_s140_6...
We have vibrator connected to gpio pin 18 on the nRF52832. Controlling it works fine in the application but as soon we enter DFU the vibrator starts and it doesn't stop until...
Dear Nordic Team,
Is it possible to use the nRF52832 for MCU application only, without the BLE stack. Can the application code use the complete memory of the nRF52832. ...