Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
I'm digging my way through the examples, SDK code, etc, and I'm curious if it's possible to light an LED if the nRF52832 is reaching an error status. This is mainly so I can...
Hello,
I am seeing a strange problem with the nRF52 RADIO peripheral: sometimes a packet will be received that is corrupted, but the CRCSTATUS register indicates the CRC...
My company is developing an embedded product based on NRF52 and until now we are
using Master Control Panel (MCP) to test BLE communication. MCP is a great tool
but we need...
Hi,
when trying to connect to a 51822 target, using for example OOCD
I keep getting
....
Open On-Chip Debugger 0.10.0-rc1-dev-00001-gc404ff5-dirty (2016-12-29-19:45...
I use PPK wit ha stardard setup with all switches set to DK. Everything works fine, excepted that I have a little offset and the IDLE state is negative... which make the AVG...
I have designed a few PCBs using the NRF52 chip with a standard QFN48 pattern. On the first design, we had 8 PCB's made of which, only 2 worked correctly. The others all exhibited...
Hello,
I received BLE_ERROR_GATTS_SYS_ATTR_MISSING event during connection procedure. Tried to look inside and found
/**@brief Event structure for @ref BLE_GATTS_EVT_SYS_ATTR_MISSING...
In code:
case PM_EVT_BONDED_PEER_CONNECTED:
NRF_LOG_DEBUG("Connected to previously bonded device\r\n");
err_code = pm_peer_rank_highest(p_evt->peer_id);
i get...
Hello there,
We're getting an assert in the above code in Soft Device s110 sdk 8.0.3. Can you give us some info as to what that is and how we can address it? To give you...
(EN)
I'm afraid I might no be competent enough, so I look forward to your kind help.
I'm quite new to using nRF52832 WLCSP package(raytac MDBT42 blank module) on a custom...
Hello again,
fortunately I made some progress using the IoT-SDK v0.8.0 on nRF51. I extended the MQTT-example to my needs, but there are still some questions.
The final...
Hi,We plan to establish a star network where more than 20 devices could communicate with 1 host mutually and no-interaction between devices with nrf51822 we are using now...
I have no clear concept about all those concepts, is there any tour or example clearly explain all of these?
At last my goal is that, I want to make my mobile phone app...