Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
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...