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
I'm trying to explore the nRF52-DK kit.
I downloaded the demo : www.nordicsemi.com/.../heart_rate_demo.zip
Dragged and dropped the hex-file to the JLINK drive thats...
Hello,
I am utilizing an accelerometer sensor and communicating with it using TWI (I2C). I have both a development kit (NRF51-DK) and the Beacon (nRF51822-Beacon). I can...
Hi all:
Below is my source code for SPI master.
However, the handler is not triggered ...
Is any setting I missed?
Thanks...
void spi_event_handler(nrf_drv_spi_evt_t...
Hi,
I am using nRF51822 BLE nano with mbed IDE. I tried to set channel so that i can achieve the desired frequency for FCC testing i.e. 2402MHz,2441MHz and 2480MHz .I am...
I am looking at the ble_app_hrs_c example (with the s130 soft device on pca10028 dev board). I have set the m_scan_mode to BLE_WHITELIST_SCAN to enable whitelisting. In the...
I have implement the systick with the idea to use it for delay functions.
The systick is running normal if no BLE Events occur, but during a BLE event it seems to be stopped...
Do conditional breakpoints work in Keil uVision5? I open the Breakpoints window and see:
If I set count to any value, I application still breaks on the first pass. When...
Hi
I have problem make the examples in the SDK 11. I get at "No rule to make target"
C:\konskimo\NYII\Spec\nRF52832\nRF5_SDK_11.0.0_89a8197\examples\peripheral\blink...
Hi,
when using timeslots I cannot turn off the external crystal that causes an higher consumption.
I already read this post and tried to turn off the timer0 (using STOP...
Dear Sir,
I merget (Software Device) + (DFU bootloader) + (Application firmware) into PE280_WS.hex
And use the script <<nrfjprog.exe --program PE280_WS.hex>>
it reported...
I'm having trouble building the ble_app_uart example in: SDK11/examples/ble_peripheral
My build environment is:
Ubuntu 15.04
SDK 11.0
GCC
S130
PCA10000
nRF51822_xxaa...
Hi,
I have a pretty hard time to get I2C/TWI running on my 52832 Dev-board (pca 10036).
My problem is, that i do not get any physical I2C signal out of the board's pins...
Hello, this might be a silly question, but i've seen various Nordic examples and i don't know whats the difference?
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500, UNIT_1_25_MS...
nRF52 series compatibility matrix says that you can get the IC revision using nrf_ic_info_get but it is only implemented for nRF51. Does the following patch add support? ...