Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
I'm trying to set up an ESB PRX on an nRF52 that has to communicate with an nRF24L01 chip acting as PTX. Because I want to react to the received data as quickly as possible...
Hello,
I am trying to use Softdevice and the latest Github version of 802.15.4 support. The make (using linux/armgcc) fails on
nrf_raal_softdevice.c
because nrf_802154_radio_irq_handler...
Using SDK 15.2 on an nRF52832 using SoftDevice S132. FDS works OK unless the SoftDevice is enabled. None of the examples work. We've tried the peripheral example, GitHub examples...
Hi,
I'am testing direct advertise and I found strange behaviour with "nrf connect" app.
1. Direct advertises won't be proceeded on "nrf connect" unless there is at least...
Hello everyone
I got back on my bluetooth mesh project after an interruption and at the time I remember having the same compilation problems solved so far.
I worked with...
Hi all,
I acquired the wonderful nRF9160 DevKit which embeds the ARM CryptoCell 310.
Rather than using the mbedTLS or TinyCrypt libs, I would like to rely on the CC310...
hi....
i am just started to program the mesh , i am getting the error in my example code , how to solve ? this is the latest version of 3.1
boards.h: No such file or ...
Hi,
I am using 15.2.0 SDK and 3.0.0 Mesh SDK for developing the nRF Mesh.
I am using segger IDE for programming but I am looking for a way to program the device with hex...
Hi
In MESH 3.10 SDK,i want to configure and use virtual address, but i can't add the virtual address in both pulication address/subscription address when i use NRF Mesh...
Hi Sir,
Normally, the printf() may show the message to UART_0, is there any way we can re-direct the message of printf() to UART_1?
in other words, can we choose the...
I am facing issues in debugging ble_app_uart program available in nRF5 SDK. I am trying to debug it on IAR workbench using Jlink PLUS debugger in SWD mode.
I could connect...
Hi Nordic support team,
I used mergehex to merge the hex files of Softdevice, Secure Bootloader (nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble) and...
Hey
I am working on mesh networking (light switch program). I would like to make a connection between client and server without involving provisioner based on the RSSI value...
Hi,
I specially bought more than 20 nrf52832 modules, and I want to build a bluetooth network (star network) for one-to-many communication. We have an application that requires...