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...
I run a custom multilink BLE service server on nRF9160 DK.
After about 20 minutes of repeated connecting, data exchange and disconnecting from 4 (only four) BLE devices...
Hi,
I need your help to know "How to control RGB LED using PWM in nrf5340?". I have already tried the "RGB_led" sample in NRFconnect SDK v1.5.0
But can't able to control...
Hi
I have nRF52840 DK with nRF5_SDK_17.0.2_d674dde
I am using radio_test example code under examples\peripheral\radio_test:
Radio Channel is fixed at 10,
The data...
Hello,
I am searching for the PCB layout showing ground connections on the nRF9160 Development kit. I was unable to find the DK layout on the product website. Also, I...
Good day, dear developers,
I am using nRF52840 with SDK15, no OS. System has 4 SPI devices (2xSPI, 1xQSPI, 1xLCD controller SPI) and 1 - I2C, all having dedicated bus (no...
Hello Sir/Madam,
I followed the steps of the link https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#getting-started-assistant to set up the...
Hi,
I wanted to create a UART-like BLE channel between a desktop PC (central role) and nRF5340 (peripheral role). On the nRF5340 side I setup Peripheral UART sample project...
Dear Nordic support:
We are now applying the PTCRB, FCC etc certificatioin with China SRTC,
And SRTC need us to fill the attached application document about LTE part(nRF9160...
I have a structure that holds my configuration data for my device. When manufactured, the programming station will flash a hex file to device that has the application and...
Hi,
Please find attached my sample hello world project : It was all good and building fine on VSCode, until I "Pristine Build" the project.
Now there are compile errors...
Yesterday I tested this new code that Charlie thankfully put together for the MQTT simple allowing publishing over the UART. Problem I have now is that I'm getting an mqtt_connect...
Hi Nordic
I have some questions regarding a firmware upgrade:
Hardware: custom NRF52832
Software Version Information: SDK: nRF5_SDK_17.0.2_d674dde Softdevice: s132_nrf52_7...
Hi all,
I have an issue with integration of the AWS IoT in my source code. The example works for me. I've tried to copy&paste the example code to my project (I delete my...
Hi all,
I wanted to start developing with nrf52840DK and rust and set myself to do a simple build that would play a sound when I press a button. I purchased a MAX98357A...
Hi,
I am using VS Code 1.60.2 and nRF Connect Extension Pack.
Currently by default output bin is generated at build/zephyr/ directory. I would like to have rename output...