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...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
Hi,Master:
When I use the QSPI library to communicate with flash, everything works fine. After a complete read and write, nrfx_qspi_uninit() is called to reduce power consumption...
Hi i am using nrf52832 development board as central which scans for peripheral devices.
how to get peripheral device service UUID(128 bit) completely before connection?...
Hi there,
About radio packet config, would someone please help?
1. Meaning of the LENGTH filed in packet structure. Is it size of payload or of the whole packet? ...
Hello, In a product already in the hands of the users we started getting some issues when connecting to Android Devices
Using the nRF Connect Android Application whenever...
Hi, I have been working with my nrf51 DK for a while now without problems. When I first connected the board to the computer today, the ld5 led was blinking very quickly, and...
hi
i have a question. I'm working on a type of beacon system and need to advertising repeatedly unique beacon in less than 100 ms advertise interval that limited on non...
Good day!
In Light Switch example I made some changes to have GPIOTE events, instead of Simple HAL.
Now, when I try to publish message, debugger shows error in bearer_event_in_correct_irq_priority...
I want to send static data from nrf52 to esp8266. I have used serial Program from examples. I am able to send data dynamically from the serial monitor.
I'm attempting to write a library to allow a NRF52 DK (PCA10040) to read data from a ADXL375 accelerometer through SPI. I'm using SDK 15.0.0. I am able to read from the registers...
When I use the following link
nordicsemi.com/start9160dk
I get a webpage with the following message
I have tried the 2nd suggestion mentioned plus using google chrome...
I'm very new and trying to get the nRF Blinky example to work with an iPhone with an nRF52840.
I'm able to connect to the device and it seems to be reading and writing correctly...
I am using S130, SDK13 and NRF52832 both on my central and peripheral - custom boards.
I am trying to avoid service discovery on my peripheral.
I have set the service_changed...
Hi, Does anyone know how to modify the asset tracker so that rather than point to the AWS URL it points to a fixed IP address?
Also is the port number fixed?
Hello,
I am playing around with the Blinky example on my custom board, where I have one button and two leds. Everything works fine and I can control the LED2 and detect...