I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
Hi, we have been experimenting with the ESB PRX and PTX examples and have integrated them into our code. We are using the PTX to continuously stream data to the PRX side and...
Hi,
I working on migrating my project from SDK 14.0 to 15.2 and are currently working on the secure_bootloader. In our current solution we use the __weak nrf_dfu_button_enter_check...
Hello everyone!
I am trying unsuccessfully to advertise a custom UUID as LBS along whit HRS but the examples use different functions to handle the advertising.
The blink...
Hi,
When I add a model that extends others (i.e. not a root model) to an element, should the extended models (for example root models) be in the same element?
Maybe the...
Hi , I am flashing applications related to UART / USB but after flashing I am not able to see the log on serial port as per seetings given in manual.
http://infocenter.nordicsemi...
hlo sir , In my code there are 4 gpio interrupts,
if they comes at same time which will execute first.
There is any optional to assign priority to each gpio interrupts...
Hi - I have an application where I sometimes get an NRF_ERROR_INVALID_STATE error on disconnect when the distance between the client and server is beyond certain limits. ...
Hello to everyone. I´m trying to configure the buttons of my SDK nRF52 to turn on LEDs, but all the examples I´ve found here are using BSP_EVENT_HANDLER. So, my question is...
Hi,
I am developing an application on an nrf52840 based custom board that includes a dfu bootloader. Currently this bootloader is the example secure one. This will be tweaked...
Hi,
I spent a lot of today trying to get or even to find instructions on how to get log messages (RTT) out of both the app and the bootloader I am working on. This was the...
Hello all!
I tried to develop a small BLE application and got stuck with endless loop in nrfx_uarte_tx() function (nrfx_uarte.c driver) which loops endlessly in these lines...
Hi, I am running Segger Embedded Studio (4.10a) to get used to the Nordic DK for the nRF52840. Now I have found, that the register display seems not to be able to show some...
Hello,
just a quick question for my understanding: If I use differential mode and have the Vp and Vn pins as an input channel to the SAADC, then may I only supply Vp with...
Hi,
I followed the example nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu to add DFU service into my 3 programs. One has HTS service, one has HRS...