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.
...
We plan to use NRF52805 in our existing boards to add BLE functionality. In the PCB guidelines of the NRF52805 there is a notification about the thickness of the PCB being...
SDK: 17.0.0
Softdevice : S140
Example: ble_app_blink
I modify this example to long range adverting mode,and have some questions as follow:
(1) the device can not connect...
Hi there,
I'm working on a Zigbee project and I'm using the nRF5 SDK for Thread and Zigbee v4.1.0. For benchmarking purposes I need to read the number of hops a Zigbee-packet...
Hello,
I am doing on a project which send data from sensors node to thingspeak, and I am now struggling about implement mqtt to publish data to thingspeak.
best regards...
now i use segger development tool ,but can not breakpoint. but log aseggerlso cannot output information.
V4.2.
my colleague's will do
thanks
best regards!
II'm having issues communicating to the MLX90614, datasheet attached. It seems that I have everything set correctly and the TWI Scanner returns addresses and data. My output...
I am looking for a zephyr based sample code to use an external QSPI flash (MACRONIX MX25R6435FZAIL0). The code is run an nRF52840 based custom board
Your help is appreciated...
Hi,
the nrfx driver for the internal temperature sensor has been introduced with SDK 16,0.0, Since I started developing with SDK 15.02, I have used so far the old HAL driver...
我对NRF6707 Power Profiler套件第一次使用有一些疑问,我想问你 :
用Amr仿真器JILNK连接NF6707 报错 log日志如下:
2019-11-22T05:21:57.594Z INFO Application data folder: C:\Users\dell\AppData\Roaming\nrfconnect...
Hi
I'm testing heart_rate_collector in pc-ble-driver. in CONSOLE application, it work well.
but in Win32 Application, it doesn't work when run sd_rpc_open().
error code...
Hi Nordic
I want to integrate a push button with 52833 p1.8, base on mesh-sdk light-switch example, (i.e., I may need to modify simple_hal.c)
But after my hours implementation...