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,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I am working with the example Blinky_freertos present on the SDK_13.0.0_04a0bfd.
I have built the example w/o issues in compilation but I have the following problems...
Hi i get this error when compiling. (version 0.9.7)
I'm using arduino DUE and BLE Shield (redbearlab).
I get the error: EEPROM.h: No such file or directory in bootloader_setup...
I tried building ' pca10040 ' configuration of " nrf52-mpu-easydma-using-gpiote-and-registers " example from " https://github.com/Martinsbl/nrf5-mpu-examples ". The following...
Hi
I am working on nRF51-DK with Mbed IDE & used PWM example code from link : https://os.mbed.com/handbook/PwmOut
When enabled PwmOut, PWM signal is observed on the oscilloscope...
I would like advice on whether the following is a valid ble transaction.
We have a product with the nrf52 in it running sdk 12 and softdevice 3.0. This is setup as a a peripheral...
Hi,
I'm using nRF5 SDK v. 14.0.0. I'm trying to pass a context pointer to the NRF_SDH_BLE_OBSERVER macro, but am running into compilation errors. I want to do something...
Hi,
I'm building a project with nRF52832 dev kit and the SHT10 temperature and humidity sensor, I'm searching for a library/example project of this sensor and the nRF52...
I'm planning to make a custom board using Thing52, following the reference desing. I have some questions (1) Can I use nRF52840 instead of nRF52832? (2) Do you provide an...
To reduce power consumption during sleep I have to completely disable the UARTE0. This is done before sleeping by :
NRF_UARTE0->TASKS_STOPRX = 1; NRF_UARTE0->ENABLE = UARTE_ENABLE_ENABLE_Disabled...
We are using Bluetooth Developer Studio along with Nordic's code generator plugin (Nordic Semiconductor nRF5 1.3.0 SDK 14.0) for our project.
We've made a couple of improvements...
Hi!
I got an error while compiling the proxy client example in BLE Mesh SDK V 2.0.0 as The object file build/light_switch_proxy_client_nrf52832_xxAA_s132_6.0.0_Debug/obj...
HI al
I have a bicycle computer (A) host (SDK 12.1 51822QFAC S130-V2.0.1) and a slave device (B) for measuring bike speed and cadence (using 2032 batteries). 1. When the...
Hi, I was recently asking about OPUS - https://devzone.nordicsemi.com/f/nordic-q-a/32875/how-compile-opus/128181#128181 . Now I am able to run encode on audio data and decode...
Hi
We have a nrf51 dongle for use in a school prosject When the nrf51 dongle is connected to the USB slot in a computer it boots fine without holding the button when powering...