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)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
I would like to know the natural interrupt priority among different peripherals of nrf52840.
Specifically I am looking for default interrupt priority between RTC1 and TIMER1...
Hello, guys. I'm using the PCA10040 and the SDK 16.0's BLE UART peripheral example. I am trying to make PWM signal below.
When PWM0 stops, PWM2 works, and when PWM2 stops...
Hello everyone,
I am working on an nRF52-DK and getting familiar with Zephyr. In this process I am currently trying to extend the BLE MTU size beyond the default 23 bytes...
Hello,
My device is a USB HID peripheral connected to a PC. There is a case when the PC is turned off, but USB power is present. I want to detect this situation.
At the...
Is it possible to detect the presence of a Low Frequency Crystal and configure softdevice to use if present, otherwise use the internal RC oscillator?
A proposal would be...
Hi,
we have troubles to use 4wire NRF LPUART between nRF52840 (client) and nRF9160 Serial LTE Modem app (server).
We use v1.5.1 of nRF Connect SDK.
For nRF9160 we added...
Hello Team,
I want to know while Ble device is connected to the android device and within 5mins if device not get any data from android device then,
- Can device enter...
I am using sdk for mesh v.5 (s140.7.2.0) and nrf52840 DK and want to add uart peripheral into the client in the light switch mesh example and then trigger button 1 once a...
Hi,
I have written Hitachi AC IR transmitter using Smart remote 3 library.
Smart remote 3 library support 2 AC protocols, i.e., SIRC and NEC.
Kindly guide me how...
Hello, I essentially want to figure out a way to use the NFC buffer received by code like the writable_ndef_message example and have that same buffer, in the same code, advertise...
Hi
the new nRF9160 Modem FW 1.3 supports Non Ip Data Delivery (NIDD) on NB-IoT In nRF Connect SDK, there is a new example that can be used to test some modem functionalities...
develop tool is nrf5340dk and sample peripheral_uart in NCS1.5.0 ,when debugging , function uart_cb() alway run in case UART_RX_DISABLED and case UART_RX_BUF_RELEASED
,code...
Hello,
I am developing a product using nRF52840 and BLE communication of my product uses NUS.
SD: s140_nRF52_v7.0.1
SDK: nRF5_v16.0.0
Recently, I want to encrypt...