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!
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...
The recent update to nRF Connect 2.01 seems to have a problem with getting the firmware zip files into the inbox with iphone x max looks like the share option isnt putting...
I am a beginner trying to implement ble_app_uart example from SDK 15, example compiles with no problem, advertizes. LED 1 blinks when advertizing, and turns ON when connecting...
WHY WHY WHY!
You guys proudly release an upgrade to the programming tool within NRF Connect.
Then when a dummy like me upgrades I'm told that it's only supported by NRF...
Hi all,
I am working with SDK Thread V3.1.
I run simple_coap_server and simple_coap_client.It run normal.
Now, I want to add DTLS for this example for secure data. ...
As far as I understood, the flash protection can be realized by writing the 0x00 to the lowest 8 bits of UICR APPPROTECT register either putting it code image or via the nrfjprog...
Hello,
I use NRF52810 with SDK 14.2.0 and softdevice 112. I need to use 7 input pins, but if I config more than 3 pins, all signals disappear.
GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS...
Hello all,
SDK:S332 V4.0.5(related to BLE V4.2).
Platform:NRF52832.
For improving BLE data throughout, i tried to set some configurations by other guidance.
Following...
Hi Tech Team,
I am using nRF52832 chip and the recent soft device(SD). I want to implement my own file storage and thus using sd_flash_write () and sd_flash_page_erase functionalities...
Hello Nordic experts,
I am using nRF52840 and SDK 15.3.0. I have added an OUT ENDPOINT to the usbd_hid_generic example by following the suggestions in https://devzone...
Hi,
I'm new to programming and I can't seem to solve this error of "No such file or directory" even when I already put the file in the location of the directory.
How...
I am writing a 1-wire driver (there doesn't appear to be one in the SDK), and am looking at dynamically switching the GPIO between read/write. There appears to be two functions...
I am running the light_switch example and it works fine works fine , I am using the nrf_application to configure the nodes.
I am using latest mesh sdk and 15.3 nrf sdk....
Hi guys
I had to integrate a CLI module into a project I'm working on, that is running FreeRTOS
after quite a lot of work, I managed to get this working, but seeing...
HI,
I am using nrf52832 dk. I have a sensor that gives a negative voltage. I want to measure the value using saadc.
and can I use differential mode saadc for negative...