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...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Even though we passed AT%NBRGRSRP, it returns only ok like below, never returns any values:
AT%NBRGRSRP OK
Could you please advise us how to get the defined values with...
Hi Team
We are using the nrf52840 module for our application, in that we need the enable the "Micro_Ecc" functionality,
What are the steps we need to follow to enable...
Hello,
I have implemented DFU using I2C by modifying the original nrf_dfu_serial_uart.c file. Also, on the master side I have added an I2C adapter class.
The communication...
Hi,
I am a newbie and just started working on the nrf52840 board. I started by using the example "ble_app_uart" and implemented the I2C module to read IMU sensor data and...
Dear all,
I am interested in a BT mesh modules that support precise time synchronization between the modules (microseconds). This is required for sensors application that...
Hi,
I installed nrf Connect SDK 1.2.0 using the nRF Connect 3.3.2 App - Toolchain Manager. (Windows 10)
Using SES for Nordic v4.52, I opened the asset tracker project...
Is there any way I can scan for a short period of time with a duplicate filter on so that I only get 1 packet form the advertising device in one scan window.
For example...
I recently purchased and downloaded the nRF9160DK. The DK User Guide v0.7 does not match the Altium design files schematics and neither match the application schematic in...
I have project with nrf52832.
every second, i want send 11k byte data from nrf52832 to android app, but it is loss data. (i used phone ble 4.2 loss about 1-2% packet)
...
Hi,
Been starting to program the thingy91 and faced some issues. This is the second attempt after failing on the PC and now using the MAC.
Managed to follow the steps...
Hi Sir,
I use the example ble_app_uart_c, the program runs to APP_UART_FIFO_INIT() in uart_init(), an error will occur, and the program jumps to NRF_BREAKPOINT_COND -->...
The nRF52840 product specification version 1.1 contains for the table 160, 162, 164, 166, 168 and 170 the very same content. I suspect, that the correct content can be taken...
Hi, Im new here and microcontroller programming... I curently waiting nrf52840 PDK so Im only quick read SDK and documentation... Before Im program only devices with .NET...