Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
I wanted to get Simple MQTT example and followed Case ID: 222137
I followed Martin Lesund's suggestion to get the latest updates in the master branch to nrf. I am using...
Hello I work for a product to produce 2 BLE products:
several sensors with NRF52832 + LIS2DH12 (accelerometer) + HTS221 (temperature) + ICM-20689 (motion)
a gateway...
SoftDevice uses more interrupt time or less depending on API use. When not using any softdevice API (but softdevice still enabled), does the softdevice still generate priority...
We have a question about firmware upgrade during our development based on nRF52840. I understand that there are couple ways to upgrade the firmware by phone/tablet/PC. However...
Details: SoftDevice 132, nRF5_SDK_15.2.0_9412b96, nRF52832
ble_ots_init started to return NRF_ERROR_NO_MEM after adding more services and characteristics to ongoing project...
Dear Nordic Semiconductor team, I have a problem while running AT_CLIENT application on nRF9160 DK. Firstly, everything goes good, all indicators are green in the LTE Link...
SDK 15.2 API 6.1
I am advertising with 1 nRF module and trying to scan with a second nRF module and connect.
the advertiser
the scanner
When i start the advertiser...
Hello,
I have the following scenario: An Android Phone is playing the master role and two nRF52 custom boards are connected to the master as peripherals. Both peripherals...
Hello,
I have problem with implementing UART to simple_coap_client example, but there is too much problems. Some issues have been solved, but it still is not all.
defines...
I need the nrf52 as a I2C slave, so I set up a very minimal example:
which seems to work so far. the chip wakes up, receives the i2c msg and is able to send back data...
Hello,
I'm trying to do some power optimization in my project and I'm looking for information about current consumption of different peripherals. Unfortunately, the information...
Hi,
Currently I am trying to implement Watchdog functionality into my Project.
I have the followowing problem:
I use the Nordic WatchdogTimer.h and instance the class...
I am trying to implement a DCT on a nrf52840 board and have been looking at using the CMSIS DSP DCT function to achieve this. Does anyone have an example of this function...
I have 2 custom made boards.
I took the first board.
I tested low power consumption. And it WAS working.
Made multiple tests on i2c, BLE, GPIO, Flash memory... All worked...