Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
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...
Hi,
I am trying to use the SSD1306 display with the nRF9160 DK.
I am using the code as is shown here
https://github.com/zephyrproject-rtos/zephyr/tree/master/samples...
hi, thanks for this tutorial : devzone.nordicsemi.com/.../ble-advertising-a-beginners-tutorial
i'm trying it on my nRF52840 devkit board.testing it with nRF connect application...
I have a nordic ble dongle. I want to interface it with an external microcontroller via usb. Is there a set of usb commands that can invoke the softdevice api's in nordic...
Hi,
I have a question about how IPv6 addressing works in an OpenThread network. I read in the OpenThread website that the ML-EID is also known a Unique Local Address (ULA...
Hi,
So I've made a post that I was unable to debug my app with the bootloader. But I've found out that it is entirely different problem. So my app is runnning whit FreeRTOS...
I'm trying to sample analog input but there is no value after sampling.
I tested the input by configuring it as digital input and it worked correctly.
Below is code. Any...
Hi,
I totally forgot about the voltage level difference between the debugger and the dongle and connected them. It was somehow working in some cases but not consistenly...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...
Hi,
I want to log the application error data log into the internal flash(1MB) using the mesh example. I found that there are two ways of writing 1)FDS 2)Flash Manager. I...
hi ,
i am using nrf52832 dev kit , using which i am capturing accelerometer data from LIS3DSH for an RTC interrupt of 2 minutes, i.e., for every 2 minutes it should capture...
Hi
I have nRF52832 development kit and a few custom boards. I am planning to run some Mesh examples using the boards. But, almost all the examples require at least 2 Development...
We use nRF52832 (S112 / S130) and nRF840 (S140) for our future products
By default server device which supports BLE 4.2 shall fallback to BLE 4.0 and accept connection request...
Hi i have used this tutorial : https://github.com/bjornspockeli/custom_ble_service_example to make a custom service on one of the peripheral.
I have the EVK kit NRF52832...
HI
Unable to find suitable SDK for GT832E . I am trying to build android app for " GT832E " chipset with connection,red and write characteristic functionality .
Please...