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 Nordic team,
I'm using nRF52832, S132 with nRF5_SDK_17.1.0_ddde560 SDK. I want to send a packet with a notification to my smartphone and then disconnect immediately....
Hi Nordic team,
I'm using nRF52832, S132 with nRF5_SDK_17.1.0_ddde560 SDK. I currently implement BLE peripheral for the NRF52832 as it only healthcare sensor data to the...
Hi
We are using the NCS V2.6.99 for a sample project which scans for peripheral devices.
In this sample project, the scan filter (bt_scan_filter_add(BT_SCAN_FILTER_TYPE_UUID...
Hello,
I have an nrf52833 that interfaces with an external flash module. It is configured to store mcuboot's secondary partition. I am able to write the secondary image...
Hello All,
I am attempting to use the scanning module to scan with a filter. Right now I am trying to implement a short name filter.
I am using the nrf Connect extension...
Hi,
I am trying to use a Modbus(TTL to RS485) converter to work with Nrf52832.
I am using rtu_client ( https://github.com/zephyrproject-rtos/zephyr/blob/main/samples...
Hi,
I'm evaluating a scenario of using an nrf9160 with an HMI, communicating via modbus tcp connection.
The hardware setup looks like this:
HMI <-----> Ethernet switch...
Dear All,
I am trying to use sscanf in a project and I am getting the message that it is undefined. I am including <stdio.h>.
I cannot understand/find the reason of...
Hello everyone,
I'm taking the "Bluetooth Low Energy Fundamentals" course For all the examples I followed in the training, from what I understood, we loaded the peripheral...
Hello, we are trying to use the shell over bluetooth but in default it also uses the uart contorroler of the board. us there any configuration option to disable the zephyr...
I have not messed around with devicetree much before this point. I'm trying to create a custom dts and bindings for my device. Within my custom dts file, I reference the nRF52833...