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...
Hello everyone, I would like to make an unconnected broadcaster to send data to the advertising channels ... I come from a X-NUCLEO-IDB05A1 board and that's has been pretty...
Hi
in the release notes of the SDK14.2 the following is written
The following toolchains/devices have been used for testing and
verification:
- ARM: MDK-ARM version 5...
I have written an interrupt program to blink an led at port P1.01 by pressing the button 1.So i added the code in ble_app_blinky example so i can blink the led from the board...
I want to read integer data on the cloud
for example int a=1001;
This value must be displayed on the cloud service after every 5 seconds.Also i want to increament the value...
I urgently need to decide on the use of the chip in future developments and deliveries. There was no problem with the 51822 chip in the connection between 51822 to BlueGiga...
We are working on an IoT application using the nrf52840 Preview DK and would like to interface an external Wifi Module for transfering the acquired data to the internet. Could...
I am using SDK 14.0.0 with Softdevice S132 V5.0.0 and the accompanied DFU libraries. In the examples\dfu\bootloader_secure_ble example I think the logging system has a problem...
Hello,
When I try to read data from UART RX port using serial library, I'm not able to read the data beyond the number specified by
SERIAL_FIFO_TX_SIZE and SERIAL_FIFO_TX_SIZE...
Hey, I'm using raspberry pi 3 model b, with the rasbian strech os running in it. I have followed the tutorial provided by nordic using this link for BLE over IPv6. When I...
Hello, In my case, i'm using some PTX and one PRX. It's working well. Now i want to extend coverage, can i use repeater/forwarder? I tried but have problem with PTX: after...
Hi,
we are using a custom board, with codes tested on a NRF52 DK. We reconfigured the pins and when using pin P0.09 (by default NFC) as an input "active_high" and with ...
Hello,
I've done this steps:
I erased the whole chip: nRFgo Studio/ DeviceManager/nRF5x Programming/Erase all
I programmed the Softdevice s132_nrf52_5.0.0_softdevice...
Hello Nordic Team,
i use SDK 12.3 and SoftDevice S130.
In the template project ( \examples\ble_peripheral\ble_app_template ), the BSP module is used to indicate advertising...
Hello,
For my project I need to send raw data (without prefix or timestamps ) along with system logs trough the same UART.
So far one possible solution is to use NRF_LOG_RAW_INFO...