Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi,
The SUPL Client library version 0.6.1 still links to the old BSD Libary, and will give a link failure, when building any application with SUPL Support
CMakeLists.txt...
Hello,
I am working to verify custom services on my device using nRF52 dev kit.
I am using HR collector example code as reference. I am able to read the custom service...
Hi,
I am trying to add the beacon Eddystone features to my DFU buttonless application.
After compiling the code, I wrote the softdevice, the bootloader and the application...
I am integrating a sensor on SPI 1 with cellular but device get stuck in CPU idle when first transaction of SPI is made?
I am using nrf9160dk_nrf9160ns as board configuration...
Starting with the dev kit, where I get correct behavior. First, I make sure the RESETREAS register is all zeros. I do this like so: NRF_POWER->RESETREAS = 0xFFFFFFFF; while...
Hello,
I am using nrf9160 and want to test the just simple SPI function. The code that I found from github( https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples...
Is there a way to set duty cycle before app_pwm_enable(&PWM1) call ?
Or some other simple way to switch on and off a passive buzzer signal without every time at off/on cycle...
Hi:
We're working with a 3rd party testing agency for our product that is using SDK 11 with S132 Softdevice 2.0.0.
If I understand correctly, the SDK allows up to 6 transmit...
I am trying to implement a system / integration test of a BLE device.
I would like to use the nRF52840-Dongle in my PC and use the PC-BLE-Driver for Cpp as the Central....
As you could see from the below image, the SCL signal at 400kHz is NOT a good square wave.
1) Why & how to solve it, please?
2) Also, why SCL is between 0.4V to V_DD=3...
I am now pulling my hair out with these drivers ... I'm trying to do what I think is the right thing and use the new nrfx drivers, but it's really not easy.
So this started...
Hi, I am using Zephyr's BLE for transmission In the peripheral, I record the time when I send the notify to cental (start time) Then when I received the central write_without_response...
Hello,
I have a peripheral that is connected to nRF52832 using I2C, in which I want to send some file to its memory. However, for sending this file, I need to stream it...
I have an existing BLE project that works as a mesh but does not use nRF SDK for Mesh. Using sdk 17.0.2, s140 7.2.0 on nrf52840s and visualGDB.
It works well for most clients...
Hi, I want to evaluate my anttena design. I have tuned it. With the dongle I can scan the air for radio signals, I see then my Wifi and I see the BLE radio of my board. Now...