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...
Hi,
I'm using nrf52832 and sdk14.2 and need to handle hardfaults in my code. From what I've found on the forums and infocenter, I need to modify the "void HardFault_process...
For some reason the ble_app_hrs example from SDK 15 disconnects after around 30-40 seconds (every time) and shows this error in the RTT logger: " 0> <info> app: Disconnected...
We're using systemoff=1 to turn our system off, but the command doesn't work after programming, i.e. device immediately turns back on with 16 MHz RC osc running, and current...
sometimes it discovery service no matter ,sometimes it stuck when call sd_ble_gattc_primary_services_discover and no callback event 。 why it is ? is a bug ?
HI,
Under nRF5_SDK_12.2.0_f012efa, with s132_nrf52_3.0.0_softdevice, run on system on low power mode.
I define an app_timer,below is my parameter
APP_TIMER_DEF(m_second_id...
Dear Nordic community
(SDK v14.2, nRF52832)
I have a real-time application where I am sending 6 packet of 20 byte Notification per connection interval. And there is not...
Hi,
When debugging with sdk_15.0.0 ble_app_butonless_dfu project(application project) + secure bootloader project(bootloader project),it will cost about 2~3 minutes for...
Hi,
I am trying to modify the multilink central example to send string to other board.
In the main.c I inserted the uart_init(), uart_event_handle() methods
I added...
Hi everybody,
I'm developing an product with :
NRF52840, V0.9.0, SDK15
In the DK I connected LIS3DH (accelerometer by TWI)
all works.I configuration of HZ and temperature...
Dear Nordic team,
I want to add DFU services to an existing application which is based on ble_app_uart example.( SDK 15.0.0, softdevice S132 6.0.0)
What I have done is...
Im working on merging blinky_c with light_switch_server. Took the blinky example as starting point then merge the mesh code accorging the Coexistence with nRF5 SDK BLE functionality...
The issue is that I fixed some of your bugs in the attached file, as follows:
Changed to handle larger number of records greater than 256 records, we need 500 records...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hello
Im trying to send a small array with two integers over bluetooth mesh
but Im getting error code 7 invalid params..
how should I send an array like this?...
Hi,
I am working on PB Remote example. I would like to be able to run remote scan on my 5 servers immediately after they are provisioned.
For example, I provision the...