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...
Hello,
I have been using the nRF52840 DK board and have designed a PCB based on it. I made a previous post asking some questions before designing the PCB, so this is a follow...
I have developed an application for the nRF52-DK (nRf52832AA) and am now in the process of porting the application to my custom hardware. My custom hardware utilizes the nRF52832AB...
I'am working on nrf52840 and base on a sample hci_spi. I use spi1 and tried several different pins, they all works fine.
but when i disable qspi and try to use the pins...
Hi,
I am doing a simple thing with string formatting:
sprintf(tmp_str,"%d.%d.%3d", version.major, version.minor, version.patch);
The version structure has values { 0...
Hi, This time I'm on NCS 1.3.0. Board definition is derived from nrf5340pdk_nrf5340, with some minor variations, and it is out-of-tree. I think it is OK. Since I moved also...
Hi there,
How can I manually awake my advertiser which is in low power mode, to start advertising and get it back to sleep after it advertises certain number of packets...
Hi,
I'm having some troubles with the Thingy:91 because it became unresponsive after I flashed the device with the mqtt_sample firmware.
I built the mqtt_sample with...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). So far I had been using ncs v1.6.0-rc2 during development. Recently...
hi support team,
customer have one question, when 9160 attach the network, which one does it choose (the best signal or the first base tower discovered)?
especially when...
Hi Dev Team,
I am developing the weight scale product using nrf52840 development board. We connected the nrf52840 using the nrf connect app ( Provided by nordic).
Now...
Hi, I'm using the BC805M EK (nRF52805) . I would like to pull up pin 20. Here is my configuration in pca10040.h. However, pin20 cannot be pulled up. It's always pulled down...
Hello Devzone Community,
I am trying to develop an nRF9160 firmware, based on Nordic's sdk-nrf v1.6.1 code base. This work is a Zephyr RTOS based application. In early research...
Hi, I would like to know all of my possible options for improving the communication range between 2 nodes in ble mesh. I am working with the nrf5 17.0.2 SDK and the nrf5 SDK...