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'm building a project for the nRF52832 using the NRF5-SDK version 14.0.0. I'm compiling using GCC 6.3.1 ( arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors 6-2017...
Hello,
We are using the AWS library on a Thingy91 to enable FOTA. We have a working example where we store the bin file in S3 as instructed in the SDK documentation.
Now...
Hello, I am trying to use the Peripheral UART code with the nRF9160-DK. I followed this guide https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started...
Dear All, I was wondering if you could provide any examples or advice as to good practice techniques when using the Watchdog timer in a multi-threaded Zephyr application.
Hi all,
I'd appreciate some help on the following problem:
I'm trying to put a custom hardware into a low power sleep mode from which I want to wake up regularly. I’m...
Hello
I am doing a project need to implement firmware update from the application
and I reference bellow thread,
https://devzone.nordicsemi.com/f/nordic-q-a/68368/write...
Hi, I am trying to build the light switch server in the nRF for Mesh SDK, but I cannot generate the SES build files using cmake.
I am receiving the following error
CMake...
My central and peripheral are continuously connected at 1sec connection interval to conserve power on both devices.
When a button is pressed, I would like to exchange data...
I don't fully understand datasheet for LFXO.
17.4.3
CL_LFXO Load Capacitance = 12.5pF. Is this the recommended CL for external crystal?
RS_LXFO ESR = 100k. Is this the...
Hello everybody,
I'm developing a webapp that need to communicate with my BLE device, an nRF52 DK Board.
The firmware has some open and some encrypted characteristics...