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, I am working on reading battery voltage of nRF51822 Microcontroller.
I have used the openbecon(internet) code for ADC configuration and reading.
I am getting 28...
Hello,
I am trying to update temperature value through BLE characteristics example but while temperature update in following function I am getting error code 12291.
...
Hi i have to read some data from a temperature sensor.
twi_temp_read((int8_t *)&temperature);
this below what do?
temperature = ((temperature >> 12) & 0x000F) ...
Hi,
In SDK12_NRF52 custom project not work to me NRF_LOG_MODULE, I have this in main.c top:
#include <stdint.h>
#include <string.h>
#include "nordic_common.h"
#include...
MyZip (1).zip Hello,
I'm trying to run a ADC example for nRF51822 in Keil 5.21 MDK, but error is raised up.
I've done following before:
-installing all packs,
-tick...
Hi there,
Any help on setting up gcc compiller to use with bbc microbit? And a simple example?
I know I can use the mbed platform to program it (among others)... but...
I just setup Keill uVision V5.21 with nRF52 DK. I was able to flash the ble_app_uart example onto the board. When I realized that I missed out the softdevice, I just drag...
Hi everybody,
I am designing a beacon that works with s130 and can act as peripheral or central. This beacon has two custom services, and can connect to two different devices...
Im using sdk 11.0 and s130
When i add pstorag codes to my project which has bluetooth communication ,it does not work
I wanna send data to flash and i wanna read it
What...
Hi!,
I'm trying to migrate my app with one Service and two Characteristics from SDK11 to the SDK12.
I'm using ble_app_uart as template but when I initialized my custom...
I have custom board with NRF52832_XXAA , which I was able to (re-)flashed or erased before, but now this does not work anymore, probably after uploading some buggy code.
...
Dear Nordic Team,
Currently i am trying Beacon Observer,Please suggest sample code for my application. It is non connectable beacon. I am using SDK 11.0
Thanks in advance...
Hi all,
I would like to share a post about Zephyr and Nordic nrf5x.
Cheers,
Marcio Montenegro
[https://www.linkedin.com/pulse/bbc-microbit-meets-zephyr-marcio-montenegro...
Hi!,
I get this error when I try to compile the project:
Compiling file: ble_conn_state.c
Linking target: _build/nrf52832_xxaa.out
/usr/local/gcc-arm-none-eabi-4_9...
Hello,
I want to measure a frequency of a PWM signal like this:
GPIOTE-Event --> PPI --> Timer1-Capture-Task
So every time the event occurs, the counter value is...