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, I would like to handle in the twi_event_handler the case when the p_event->type == NRF_DRV_TWI_EVT_EVT_DATA_NACK differently and not treat it as an internal error.
...
I'm trying to use separate antplus network key, but I still can receive messages from devices that are configured with another key. Device A was using network key 0,0,0,0...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Hello,
I have designed m custom PCB and i have verfiy my antenna maching network with the spectrum analyser its is perfect matching but the real problem is when i measure...
Hi,
I'm using the Master Emulator DLL to build a VB, everything seems go fine. However I found that if there's a device discovered but fail to connect by some result (eg...
Latest ble-driver-win version is 0.5.0 and supports SDK up to version 8.1.0.
s130 v2.0 needs SDK v11.0.0 (API changed).
So should I understand that ble-driver-win cannot...
In the datasheet it is mentioned that the tx current is 10mA without DCDC. In our board, we are seeing a Tx peak current of 13.5mA. So my question is the does that quoted...
Hi everybody,
I have some troble getting the record_url sample running in my own gcc based build environment. The function calls to the nfc library always return ok, but...
Hi,
the nrf52-DK is using an molex connector to connect the Flex-PCB NFC Antenna. Due to some mechanical issues in our product we have to make the wires longer. It looks...
We are using nRF51822 module and S110 soft device.
I don't know the default value of below parameters.
・connSupervisionTimeout
・connSlaveLatency
・conSupervisionTimeout...
Hi..
i am using softdevice 132 and android MCP.
i want to create .zip file for application, but it shows error like below..
C:\Program Files (x86)\Nordic Semiconductor...
Hi all,
I am facing a weird issue trying to achieve DFU over the air with the dual-blank DFU.
I had integrated DFU with my application(Background story here .) The application...
Hi
I have problem enabling gzll on my nRF51. Error diagnoses shows NRF_GZLL_ERROR_CODE_INTERNAL_ASSERT_OCCURRED (#15), every time I try to call nrf_gzll_enable();
Here is...
I've looked at the reference manual and the several forum questions asking the same question and do not understand the answers as they all seem to point to the same docs/original...
HI All,
We are using NRF52, S132 Softdevice , SDK 11.0.0.
In SPI DMA transfer, when we try to increase size of the m_tx_data greater than 254 bytes, it failed. It is working...