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...
I am doing rapid development for a project, using the nRF52840 DK. Two key features are USB and BLE central role.
I started with the usb_cdc_acm project and am merging in...
Hi all,
I added newliib-nano to my GCC project, when I use new ( std:: nothrow) I got
I add some C++ flags and link flags:
custom-nano.specs:
How should...
Hello everyone!
I have been working on getting data from ADS1299 ( ExG bio-signal sensing). I successfully got data from this IC using STM32F407VG (Cortex M4) and transmitted...
Hi I'm using custom nrf52832 board, SDK14.02 and SES. I want use pwm driver to generate 2 channel pwm wave with custom nrf52832. Everything is working fine in nrf52DK board...
Hi,
I am to update the SD version that I am using, and in the documentation to create a firmware packet with nrfutil states that the table can vbe found with nrfutil pkg...
nRF52832 / SDK V15
Hello,
Is there is way to read the nRF52 flash memory (any location if possible) over UART without uploading a program in the flash memory for that...
Hello ,
I'm trying create a beacon Scanner.
I'm using the s130 protocol stack on the nRF51 DK , namely the nRF51422 SoC and PCA10028.
what I'm trying to achieve is...
I am trying to work through the MQTT-SN Examples that comes with the Thread SDK. When I use the prebuilt image for the Raspberry PI 3 board everything works great however...
Hello,
I use an I2C device to wake up a nrf52 microcontroler.
If I just use the init function
static ret_code_t twi_master_init(void)
{
ret_code_t ret;
const nrf_drv_twi_config_t...
Hi,
I'm using Segger Embedded Studio (with gcc naturally). The standard C++ exception handling doesn't work: exceptions are not caught by exception handler. Is there a way...
I have read a lot of the Dev Zone questions here about the RF Antenna design and read the PCB design guideline tutorials and skimmed some of the white papers. Of course the...
The current example TWI_handler will hang forever is it exits with anything other than NRF_DRV_TWI_EVT_DONE. This can occur if a TWI slave fails to acknowledge the address...
Hi,
Based on the electrical specification of nRF52840's HFCLk, the current consumption seems quite different depends which crystal is being used (attached the screenshot...
Hi,
I have shifted from Arduino to nrf. Arduino is straight forward and with very less dev time. I understand this is way more powerful and next level platform, but does...
I am trying some scanning with a parameter setting, code below. The scan start, I am guessing by the call to nrf_ble_scan_start, generates the error sd_ble_gap_scan_start...