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:...
Hello,
I wanted to add uart in ble_custom_template project. I have added UART and FIFO Libraries in User include Libraries. Also i set the bits for uart in sdk_config.h...
Hi There,
So I get the Data from MPU9250 to nRF9160 DK with This Example zephyr/tree/master/samples/sensor/mpu6050
just want to know how to do it with Thingy91 I try...
Hi,
I have nRF52 dev boards. The device is programmed as a custom beacon. For saving the battery, the device send 3 advertisements at 300ms interval, then sleep for 10 seconds...
Hi I am working on nrf5340 direction finding example using nrfconnect zephyr v1.6.0-rc2. i had build example zephyr\samples\bluetooth\direction_finding_connectionless_tx for...
Basically, I implement code using uart0,uart1,ADC,I2C for EPROM and temperature chip, SPI for the external flash and lsm6dsl chip.
I use a Zephyr timer to keep a one second...
Hi. I'm developing solution for vehicle driving data gathering system.
Our customer want to get the driving data for 1000/s.
So, I was developed hardware and software...
Hi:
I am new to nRF52 and using SDK17.
I got a power consumption issue about the TWIM.
Before calling " nrf_drv_twi_tx", the current is 0.18mA
After doing that the...
Hello, all.
I'm using nRF52833, pca10100.
I want to disconnect BLE manually when I press button. (my own device's touch pad)
My project is modified reffering to Multi...
I'm developing using a PCA10059 board and SDK17.0.2 a dongle to communicate from the computer to the sensor, using the dongle as an intermediary for this communication. For...
Hi,
I tried interfacing LIS3Dh using SPI, I used the SPI example to start with, when I didn't get the desired result, I look numerous question on the forum and tried to...
Hey thread developers,
I see that CLI example and simple COAP example both have command line interface initilazed. But in cli example I am getting cli on usb port, while...
Hi,
I work with win10 laptop, Toolchain nrf Connect SDK 1.6.1 on a nrf5340dk.
I try the sample peripheral_lbs, I can use the BTN1 to turn on a led when I push the button...