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...
Here is my program:
#define EXIT_PIN 31
void EXIT_Init(void) {
nrf_gpio_cfg_input(EXIT_PIN,GPIO_PIN_CNF_PULL_Pullup);
NVIC_EnableIRQ(GPIOTE_IRQn); NRF_GPIOTE->CONFIG...
Hi,
Our project is 2D-3D mouse. we are using nordic "ble_hid_mouse" application with some required changes for our application.
SDK we are using is 15.3
ISSUES ...
Hai,
we are using nRF52832 and Nordic connect for our development and testing work
we are facing disconnection issue on android after ~3min so we changed the CONNECTION_MIN_INTERVAL...
Hello,
I tried to configure Ozone for aws_fota sample without any success. I loaded elf files but one is debuging mcu boot and the other never access to the main. Do someone...
I just get one NRF9160 DK(PCA10090 0.9.0) to test the default asset_tracker application with Basis Simcard in the Oslo area. The modem firmware is mfw_nrf9160_1.1.0.zip. I...
In order to implement the standard RSA-PKCS, raw data must be signed with the private key without performing a hash.
All the CRYS functions wants either a HASH as input...
I want to drive a WS2813 led strip using a NRF52810, as NRF52810 does not have I2S, is there any other way to drive the strips. Do you know if there is any library for doing...
Hi,
I am using nRF52832. The chip is connected by SPI with main board on which Nuttx is running.I am developing code to download file from external device using blue-tooth...
Hi
Good day!
We are working on the BQ24715 Digital Charge controller IC and it has got an SMBus communication port and tried to set up communication using the nRF52832...
I am not able to bond with the thingy52 after connection with nRFconnect android app. Because of which I am not able to reconnect to the device. My main aim is to reconnect...
Greetings!
This is about the errata published by Nordic, i.e., software workarounds from Nordic for a given hardware revision.
Example: nRF52840 Errata
https://infocenter...
I have created a customized android app which hosts a form like structure of a patient arriving in hspital. I wish to send these data to nrf52840 dongle which inturn stores...
As the website of nordic shows, I download all the softwares and drivers to build a bluetooth network based on mesh nodes. However, when I open the nRF Connect, I can't select...
I am working on nrf52840 and also the dongle by segger. My data is transmitted via BLE sucessfully but I can only see the results in figure but I can't save and process the...
Hello everybody,
I have programmed the example light_switch (server) and (client) from SDK for Mesh examples on two nrf52840 dongle and it worked .. I can control the LED...