Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
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?