We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
Hello!
Im having a hardtime debugging a hardfault on pvPortFree crash.
Basically I create a list structure in memory and at the moment when i try to destroy it element...
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...