We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
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...