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...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hello everyone,
I'm working on a Bluetooth device using the Zephyr framework. I need to maintain a current connection while also continuing to advertise. If another device...
I am using nrf5 sdk 17.1.0, segger embedded studio v6.40 and nrf52832-dk, when running the spi example, i do able to see the log only after the build, and when i reset the...
Hi,
I'm starting some development with NCS on the thread CLI sample and I wanted to adapt the code to work on a custom module. The goal is to be able to log some data through...
Hi,
I have been running thingy91 to learn more about nRF_Connect SDK and the assets tracker project.
I did all the beginner-level steps, hardware setup, nRF cloud setup...
Dear Nordic developer community,
I am in the process of developing a communication with the PC via the USB CDC ACM interface of the nRF52840 chip. The information received...
Hello Community! I am working on a small project on nrf52832_mdk beacon Where my main goal is to optimize the current consumption. I removed all the unused peripheral and...
Developing a device based on the nrf5340/nrf7002 pair, with a user interface.
I decided to use the Nordic 'buttons' and 'click-buttons' modules from the CAF framework for...
Hi All,
We are currently using this nRF-5340DK to understand the individual driver functionalities before we start our project with our kit .While doing so we encountered...
I am trying to get a pancake motor working with a nRF5340 using Zephyr in VSC. I have an intermediary board.
I keep getting this error:
I have these settings in the...
HI there, In the Serial LTE Modem documentation for the nRF9160 DK, it is mentioned that the GPIO voltage level should be 3V using SW9 when using an external MCU & UART2....
Hi, I am using the Nordic NRF52832 with SDK 16.
My device is configured to advertise continuously for a specific duration.
However, when tested using the nRF Connect app...
I am attempting to get the BMI270 sample working on an nRF5340DK, using nRF Connect SDK v1.6.0, but all attempts at device_get_binding("BMI270"), device_get_binding(DT_LABEL...
We are trying to interface Texas Instruments TMP144 using the UART in nrf52DK. We attach the sensor board to UART pins in nrf52DK put it seems that the transmitted data is...
Hi Mate,
Like most of the other tickets in this thread, I have a large application and need to DFU it using Bluetooth. I know nrf connect is not compatible with the single...
I now want to have the host and slave in SDK17.1.0 to establish master/slave communication.
What if I change? If I use nRF5_SDK_17.1.0\examples\ble_central\ble_app_uart_c...