Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
Hallo everybody,
In or project we have an energy harvesting circuit. Because of this energy harvesting from an piezo we don`t have enough power to charge all supporting...
hi,could i ask you what should i do in order to use ant on the pca10056 board? i added the s340 softdevice but no example works on the board. thanks a lot!!
I am working on a MQTT related application on nRF9160 DK, and grabbed mqtt_simple as a baseline for development. All of my libraries are back at the last tagged releases:...
Hi, I'm confused, according to Bluetooth 4.0 Specification bytes are send in Little Endian byte order, and with LSB first in every byte. So when I receive raw data from characteristic...
When running "pip install nrfutil" I get this message - "Could not find a version that satisfies the requirement antlib~=1.0b (from nrfutil) (from versions: ) No matching...
Hi all,
In Nordic SDK ble_app_gls Example , the following UUID is added as part of Advertisement packet
static ble_uuid_t m_adv_uuids[] = /**< Universally unique service...
Hello,
I'm currently building a project for the nRF52 (using SDK 15.2). I need to have 2 ADC channels, 1 for temperature sensor and 1 for battery level. I figured that I...
I want to let nRF9160 communicate through UART with 3.3V logic level, but the logic level is originally 1.8V.
I have been reading nRF91_DK_User_Guide_v07.pdf, but I'm not...
Hello,
I'm working on the implementation of some custom services and I started to question why the SDK implements the service modules as instance managers (as of SDK 15...
We are having an issue with pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver ). We're using the nRF52840 dongle. We have compiled and run the `heart_rate_monitor_v6...
Hi,
I want to communicate with a legacy device nrf24l01p+ based using a nrf52840 DK.
Firmware of legacy device setup the card in this way:
I take the esb_ptx esample...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am looking to check signal strength and would like to be able to do it as easily as possible.
The default asset_tracker sends messages which can be seen in the nrfcloud...
We have an application running on our devices that are using ble_nus to communicate with a base station.
The use case is approximately something like this:
On button presses...