Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
Hello,
I am using nrf52840 and SDK 15.3.0. and the device wakes up every hour and every day for reporting data.
So I am using app timer to wake up also using app_timer...
Hi,
I am working on nrf52840 and using below SDK and softdevice.
SDK - 16.0
Softdevice - S140
IDE - embedded segger studio.
currently using nRF52840-DK.
I am using...
Hi Team,
We are using the Micro ECC functionalities , for that we need the SHA 256 Library,Micro ECC library won't have inbuilt SHA.So how to enable the SHA for Micro...
We are using a nordic 52840 chip with a S140 softdevice as a client to connect with GATT servers from smartphones. When we connect to one of our smartphones, we do get the...
Hi all,
i've try to update the NRF52_DK interface MCU firmware to MBED firmware (nrf5x_atsam3u2c_if_mbed_V0221_11012017.bin).
After power cycle, LD5 at interface MCU...
Any hints on connecting to HID keyboard example from linux command line ??
Running stock ble_app_hids_keyboard/pca10040/s112/ on eval board. Works fine with iPhone but can...
Hi! I'm configuring RTC on nrf51822. I'm setting up the LFCLK and RTC module by configuring their registers. I have set up a simple IRQ handler, but it seems that it never...
Hi,
I have few question on nRF9160 Thingy:91 and Dev Board.
1. From the schematic, I see that have used SP8T Switch from Antenna Feed pin (GPS and LTE) to the SIngle Antenna...
Hi, we want the DFU code in SDK 10.0 for NRF51 S110 to finish faster. The case we are optimizing is when there is dfu ongoing, just a simple boot.
Currently the main time...
Hi I have included Nordic Thingy52-SESFW to build my thingy:52 file and was at first met with path issues of nordic_common.h and core_cm4.h but have included them by adding...
Hello,
I integrated the nrf-ble-driver static library in a dynamic library that is going to be used in a Windows C# application (through a wrapper), as show the picture...
Anyone know where can I find the online power profiler for the nrf9160?
I was under the impression this was available, but I can't seem to find it anywhere.
hello nordic
i am working on a project with nrf52832
we need to be reading and writing to 2 different tags near the system
is there a Nordic hardware for such...
Hi. I'm trying to use command line tool, but an error occurred as shown in the picture below. Let me know why.
J-link was connected normally in segger embedded studio.
Hi All,
I need to implement security in Bluetooth. I have seen many threads but I could not get proper information regarding how can I implement or add security in a project...