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 Nordic Team,
We are working with two nrf52840 chips that communicate with each other via gazell. To change system settings we write characteristics via BLE. Recently...
Dear Members,
What's the setting file for "Folder setup" ?
I want to copy and paste the whole "include files" to another project,
There are many folder if I want to...
Hello, I'm building a custom app using the nRF Mesh Library for Android.
I'm using a server database in which I'm storing appkeys and netkeys values so that I can use...
Basically, I cannot do continuous TX with nrf_libuarte_async:
Here is simple reproduce:
It only output ===TICK=== and no +++TOCK+++
Here is what I've tried:
...
Hi,
On the nRF52810, is there any limitation on using P0.12 with I2C? I am using MS50SFA module on a custom PCB.
I've also noticed the same issue on a nrf52 DK while using...
i use ncs1.5.0 and nrf5340dk_nrf5340_cpuapp, i disabled uart0 ,enabled uart3, disabled hci_rpmsg out ,and connect uart3 rx pin p0.32 ,tx pin p0.33 to a 232-usb connecting...
hi
I use nrf52 sdk17. i want to change device name .
1. if device name is less 19, more 18 ,it is ok. for example
#define DEVICE_NAME "123456789123456789" . it is OK...
Hi,
I'm trying to catch my NRF packets with nRF Sniffer for Bluetooth and I can't find them (after starting advertising).
On the other hand - I'm able to connect to the...
Hello,
I am stuck on the step of getting the Thingy91 to start working.
I am following this tutorial: https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy...
Hi,
i am working on nrf52dk. i have already implemented dfu with button. i want to implement buttonless dfu. as there is a example provided in ble_peripheral with name ...
I'm more of a programmer than an electronics person so I apologise in advance if I misuse terminology or if the answer to this would be obvious if I had more experience. ...
Hello.
I want to raise the SDK version, what should I do at that time? (Example: v16.0.0 → v17.0.2) Should I overwrite all the old SDK sources I'm using with the new SDK...
Hi, I'm using the PWR_MGMT SDK 17.0.2 demo code on my nRF52 DK.
Q1) After enabling parameters in the sdk_config.h, the nRF52 DK could enter the Power Off Mode if I press...
I am trying to conduct a device firmware update using nrfutil's dfu ble functionality. Here is the command:
However, running the above command results in the following...