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...
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...