Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
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...
Hi,
I am now in Hong Kong, and trying to connect to NB-IoT network here. There are 2 providers of NB-IoT in Hong Kong: "CMHK" and "Three". They provide NB-IoT since 2017...
Hi!
I was testing the SD Card example that is available on the SDK 13.00 in the following path: "nRF5SDK1300/examples/peripheral/fatfs". I checked SDK 16.0 and the code...
I have a hard-to-reproduce bug in my MQTT application that I have investigated enough to realize that my MQTT thread is stuck in a call to mqtt_publish(). I've verified that...
I would like to add UART as an option to the "ble_app_hrs_rscs_relay" example in SDK16, But keep the peripheral low power.
i.e. once I set a GPIO, the UART will start to...