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 built the lighting-app( Link ) and run on nrf52840 DK. Then, I tried to replace the serial shell console with RTT shell console. I append the configs below to the prj...
I am using my custom board , it is usually powered with a dc supply and I can program it easily. My chip is NRF52811.
When powered with a Cr2032 the segger studio says id...
Hello!
I have formed a Thread network and I am trying to ping an external IPv4 address and that request is not being forwarded to the border router.
My OTBR is a Raspberry...
Hello I am developing an application based on the "ble_thread_dyn_mtd_coap_cli" example. To create a Thread resource, I see that the "otCoapAddResource()" function is called...
Hi,
we are using NRF9160 based Custom board with Zephyr,
I want to track the Current time in IST format and i need to generate an event to DPPI on particular time (ex...
I might be missing something obvious here, but when the device is flashed (via SES), the application works correctly. When the device is power cycled or reset due to the watch...
I already flash the ble_blinky example to the nrf52840-dongle using nrfconnect desktop. The question is it is possible to do DFU OTA via Bluetooth without nrf52dk or nrfconnect...
Hi,
Can mocks fully compensate for C++ standard features.? Is it recommended to write C++ code in nCS project by using these mocks.? What is the support for C++ operator...
Recently I develop products on nRF5340, I plan to make the full BLE stack run in the net-core, and app-core only runs application. It involves data exchenge between net-core...
Hello,
We have a application with soft device on nrf52832 with SDK 15.3 with 60 uA power consumption. It works as it seems for now.
We wanted to add DFU buttonless feature...
Hi,
We were using Nordic HAL for FEM modules to drive our PA/LNA using nRF52840 on zephyr (no NCS). It was only a basic configuration, where the PA and LNA pins were selected...
Hi.
I have a quick question regarding the RSSI Value of Messages sent in a Bluetoth Mesh Network.
So my question is: How exactly is the RSSI Value defined and how does...
I have a few questions about the DFU:
Is it necessary to flash everything together (Bootloader, DFU, APP) for the initial programming when testing buttonless secure DFU...