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...
We are developing tracking system for our ground floor car parking but couldn't able to get GPS location.. we install Nordic Thingy:91 inside the steel body. Please let us...
Hello guys,
We are developing nRF52840-based device that needs to act as both BLE Central and Peripheral.
Peripheral role:
In BLE Peripheral mode, nRF52840 should advertise...
I have a need to send pressure data form 1 device to 4 other devices , it is medical application , data rate is in such a way to be in human readable form, can i use nrf24l01...
Hello, Just purchased a nordic NRF5340 PDK from digikey. On plugging the micro USB 2.0 and switching on the device , the device powers up for couple of seconds (LED1 & LED5...
I'm trying to add BLE_UART functionality to a custom board, on top of the already existing USB (and working) USB_CDC CLI. I'm using SDK 15.3.0 and softdevice S340
I used...
Hey
I would like know how can i add battery model for mesh. I have seen the Battery indicator in normal BLE sdk, now I want to implement in mesh sdk in the form of model...
I'm currently using a HostController with pregiven communication protocol for transfering data to the NRF52840 (over uart). The NRF is flashed with the SD140 and I'm using...
Hi Dev Zone Team,
I had a question regarding the current measurement of Nordic Thingy 91. I am following the steps provided in the Thingy91 documentation.
I have a Joulescope...
Hello.
I am testing saadc function.
When I was connect the saadc pin with ground level, the saadc value represents negative value.
So I am searching the similar problem...
Hi:
I'm coding with the nrf52840 dk sample.
as we know, the gatt operate is notify,read, write, etc.
I have found the event about the write,and notify:
case BLE_GATTS_EVT_WRITE...
<environment> Windows10 ncs v1.3.0 modem fw v1.2.0 DK 0.9.0
I made one-shot agps app by modifying gps sample app. The behavior is this.
- download SUPL data from supl...
Just bought 2 nrf52840 DK's both stopped working
Observation
Was able to program and run SDK examples.
Above working setup not disturbed,so all cables are in order...
Hi, I'm using nrf52 dk and struggling to get low power consumption using multi_sensor_freertos ZigBee example from nrf sdk. Can you provide me some guides on how to optimize...
Hello,
nRFSD5 v16.0, softdevice v.7.0.1, nRF52811
I want to detect power failure/low battery voltage using POF feature of nRF52811 chip. Here is the code I'm using:
...
I am trying to capture audio PDM samples at every 5s interval blocks, but at the time of "pevt->buffer_released" event when i am giving the new buffer to PDM driver it results...