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)...
Looking for the nRF 9160 SMS sample mentioned in Getting Started. I can not find it in the folder mentioned.
This sample can be found under samples/nrf9160/sms in the nRF...
Hi,
I am using nRF52840 on my custom board and Mesh SDK 5.0.0. I am testing the Mesh Light Switch example on my custom boards(one for client and two for server)with battery...
How can I send data from nRF5340 to Raspberry Pi? Do I need nRF52840 Dongle dongle attached to raspberry pi? What functions should be used to send from nRF5340 and receive...
Hi forum,
I am working on nrf52832 custom board, using sdk 15.0.0.
I referred example/peripherals/twi_sesnor example as reference. I am trying to interface LIS2dw12 with...
Hi,
I've stumbled upon a problem that I haven't been able to solve for an extended period of time. I've found several other posts on this forum describing something vaguely...
Hi,
I have a project that need to use a long range bluetooth communication with an Android smartphone or tablet
I use for test a tablet Lenovo Tab M8 TB8505F, NRF Connect...
Hi, before developing a BLE project, just got a general question about nRF connect on PC, does "nRF connect on PC" support Bluetooth 5 Advertising extension, if it is supported...
Hello. Developed with nrf52832 (S132 v7.0.1, SDK v16.0.0).
"pm_peer_delete" is used to delete the peer created during bonding. When I checked Flash when "PM_EVT_PEER_DELETE_SUCCEEDED...
Hi,
I have recently inherited a project from a former worker. The code intends to read data from a peripherial through TWI (the peripherial is a Si7053 digital temperature...
i used aplication twi_sensor form nRF5_SDK_12.3.0_d7731ad and i use s132.i conected mpu9060 every time get error on my terminl NRF_ERROR_BUSY.There is exemle of code main...
Hi,
I am working on a secure bootloader for a nRF52810 chip, and I am starting from the PCA10400e example in the SDK 16 and SD112 on SES (MacOS).
I successfully compiled...
Hi,
I am unable to get any programs using Zephyr to run on an nRF52840DK.
I have tried using the latest DAPlink (from GitHub) and JLink firmware (from Segger) as well...
When HFCLK was changed to "64 MHz crystal oscillator (HFXO)", the following code was implemented.
I am aware that "while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0);" is waiting...
Hello all,
I would like to have some help regarding the usage of CoAP protocol. Is there any sample project that supports SDK 17.02 that I can start from?
I am using...
Hi DevZone,
Here's my setup:
Using NRF5 SDK 15.2.0, custom board based on NRF52840
Battery powered device with 3.6V battery.
Supply voltage stepped down to 1.8V...