I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
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 would be happy to read more about the calculations nrfCloud does to derive lat,lon,precision from cells and wifi.
Detailed reason: see thread devzone.nordicsemi.com/....
Hello,
I want to develop a in-app DFU using SPI on nrf5340.
I plan to use dual section with MCUBoot
The app will need to write to secondary partition based on the SPI...
Hey All,
We are working on a product based on the nRF5340. We will be using symmetric key authentication(HMAC) and was wondering the best way to go about provisioning the...
Hi,
in my product I'm using NCS2.5.1 with 20 peripherals on one central. the peripherals have a connection interval of 2 seconds. Lately was trying out the Zephyr BLE Controller...
We have a setup where our product enumerates as 3 com ports.
Is there a way to name each port from the code so they can be uniquely identified via windows?
The problem...
Hi,
I have MCUboot enabled on my application and would like to enable updating the network core as well as the app core through BLE. The network core is just used for BLE...
Hi,
I am currently developing a project using the nRF52810 as my controller, with SEGGER Embedded Studio (version 5.42a) and SDK version 17.0.2 as my development environment...
TLDR: Turn off your antivirus if you have the same error...
Hi everyone,
I'm trying to install nRF Connect v2.6.0, using either: - VS Code + nRF Connect extension (...
We want the system to be in low power mode in idle state. Therefore after advertisement is sent the BLE is switched off using bt_disable. The return for this function is fine...
I have bought an nRF52840 to sniff BLE packets. I have followed the user guide v4.1.x to install all SW on Windows 10 : So far I have downloaded nRF Sniffer for Bluetooth...
Hi,
This might be a simple one, but i cannot figure it out.. How do I place the rx/tx/rts/cts lines from UART0 on a GPIO1 pin?
In the piece of DTS below, 'tx-pin' is on...
nrf Toolchain: 2.7.0 nrf Connect SDK : 2.7.0 Gateway: nrF5340 Audio DK Headset: E arbud 'MOMENTUM TW 4' (Sennheiser) I try to run and test this following application Unicast...
Hi!
In my project i am using a motion sensor that uses a custom protocol. This has resulted in needing to implement bitbanging for it to work. The issue with this is that...