I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
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, I developed a project starting from MQTT-SN example available in SDK for Thread and Zigbee.
I noticed that publishing and subscribing requires calls to functions...
hi,
I work in the nrf5_SDK_for_Mesh_v4.1.0_src. I want to adjust TX power based on light switch server . After setting TX power, I find that RSSI varies from high to low...
Hi.
I'm using nrf52840 SDK 16 with S140.
in my last piece of code static arrays were not enough and i needed malloc.
I used malloc without any issue, also i use cJSON...
Hi I am new to BLE energy and I would like to know if there are any SDK examples I could refer to learn about two DKs to communicate the external sensor data to the central...
Hello Nordic team,
I'm working on an nrf52840 with the SDK 15.3.0.
I'm using the SPIM instance 3 at 32MHz to interract with a Slave SPI which can support up to 40MHz....
Hi my USB keyboard application works on Windows and Linux but not on a MacBook Air with macOS Sierra 10.12.6. So I did step back and tried the combined HID example nRF5_SDK_16...
Hi,
I am using NRF52832 on SDK16 and Mesh 4.1.
When I use the NRF Mesh app to connect to a node, everything just works fine. Whenever I reset the device, the app and...
Hi,
I want to use a timestamp in my payload when ever I send data to the cloud.
First I wanted to use the ntp example from Håkon found here: https://github.com/Rallare...
So I've been tinkering with nrf2401 module lately and trying to send data between the modules. PTX is set up on STM32 and PRX on RPI, and i'm sending from PTX to PRX.
I...
Good Morning,
is possible to have a manual nRF Connect for Mobile to evaluate the features of your App ?
If I see well, there aren't features to browse the folders...
After updating the J-Link firmware, I found that PAC10100 doesn't work, but I can't reprogram it, so I would like to ask the following questions
1 Will upgrading j-Link...
Hi Team,
We need conditional compilation between crypto engine related macros for CC310 and mbed TLS and micro-ECC.
If we add our own macros in "sdk_config.h" file we...
Hello,
I need to develop software that realizes the following communication.
[For Central]
Communicates with two peripherals with 2Mbps PHY(short range) and long...
sdk: nRF5_SDK_11.0.0_89a8197 routine nrf51_ble_app_hids_kbd_consumercontrol-SDK11 can adjust the volume of Android phone, or adjust the volume of the laptop
sdk: nRF5_SDK_16...
Hi,
I'm currently porting a project to nRF5 SDK17. Some time ago we decided to use the nrfx module as a fork of https://github.com/NordicSemiconductor/nrfx .
So I synced...