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'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi, I'm investigating the current consumption of a new product that we are developing and have found
current spikes of 40mA every 24ms. The spikes occurs in unconnected...
HI,
I get confused using the ble terms hence i'll try to articulate my query as much as possible. I'm using the nRF52832 board and all i have one service with one characteristic...
Hello,
I want know what is the difference between the three kind of low power mode?
System ON, Full 24 kB RAM retention, Wake on GPIOTE input (Event mode) System ON...
Hello
I am trying to get the angle of the sensor using the value of mpu6050.
I used a formula to obtain an angle using sensor values. However, if I calculate this expression...
Hi,
I´m using SDK v16 on a custom board and try to implement the wake up functionality of the low power comparator. In order to describe the system as clearly as possible...
Hello.
I am programming the NRF52810 breakout board.
Before I am testing the prototype, I am using NRF52832 breakout board, and it works well now.
However, the same...
Hi Dev Team,
I was working with the nRF9160 and started off with the basic UART sample found here : https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples...
Dear every body,
some days before, i raise an issue relate my fault at here: https://devzone.nordicsemi.com/f/nordic-q-a/68010/nrf52810-issue-with-32mhz-external-clock ...
Hello
I'd like to reset using the firmware instead of the reset button on the board, is it possible? I'd like to reset the entire Bluetooth connection when it's disconnected...
HI,ALL:
Now, I am study frequency hopping.I found something might be different. It is more hard from highest frequency to lowest frequency(the same as lowest frequency to...
Hello
I use nrf52832 and SDK v17. I am programming BLE using UART service. So far, there has been no problem with testing with one phone, but if I disconnect the Bluetooth...
Hi, all
I'm using nRF52832 pca10040, s132.
Like 'ble_app_hrs' example, I changed the 'ble_app_uart' example to send data using app_timer.
In the example of 'hrs...