Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
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...
SDK14+Nrf52832:
I want use one pin as a interrupt pin.
when the pin level from high to low, execute A task;
while when the pin level is from low to high, execute B task...
Hi Folks,
Windows 10, clean install of ncs v1.2.0, using nRF5340-PDK with SES 4.42a. Project blinky rebuilds and runs fine. Now I need a zephyr example of creating a simple...
Hi,
What is the suggested way to switch between 64MHz and 128MHz on the application core? Normally I want to run at 64MHz, but sometimes boost it to 128MHz. Is there additional...
Hi,i use the bootloader demo code , the file path is nRF5_SDK_16.0.0_98a08e2\examples\dfu\secure_bootloader\pca10056_s140_ble\arm5_no_packs ,a fter I compiled and passed,...
Hi,
I know this question has been asked a million times before, but most of the links are now dead, and the advice seems stale. On sdk 15 and up, how do I go about setting...
Working on a BLE application on a nRF52833 development board with FreeRTOS (external/freertos), and I noticed that the SDK uses dynamic allocation for FreeRTOS, e.g., xTaskCreate...
Hi community, I need some help with mesh programming cause i'm new to it ! First, i'll explain what i've done : I create a program on visual studio, which can communicate...
Hi,
I am starting a new iOS BTLE project for a new kind of music instrument. I started with the Thingy believing that that would be a good reference design to start from...
Hi!
Working on project based on nRF52810. Everything was fine until I began to work on part to save setting in flash memory.
I've used flash_fds example SDK 16.0 as starting...
Hi,
Currently I’m working on a device which is, on the one side connected to a smartphone via BLE and on the other side to another uC via UART.
Therefore, the UART speed...
I'm trying to get the debug version dfu secure bootloader from nRF5SDK160098a08e2 running on a nrf52832.
I'm able to compile it using cmake and a gnu c compiler. However...
So I am doing a project with a 160x80 TFT display, using the ST7735 driver. I have slightly modified the ST7735 functions to work with my display, and everything is running...
I am trying to create an application which would send data once a minute. The application is based on BLE advertising packages, because it should be the most simple method...
Hi,Sir:
I am making a DEMO based on SDK15.0(SDK15.0\examples\ble_central\ble_app_hrs_c) and pca10056 for my one of important customs.I need to implement some extra software...