I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
Hi Devzone:
I have been testing flash storage project.
in my code I have declared a one page flash at 0x40000 for my own use:
And in flash_placement.xml I have inserted...
I must be doing something obviously wrong but I just can't see it.
I'm trying to create a PPI linkage between the UART RXDRDY event and a timer working in counter mode so...
hello
i am working with nrf52832, s132, sdk 16.0
i am trying to init 3 channels with OVERSUMPELING and BURST enabled:
"
nrf_drv_saadc_config_t saadc_config;
...
Hi. I need to use some of the flash on the nRF9160 for non-volatile storage. But I want to do it in a very specific way to save on RAM usage.
Essentially I want to be...
i want to configure MAGPIO0 (GPIOTE) pin as a output pin.
But its configuration is different from normal GPIO pin, so please guid me that what is process and configuration...
Would it be possible to offer a doxygen tagfile for referencing SDK groups/files in a project documentation?
openCV has this: docs.opencv.org/.../tutorial_cross_referencing...
hi
i have added a timer to a working code with softdevice, ble, uart and pwm for now.
when program starts it gets an error in the app_timer_init funcion ' NRF_LOG_INFO...
Trying to port some SPI code to the Release 15 NRFX API and seeing an error from nrfx_spi.h, line 82
/** @brief Macro for creating an instance of the SPI master driver...
Hi,
Could you confirm that DeviceID found in FICR of nRF9160 is:
1/ randomly generated (64 bits = 8 bytes)
2/ they are not unique, but already on the chip when it...
Hi,
Greetings!
We have successfully checked DFU application from SDK16.0.0 and it works nicely.
We have used android nRF connect app for firmware updating.
Here we...
We have been supplied with a module that sends SpO2 data but it uses 8bit, plus odd parity. I have seen the many questions on this subject and only pose this question to add...