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 Everyone,
I'm using nrf52832(SOC) and LIS3DH accelerometer to get a motion detection.
I need simple code to get accelerometer data only using I2C communication.
Waiting...
I tried to reduced my hex file's size while converting to zip but it doesn't get size under 256KB due to which I am getting an error: Data size exceeds the limit.
Below...
Hey,
I don't get my application run on the nrf52840-dk board. Only if I choose "Build and Debug" I can run my software. Shouldn't the application start after I connect to...
I would like to receive data on UART asynchronously and handle the RX event in the backend in an IRQ handler. The application is - a user will be shown a menu and asked to...
Hi Sir,
If we would like to supply the external device through VDD = 1.8V when VDDH = 2.5V.
What is power efficient in nRF52840 when VDD = 1.8V when VDDH = 2.5V?
...
Hi!
We have been experimenting with the nRF9160's GPS using both one of our own custom board and the Development Kit v 0.8.5 (with similar results).
We run the gps sample...
Hi,
I am receiving the same error this guy was: " https://devzone.nordicsemi.com/f/nordic-q-a/28724/sdk-for-mesh-v1-0-0-with-ses-invalid-ascii-encoded-byte-line-1 " and...
Is the Altium integrated libary used in the Altium files for the nRF9160 DK available anywhere? It is not included in the hardware file download on Nordic's website.
Looks...
The problem is shown in the picture below.
It is normal for 10 seconds after activating the timer.
As you can see in the picture, the value of the time stamp changes...
Our application uses and external nand flash to store the data samples. The collected data is then be transferred using USB. So we chose usbd_ble_uart example and wrote code...
Hey,
I am working on mesh with nrf52 DK. I want my device to work on battery for long time, I have enabled the MESH_FEATURE_LPN_ENABLED macro in nrf_mesh_config_core.h file...
I'm returning an error code on a rw_authorized characteristic using uint32_t sd_ble_gatts_rw_authorize_reply(uin16_t conn_handle, ble_gatts_rw_authorize_reply_params_t * auth_reply...
When using the PB-ADV bearer there is a ~10 second delay after the Link is closed and the mesh stack starts working again.
This is related to my previous report https:/...