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.
...
Hi,
I am using my nRF52832 DK as a sniffer.
I am sniffing a BLE communication between a BLE door lock with a cellphone App.
I can see the device advertises continuously...
Hi,
I am using nRF5_SDK_15.3.0 with ble_app_uart example.When I flashed the ble_app_uart example into my nRF52840 DK it starts to advertising. If there is no connection...
Is it advisable to use coin cell battery power for nodes besides end-devices in a Thread mesh network? Where can I find technical comparison between OpenThread and BLE?
Is it allowed to use nonsymmetric capacitors to get more accurate 32k ? With 2x10pF we run some 35ppm too fast and 2x12pF the clock is 10ppm slow. We could use non standard...
Hi,
I am using SES for programming with an example of BLE Uart NUS and SAADC combined.
I can send raw data, and that all works fine, but conversion to the real ADC voltage...
Hi,
I am trying to send data from nRF52832 module to a custom application. I am receiving bluetooth characteristics but not able to get values. Value is always NULL . Can...
Hi i have tried with uart example and need to change baudrate after the some string is transmmited over UARTS TX. Is it possible to somehow that to check that all bytes from...
Hi,
I want to establish a two way communication on nRF52832 i.e if I send a text string from nRF52832 to a custom application and then send something in return from that...
Hi.
I want to use the "On-Off Light" device present in the profile "Home Automation", but I didn't found the file .h in the library zboss. Are you thinking to create this...
Hi, I am developing with the pac10040 dev board, trying to get the BLE running.
My program seems to pause in the ble_stack_init function and I have to press the "IF BOOT...
I recently received two nRF52840-DKs. When initially connect to my PC with a micro usb, LED1 would illuminate on both devices. However, after plugging and unplugging the devices...
Hi,
We have a Gateway based on mediatek MT7688 MIPS 32bits architecture CPU, and we integrate an nRF523832 chip to acquire BLE packets.
The gateway uses OpenWrt OS, and...
Hello Nordic!
I'm developing with sdk15.3.0, s340, and nrf 52840.
My custom board had buzzer and back-light so I need to use PWM.
So I tested pwm library example in...
I ran across something unexpected during development on our custom board today.
I checked the behavior on an nRF52840-Preview-DK board and was able to reproduce it:
This...