Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
To the kind attention of Nordic support team,
I'd like to open a new thread after the first one ( https://devzone.nordicsemi.com/f/nordic-q-a/46318/configuration-of-gzp_dynamic_pairing...
I have been using Power Profiler Kit nRF6707 for awhile without problem.I made a mistake by downloading firmware when the PPK is attached to nRF52 DK, the software on the...
Hi all
The iC is not advertising , neither it is able to get programmed.
The voltage levels are ok. It is getting sufficient Voltage at its o/p and delivering o/p at DEC...
Hi,
Please help to share Memory size of following SoftDevices:
S112
S113
S132
S140
Also, what will be the memory size of SoftDevice if i implement Central +...
Hi,
We are migrating from 12.3 SDK version to 15.3 version.
We observed the almost 22 KB of RAM is reserved. Where as in 12.3SD version we don't see this.
We are still...
Hi,
our company one new product using you nRF52832. We already prepared everything for CE (RED ) and FCC certification process. Only thing that is unclear is Bluetooth SIG...
Hi!
I am currently using SEGGER Embedded Studio version 4.12, nRF5 SDK version 15.2.0, nRF5 SDK for Mesh version 3.1.0, Hardware BMD-300 Evaluation Board.
i using the...
I need to measure a load-cell bridge. Although, I'm fairly certain I'd be better off with an external delta-sigma ADC with an internal amplifier - I'd like to run through...
Hi,
I study on Thread resently.
I found it is not any output in the Debug Terminal Window when using NRF_LOG_XXX, but the J-link Control panel showed the logs.
Here...
Hi,
I am trying USB DFU trigger.
I have connected GPIO P024 to Reset port P018.
Bootloader is also programmed.
When I use nRF connect/programmer.
It's always waiting...
My system: MacBook Air with macOS 10.14.6, Xcode 10.3, with sdk at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
When...
Dear nRF52832 experts,
I have a SPI slave device which can periodically notify the MCU with data ready (DRDY) signal. For each DRDY signal, we should perform a SPI transaction...