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...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
My system needs to maintain certain gpio at their state at all times, including when switching to bootloader,
I understand that reset will also return my gpios to...
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...