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...
Hello,
I have to send 15 bytes on uart of nRF52832 (nordic micro is the receiver), but I have APP_UART_COMMUNICATION_ERROR. If I send 5 bytes everything works fine, if I...
I have a beacon from Wellcore, w912, with NRF51822QFAAH0. I use NRF Connect and I see the temp and accel sensors but I dont know how to enable them. Is there a manual you...
In section 23.1 "EasyDMA" of the Product specification, it is written that "the S0INCL field in PCNF0 determines if S0 is present in RAM at all if its length is zero." But...
Hi I am building a project, where I need to initialize the ADC using a timer. Whenever there is a timer interrupt "nrfx_saadc_sample" gets called and ADC starts sampling....
I want to find the mac address of the nRF52 DK and assign the instance ID of the eddystone format.
I am using the eddystone sample app from the SDK 152 and softdevice 6...
Hi,
I would like to build an application on Ubuntu PC, using github.com/.../nrf52-ble-image-transfer-demo The purpose is to do some analysis of the images taken by Arducam...
Hey everyone, I'm having an issue communicating with a QSPI flash on a custom development board, using the nRF52840. The flash is a Winbond W25Q16JVSSIQ. Schematic and pins...
Hi,
I am using a custom NRF52832 board. I am using Nordic SDK + BLE code, and whenever I am trying to do an erase of flash memory with start address as 0x70000 and end address...
I try to get the info listed in the following paragraph (From the nRF91_DK user guide) but just get run the run around with the web site. Anyone got a link to this information...
The flash requirements for both the S132 v5.0.0 and v5.1.0 are the same, however the size of the v5.1.0 softdevice is quite a bit smaller.
S132 v5.0.0 uses flash addresses...
Hello I try to get the mac address of connected device
/**@brief Function for the application's SoftDevice event handler.
*
* @param[in] p_ble_evt SoftDevice event...
Issue with Zephyr software platform and sleep state for the Nordic chipset. We can see when using the power management sample code for Zephyr that it consume 300 uA in sleep...
hi,...... i am merging the nRF52832 and heart rate sensor BH1790, SEGGER 15.2V i want to read the heart rate sensor , for that i want to write the paramater of address, 41h...
After beating my head against the toolchain for quite a while, I finally managed to get SES to compile the ble_app_uart for the nRF51822 using the s130 soft device. It works...