Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
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...
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...