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, We planned use nRF52840 in our project, and I have some questions about this MCU. 1) Is it possible to process signal from 8-GPIO with frequency of request 32MHz? We...
Dear,
I am testing nRF9160 DK with iBasic SIM, FW: SecureBoot and AT Client
I am trying to send SMS to my phone. I see : https://devzone.nordicsemi.com/f/nordic-q-a...
Dear Sir,
I am working with
SDK --- nRF5_SDK_15.0.0_a53641a
softdevice -- s132
nrf52832.
I was working with example codes in the SDK folder.
I am working...
Hi,
I need some help calibrating my moisture sensor analog readings using 3.3V regulated power source (VDD = 3.3). Here is my set up, borrowed from the proximity example...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
I am working on an nRF52832 BLE peripheral prototype which sends bulk data to a central as bursts of large notifications. I am encountering an error where the connection gets...
We are manufacturing 2 types of gas sensors that communicate BT LE. One use an nRF52832 and the other an nRF51822. Will the nRF52 dongle communicate with both of these? Is...
Hello
I am currently programming with keiluVersion4.
Previously, I used "fatfs example" of SDK_15.0.0.
So trying to test the function of BLE, trying BLE communication...
Hi ,
I'm working on a 2.4GHz wireless microphone project now.
I want to make a scheme of two microphones transmitting to a single receiver(2T1R)。And ,i have tested this...
Hi, Andreas.
Following the guide you find in the document " Buttonless Secure DFU Service ", I get errors while trying to compile. In order to ascertain were is the problem...
How to realize the USB HID interface and PC data transmission?
I want to connect my computer via USB hid protocol for communication
This is my code, but can only send...
Hi everyone,
I am a beginner for BLE software development with MDK-LiteV 5.26.2.0.
Target device: nRF52832(EKSHCNZWZ made by Taiyo Yuden)
SDK: nrf5_SDK_15.2.0_9412b96...
I use the example from nrf51422 ble_app_uart_c with SDK_12.3.0 to connect via BLE to nrf52 usbd_ble_uart. When sending data that exceeds the length of one BLE packet (for...
I combined to examples from the examples library combining the sdk_config, source code, and adding references to the included files.
The application will not compile and...