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...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
Hi,
we've developed and produced a nRF52832-based custom PCB with custom firmware that is using advertising, scan, connection, custom Bluetooth service and characteristics...
Hi there,
I am designing my own custom nrf52832 PCB and would like to have my design evaluated before put it to production. I am just wondering if Nordic Semiconductor provides...
I am running SDK 15.2 on an nRF52840. I have programmed my secure dfu bootloader, application, settings.hex, and softdevice via jtag. During the first run after programming...
Dear fellow developper,
I'm trying to create a BLE device using HID service to control music, volume and so on.
I have successfully implemented a keyboard + Consumer...
Hello,
I would like to know if anyone else has faced this issue. Indeed, if i want all the consumer control interpreted in the right way, i need to add a keyboard in my...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...
Hi,
We are currently working on a project involving a few Connectionless BLE advertisement transmitters based on nRF52832 (SoftDevice 6.1.0). On the receiving end we have...
Hello
I m hardware designing engineer in Turkey.
I m designing bluetooth controlled lighting armature. it must be connect other lamps. And must controlled by phone ios...
Hello all,
I got the nRF52832 dev kit and have been playing around with it. I am using Segger Embedded Studio V4.12. I tried out the ble_app_uart and the writable_ndef_msg...
Hello! I used the "blinky_rtc_freertos" example and transferred ticksource from RTC to SYSTICK in "FreeRTOSConfig.h". The application has stopped working. What am I doing...
Hi Every one,
In my application i want to use two UART's simultaneously, for that i am doing continuous switching of UART communication pins.
I am able to communicate...
Hello,
I am trying to designe my own iot sensor board with nrf52840
For my sensor board i will just add lipo charger IC and MPU6050 (accelerometer)
When i look at designe...
Is there a generic sdk_config.h file for each of the Nordic SDKs?
The ones included for each example seem to be missing useful macros/defines, for example, omission of SEGGER_RTT_CONFIG_DEFAULT_MODE...