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...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
Hi,
for evaluating purposes I'm trying to send quite big amount of data (100 kB) via socket interface. Sending proceeds fine until approximately 60 kB is transmitted. After...
Hi,
when powering up the nRF52840 PDK its interface MCU LED is blinking fast and the board is not recognized. I've tried to update its firmware by putting the board in bootloader...
On some android phones we have observed that if we try to scan using nRFToolbox for nRF51/ nRF52 controller advertising with UART they do not show up in the scan list. But...
Hello,
I am developing a wireless sensing device using the nRF24L01+ module and I'm planning to use a u.FL connector in my design. I can't seem to find any manufacturer...
Hello,
I am trying to test BLE with SAADC, UART function.
I am complete the ADC test and UART part.
So now, I want to SAADC with BLE and BLE with UART.
The whole connection...
Hi all,
I tried to follow this tutorial to be able to use GDB as debugger but failed right in the beginning because JLinkGDBServer could not connect. Here's the log I get...
Hi , i am using the nrf52dk and i have a switch statement that depending on the case there is a set of enum and i would like to utalised the push button to increase/decrease...
sir, i am attempting to compile a solution from github(nrf calender) but i could n"t.Tell me where should i put the file and how to compile to make it work??
Hello,
I have a question: how can i make applications for Nordic Thingy:91, and upload them to it? (I am a total newbie when it comes to Nordic products and IoT, i am not...
Hi All,
I am developing one project and there we are using ADC (i.e., SAADC in nRF). I have designed the hardware where I am using Capacitor ( C14, 2.2µF) which is connected...
Hi. I have a nRF52840 setup using the PWM driver, and it is outputting a 50Khz pulse 50% duty cycle.
How do I modify the sequence values so that I can modulate this 50Khz...
Dear all,
I would like to implement the IEEE 802.15.4 stack, using the driver inside the SDK for Thread and Zigbee. Unfortunately there aren't any examples ad so everything...
Hi! Please, excuse the probably stupid question but I'm a real newbie. I'm trying to perform a long range coverage test. I got two NRF52840 DK. Got to install both Segger...
Hello all,
I have a question about nRF52832.
What I want to do is increase a number every 20 micro seconds.
In other words, count how much time has passed .
(ex...