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)...
We are using nrf9160 as an LTE-M modem with the serial_lte_modem app running on it. Another chip (ESP32) communicates with it using AT commands and after a few minutes of...
Hi team,
I am working with nRF9160DK on NCS v1.3.2.
I am building the asset_tracker application and from my understanding when running running west build -b nrf9160dk_nrf9160ns...
Hi, I just got my Thingy:91 and I'm trying to run through the getting started guide. On the nRF Connector v3.6.0 app, it doesn't change from "no devices available" to "select...
Hi
I'm trying to develop a solution where I have a different button debounce value (i.e. one call, then another call to app_button_init(..)) depending which part of the...
Hi,
in other vendor LTE/NB IoT modem implementations there are cumulative counters showing sum of time in ms spent in TX, RX, SLEEP.
Together with actual TX power they...
HI
I had setup the toolchain as described but on building the blinky project and other projects i got the following error.
Creating solution blinky.emProject cmake -GNinja...
Hello,
We are working on the nRF52832.
I consider the low power mode , the DC/DC mode instead of the LVO mode. See datasheet.
In DCDC mode there is a coil and capacitor...
Hi,
I had done a python script using pynrfjprog, and use pyinstaller already created an .exe,and this .exe works well on Windows 10 system PC.
But when I run this .exe...
Hi Team,
I'm working on projects based on nRF5_SDK_17.0.2_d674dde with git.
Everytime new SDK released we've to migrate sdk and start over a new git repository and lose...
Hi,
Our plan is to develop a BLE device (GATT peripheral) and to have all the data coming from this device being encrypted. We want to use OOB pairing with NFC.
I read...
Hi,
while i was compile the ble_app_uart example i am getting an error - cannot create command input file '..\..\..\..\..\..\components\softdevice\s132\hex\main.__i'
i...
Hi, It looks like my computer has more updated visual C++ and nrf command line installation failed. Please see attached log file as well as screen shots.
Thanks,
I am using timer ( created with app_timer and started with period of 1 sec ) and ported RTC calendar example in it . But both features do not work together ( since RTC is...