Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
I've used the nrf_inbuilt_key_write to store certificates/keys in the past, but I am still unable to do it using the "AT%CMNG" modem command.
I can list and delete items...
I attended Nordic Tech Tour - San Jose (Cupertino) on June 11. I did not receive a link for the presentations, as was communicated. Please advise how I can get the Tech Tour...
The BWG832F DK Bluetooth Gateway comes with a board that says that it can be used to program the Bluetooth module. The software recommended for this is the Nordic nRFgo Studio...
Hi everybody,
I'm using nRF52832 on a custom board mounting a BME680 sensor.
I'm running a third party library for the usage of the sensor (namely BSEC Library), and it...
Hello everyone, After having designed a pcb by taking the scheme proposed by the datasheet, I uploaded by the Black Magic Probe, the example code of the SDK "receiver Radio...
Hello,
I'm using the watchdog and i'm feeding it in my main loop :
I tried with
#define NRFX_WDT_CONFIG_BEHAVIOUR 1
and
#define NRFX_WDT_CONFIG_BEHAVIOUR 0 ...
Hello
I am using nrf52840 and am trying to determine the parameters of a voltage divider using the SAADC. Vin is the VDD voltage of the chip, R1 is 4640 ohms and R2 is 38600...
Hello Community,
I successfully build and run mqtt_simple it works fine.
I edit the code
//////////code///////////
void main(void) { u64_t start_time_mqtt; while(1...
Hello,
I am having an issue with the GPS on the nRF9160. I have been developing a custom program that will switch between NB-IoT and GPS when an interrupt pin is triggered...
Hi.
I am curious to know if it is possible to use the ANT-only Softdevice with the Zephyr RTOS. The goal is to create a BT BR/EDR + BLE 5.0 + ANT+ device all on the same...
Hi,
What is the maximum frequency that i can capture on GPIO port of nRF52840 ?
I'm planning to capture a frequency of 32MHz from a sensor on GPIO pin , can I do this...
Hi,every one!
As far as i konw, the original connection interval that ios sets is about 50ms, that is a little too fast for me, so i want to change the connection interval...
Hello,
Ive got an question of my Central BLE nRF54280 Dongle. I want to read the advertising packets of Sensors with the Name "RH". Shouldnt be a big problem. But i got...
Our device is based on nRF52840 with SDK 15.0.0
The device communicates over BLE with PC application (aka client) via "uart" service.
PC (client) messages are signed using...