I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi,
I'm trying to implement a testing firmware for my Nordic nRF52840 PDK where I can send the data generated on an analog input over Bluetooth.
Basically the idea is...
Hi,
After updating the mesh-devices over DFU, we would like to read the version of the application present on the device.
Is there a way, to read this information at runtime...
Hi everyone.
I have to completely deactivate some input GPIOs in my device without any residual current left to avoid damaging the sensor plugged on this pins. I was wondering...
Hello,
I'm trying to use the nRF9160 to make an HTTPS connection to a REST server. Is HTTPS supported? If yes, how to enable / configure HTTPS and are there any example...
Hello,
My system is going to run off a Lithium Ion battery.
I don't need to use the USB Interface on nRF52840.
Is it okay for me to leave VBUS, D+, D- floating?...
There is a period during which advertise packet cannot be received
Central info SDK: 15.3 nRF52840
Peripheral info SDK: 13.1 nRF52832
Running device Central * 2 Peripheral...
When I used light-switch server and client model simultaneously from
https://github.com/NordicPlayground/nrf52-mesh-light-switch-client-server-proxy/tree/master/examples...
Hi Nordic,
I have ported nRF_SDK_15.3.0 to nRF52840. These changes involves USBD. So While initializing pp_usb_init(), I see it is going to some hardfault handler. Please...
Description:
For my project I'm using 3 Nrf52840 DK, two of them as peripheral and the other as peripheral and central. I'm using also an iOS device as central. The two...
Hello,
I bought a Adafruit Feather M0 Bluefruit LE, the Bluefruit LE module is an nRF51822 chipset from Nordic. I connected the Adafruit board to an accelerometer. This...
Hello, i currently evalutate LTE-M for my company and i run into a lot of trouble for starting the test. But at least i have able to do the test
I have cut a lot of code...
Hi Nordic,
It reads in devzone.nordicsemi.com/.../38040
"According to Section 8.23 in the Product Specification a logical high is between 0.7*VDD and VDD and a logical...
Although BUTTONS_ACTIVE_STATE declared as 1, the hal_buttons_init(button_event_handler) yields an event when the input sees a high to low transition in stead of a low to high...
In testing the timers on the dongle, I have made a GPIO pin be controlled by the timer triggering.
So the following has a constant time between edges:
case NRF_TIMER_EVENT_COMPARE1...
I ran into the same problem as other user one year ago (I was using Arduino Studio nad Segger Studio before), now I switched to IAR (as recommended) and as the examples are...