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,
Yesterday I installed the image ' RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img' on a Raspi 3B+ and cpnnected a Nrf52840 DK via native USB. Using the 2.0.0 Thread...
Environment:
Nordic SDK 15.2.0
Eval kit nRF52840-DK / PCA10056
SES debugger on Windows 10
I was trying to integrate nfc_callback() for ...EVENT_FIELD_ON / OFF from...
Hello,
I have a problem with MQTT Publisher example on my nrf52832 DK.
1. I am using ubuntu & nordic's SDK15.2.0 for this mqtt example. On raspberry pi 3b I have installed...
I need to communicate with a sensor through SPI. However, in order for the sensor to switch to SPI mode, its CS pin must go down. So before I do SPI transfer, I clear that...
Hi,
I want to interface RGB LED- APHF1608LSEEQBDZGKC (Kingbright make) with nRF52840 operating at low power mode on 1.8V (@Vdd). The 1.8V external source is capable to drive...
Hi Nordic,
we use the demo "ble_app_hrs_freertos" (nRF52832, SDK13.0)
I'm trying to get it into low power (system on mode) , and the idle task keep on running and the...
Hello,
I had to hard code new MQTT broker settings. Specifically the NRF_CLOUD_HOSTNAME. Whenever I update the nerf_cloud Kconfig to select a new broker, the autoconf...
Hi
On our project we see often softdevice asserts with the version 6.1.1 of the S132. The application we have is offering a BLE GATT service that allows fast serial communication...
We are starting different projects around the Thingy :52. When studying the SDK and harware doc we are faced with a possibly stupid question : we have identyfied an accelerometer...
Hello all. I have been having issues using the hash functionality of the nrf crypto library.
Above is the screenshot of the output I am getting for the code shown below...
I am struggling with the Zigbee SDK for the nRF52840. I have successfully run the light switch demo with the PCA10056 board as the switch and two dongles behaving as coordinator...
I have been struggling to get a Zigbee end device talking to a SmartThings hub which is on channel 14. I have now discovered that regardless of the channel mask I give it...
I followed instructions given here https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
I got it working in Build and Debug mode. However...