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...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi there,
I am trying to use UART on the nRF52840 on a custom PCB. The custom board is connected to the nRF52840-DK with a debug connector. Am I free to set any pins on...
I want to create a router that only communicates with Bluetooth, not the gateway that connects to other networks.
The configuration is as follows.
C oordinator + Router...
Greetings,
I'm having troubles getting the Mesh lighting demo to work. Here are the details:
IDE = SES 4.12
SDK = nRF5 SDK v15.2.0, nRF5 Mesh SDK v3.1.0
SoftDevice...
Hi, Is there a usb hidapi sample code for nrf52840 somewhere? I know that there is a sample code of usbd_cdc_acm. Using the HIDAPI library link below , It will be beneficial...
Hi,
I am working on a Bluetooth Mesh project in which I am trying to add support for NFC, but I get the following error " error: multiple definition of `SWI2_EGU2_IRQHandler...
I'm new to nRF9160. I have some experience of implementing stm32 MCU and HL8548(3G module).
I want to send at commands to outside module like Wifi module, and receive return...
I have Nordic NRF 52840 DK development board, using Ubuntu 18.04, I loaded "ble_connectivity_s140_usb_hci_pca10056" to the board successfully. Then I powered cycle and cannot...
My setup: Eclipse, nrf52832 on a custom target board, s132, SDK13
I am trying to implement the workaround for the problem described here:
https://devzone.nordicsemi.com...
Hi everybody,
I would like to know how the module nRF9160 comes from the factory in it default configuration.
Is it possible to use it in UART mode only with the pin 86...
Hey guys,
I am currently using the nRF24L01+ (more specifically the module that has +pa +lna), and I am experiencing some odd behavior. I will briefly go over the devices...
Before buying the Teledyne BPA low energy protocol analyzer, I asked a question here based on the Teledyne not supporting BLE 5.
I was told that it would work fine with...
Hi all, I'm working on creating new model for sending a byte from proxy client based on Generic On Off model. For working with light-switch proxy example , I used NRF Mesh...
Hi,
I am developing a sensor application with the nRF52832 on a custom board.
Therefore I designed a GATT with nRF5_SDK_14.0.0 softdevice which exposes 3 custom characteristics...