Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi all
In development with nRF91 and my application need to using an external flash memory to store the firmware and I try to follow the example this link below.
https...
Hi, I'm developing an application using internal flash memory. I based on flash_fds example to implement this feature. Now I can write and read data from flash. My basic feature...
Hi,
I have a board using an off the shelf nrf52811 module (from raytac). The only things on the board are the recommended 32k crystal with 2x 12pF caps, as well as two...
Hello,
I've been trying to get my call to app_uart_put() to actually place bytes on the TX pin. Interestingly enough, my call to app_uart_get() works fine and is able...
Am currently trying to implement a client UDP socket application with Mbed DTLS using a Pre Shared Key.
PSK and PSK_ID array values are defined as:
static const unsigned...
Hi,
I am using Thingy 91 in Australia, and I have linked Asset Tracker v2 with overlay-lwm2m.conf to communicate with my own LwM2M server, which is running an instance of...
I'm working towards getting an app derived from MQTT Simple to talk to AWS where I both need to validate the hostname via TLS, and also use public/private certificates to...
Several have asked about this basic situation but I have found no definitive answer.
I erased a dongle with a Segger J-link, and compiled the zephyr samples using CONFIG_BOARD_HAS_NRF5_BOOTLOADER...
My set up is nRF52832 with a board very much like the PCA10040. The SDK is version 16.0.0. I am using Segger Embedded Studio version 5.60 and I am using the GCC compiler suite...
My goal is to have my boot loader write a constant value to RAM and have my applicaton read that same location and retrieve that value.
I am using the stock boot loader...
Hello,
I'm creating a BLE project with a couple of custom services. One of my simple characteristics in a service is a string. When is_value_user = false everything works...
Hey! I am starting my studies in the BLE protocol and I would like to send the ZE03 sensor data through the Nordic UART Service (NUS).
The sensor has 9 bits: 8 data bits...
Hi, I have made a 9160 board, below is the schematic diagram :
I donwload this example in it, " ncs\v1.9.1\nrf\applications\serial_lte_modem", and send AT command to test...
My Windows app sends command though Nordic UART service to nrf52832 device. Does nrf52832 need to send ACK to let Windows App knows it has received command?