To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hello,
I'm using a modified version of the examples->peripheral->radio examples from nRF5 SDK v17.0.0 to receive packets sent on Bluetooth Low Energy channel 37 using...
I use ble_app_uart_c.
I have a central(nRF52DK). I have a peripheral(nRF52DK). When i run my code, I would like to see my peripheral's name and it's UUID on the terminal...
I am using SDK 16.0.0, Soft Device S132 (v7.0.1) on a custom nRF52832 board.
I have a secure boot loader on board that is triggered by a buttonless OTA application.
After...
Hello. I'm in the midst of purchasing a power profiler to works with nRF51 Development kit and nRF51 USB Development Dongle. May I know if all the technical resources on nRF6707...
Hi there!
I am using the bluetooth/peripheral_hr sample as a basis for my application, on top of which I need to include the nrfx_qspi driver. However, I get a "undefined...
I wasted a day with this issue. I could not understand why app_timer_cnt_get() was giving me garbage on the nRF51 DK when running normally but when stepping through the debugger...
Hi, all.
I would like to assign location address for some global buffers or variables in ram by using __attribute__ keyword. And I have to add my section in flash_placement...
Hi,
I want to send data in JSON format to android app. I used ble_app_template and midi_service template to create my own service. I can send data binary as much as I...
I am new to BT full stop, especially mating it to iOS. As I see it, my idea is quite simple, but I know I need to start with the hardware, then I can get an app coded to it...
Hi,
What all the parameters should store in non volatile memory for BLE operations?. Does specification mandates some parameters should load in controller?. What are different...
Based on documentation included in http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades I am attempting to get DFU working on the following...
I've got several problems but they are all linked more or less with the power profiler.
All devices I have are nRF52840 dk. The code is written with Zephyr but I doubt it...
Hi Everyone We are using nrf52840 for our custom PCB along with QSPI memory. We are using W25Q128FV as our qspi memory chip.
This function mentioned below is used to initlaize...
Hi,
I want to read and write the data from IS25LP064A NOR flash with QSPI. I am using the QSPI example from SDK v16. Please let me know how to get started with QSPI in order...