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...
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...
As per recommendations with SDK15 I'm using the nrfx drivers for peripherals. When I attempt to compile, the linker fails as it cannot find the function nrfx_saadc_sample_convert...
Hi there!!!
The NFC pairing demo from Nordic was fascinating!
According to the Bluetooth SIG blog :
Provisioning Bearer A provisioning bearer layer enables the transportation...
Hi! We've got a nRF51 based device where the firmware was developed on SDK version 8 (reportedly based on its hrs_c example) with S110 softdevice. We are now developing a...
Hi!
I'm trying to implement my own service, which is based on Thingy TCS and another one I implemented by following this tutorial. https://github.com/bjornspockeli/custom_ble_service_example...
Is there any downside to enabling all of the radio "shortcuts" controlled by the SHORTS radio register to avoid and reduce delays in the transmit and/or receive sequences...
I've installed the ble_template_app on the nrf52832DK and the nrf52840PDK and the Adafruit nrf52 Feather (almost the same as the nrf52832DK). I've modified the configuration...
I am reading the Thingy 52 euler angle characteristic provided by the motion sensors. How is the euler angle calculated by the Thingy? Does it use raw accelerometer or gyroscope...
I'm using SDK 15.0.0 with the nRF52840 and try to sleep without SoftDevice.
The function sys_sleep_request_ms(uint32_t sleep_time_ms) from sys_sleep.h sent me this interresting...
I'm currently working on an application for Nordic that contains a bootloader and a main application using Embedded Studio. Most of the development will be on the main application...
Hello im trying to send data to mobile application, im using the example on ble_peripheral/ble_app_uart but when i compile the folowing error apears.
inking target: _build...
While writing our nRF5 based application, we have used an app_config.h in our project. This is advised as one of the solutions for updating the configuration of the SDK in...
I am a college engineering student. I currently have the NRF51 Bluetooth beacon along with the dongle I am in need of help uploading my code to the beacon via the dongle....
I have just bought an nRF51 Dongle and want to use it like a normal USB Bluetooth Adapter for my Windows 8.1. I have read the Getting Started Documentation, but there are...
I am struggling measuring time between two events. I thought to use the timer driver and the nrf_drv_timer_capture_get function and start/stop the timer with nrf_drv_timer_enable...
Dear Nordic,
I am try to implement RTC(nrf calendar implementation) in BLE example(SDK 13.0). both are working independently fine but combination of works fails RTC when...