In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
I am working on an automation project wherein I have to integrate ESP8266 with nRF51SDK. So, I want to serially send and receive strings over a physical UART connection, not...
Hello All
For our project we are using teensy3.6 as our main micro controller unit and NRF24L01 as RF transmission device.
Our project include mainly 2 parts
1) Data...
Hi. I've encountered a problem with some of my nrf24le1 chip (near every 5th piece) - current in deep sleep mode is very high (30-80 uA), if i change it to another chip, then...
Does the ui depend on the app design(nrf connect app) or on writing data in the characteristics. For the predifined i am getting a switch but for the one i added i have to...
Dear sir,
Sir I am trying to send an array of 40 values via nrf51422 to your andriod app "BLE SCANNER" by using the function "ble_nus_string_send ". But it is sending only...
I've tried ble_app_uart, nrf_serial.c etc. and none seems satisfactory.
I can write to the logger logger/uart during DEBUG, but it doesn't seem to succeed in RUN.
Question...
Hello,
I'm using :
- SDK 11 s132
- nRF52832
I want to protect my flash against dumping from swd but I'm working also with DFU from our custom app.
Is it possible...
Randomly on my nrf52832, sd_power_system_off() is returning NRF_ERROR_NOT_SUPPORTED and I'm looking for tips on how to figure out why. I'm using a Bluetooth soft device and...
Hello,
May I please check if the following is correct? On the nRF52840-PDK board (v0.9.3, 2017.47), the "VTref" pin of the "Debug In" header is connected to VDD. Should...
I need to upgrade and existing nrf51 S110 system based on SDK 8.x to something that supports the same functionality and also supports both a nrf51 (during the transition)...
I am working on a project where we are using a nordic bluetooth chip and connecting it to a RS485 Bus using UART with Baudrate 115200. The messages sent from the Bluetooth...
I want to experiment with BLE Mesh. I have several BLE400's with nrf51822's. I want to use these as mesh nodes. I want to get the nrf52-dk to use as an interface node. Can...
I recently downloaded Segger's Embedded Studio to compare its performance and ease of use with IAR Embedded Workbench. We have a kickstarter version of IAR for ARM which has...
hi,
i am using nrf5 sdk 14.2.0 ble_app_uart example with keil v5 IDE and i am doing coexistence with nrf5 sdk for mesh v 1.0.1 for nrf52832 mcu.
a have done all steps...