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...
Hi Nordic,
Background:
I am making some changes based on your 2 examples BLE_UART_central and BLE_UART_peripheral to make them talk together with the BLE connection...
I'm use freeRTOS by the nrf52832.But it only 1 channel uart,I need to two channels uart。if analog uart by GPIO,need to us delay.How to generate us delay?
I am debuggin using NRF_LOG over UART. Now I want to implement own UART functionality e.g. to configure the firmware. Is it possible to use the UART for both purposes?
Hi,
I am retaining a buffer for checking whether it is happening the first time after power on or not.
for the first time, I am keeping predefined values(2 for check initialization...
Hi,
I want to make universal AC remote, using nrf52840.
I have decoded IR codes of all AC remotes which have been decoded using IRremoteESP8266 library.
Since AC IR...
I have migrated sdk 15.3.0 to 17.0.0 to my project.
I changed some sdk_config and Makefile for the migration.
after compiling and flashing my device which is nrf528040...
Hi there,
I recently purchased some nRF52840 Dongles for evaluation.
I installed the nRF Connect SDK v1.4.1 and attempted to build a few of the sample projects using the...
Hii guys ,
I am using custom board bluetooth module based on nrf52 which is CBTMN10. I believe I am able to dump example code on my custom board bluetooth module using...
Hi
Is there a way to avoid entering a second time into bootloader mode, if the NRF_BL_DFU_ENTER_METHOD_BUTTON is still pressed after timeout?
I want to enter into the...
Hi,
I am developing a PC app to Buttonless OTA DFU a device(nrf52840) using BLE USB dongle(nrf52840).
1 . The device need a secure bootloader and the ble_app_buttonless_dfu...
Hi everyone,
I am working on the USB MSC example. I am able to create files and perform read and write operations.
Now what I want is to check if there is a FAT volume...
Hi ,
I'm use TWI scanner in nRF5 SDK v17.0.2 . I want to read the value of BM1383AGLV via TWI.
Now I could read the value in a infinite loop , but it is so fast . So I...
Hi Nordic tech support team,
I am currently testing DFU in my custom board (DWM1001) with secure bootloader and buttonless DFU. I was able to completely test the secure...
Hey,
I have configured 2 Thingy 52s , 2 nrf52840 Dongles and 1 nrf52840 Development Kit in a Mesh using Mesh Android Application
I want to create a Blinky type application...
Hi,
I am trying to do dfu in nrf52832..i made a zip file containing (app+bl and sd).the size of zip packet is 530 kb but the application space in nrf52 is only 328 kb..while...