Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
In other words, is it safe to assume that in various BLE events, conn_handle is either invalid (0xFFFF) or between 0 and (CENTRAL_LINK_COUNT + PERIPHERAL_LINK_COUNT - 1) ...
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...