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...
I see the nrf51822-DK and and nrf51822-EK are now marked 'not recommended'. Why is this?
I now see an nRF51-DK and an nRF51 dongle. Are these now the current development...
Hello,
I want to use broadcaster mode for nrf51822, could you tell me please what I must to do to use this mode?
I suppose I must to set BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...
Hi,
We need to develop piconet where each device able initiate receiving and transmitting data.
According to a Bluetooth Core V4.0 specification this topology named like...
Hi Nordic DEV Team,
In my application, I would like to use sd_flash_page_erase to erase like 100 pages user data; the problem of pstorage is that I cannot specify the page...
I am connecting my development device acting as a BLE keyboard using HID over GATT and it seems to be draining the phone battery very quickly. Every 7 seconds I would get...
I am using a US-100 ULTRASONIC SENSOR MODULE, and I need to measure the pulse width that this sensor produce. In arduino we can use a metode called "pulseIn", that gives you...
Hello-
I'm trying to load the Blinky example, I am using the nRF51822 Evaluation board.
I am able to compile but cannot load the board, a window with "Cannot Load Flash...
I use the Timer2 and the PPI for toggle a GPIO to control the frequency of 16Mhz Quartz is correct.
But when I stop the function I have a permanent consumption of ~ 6 mA...
As title.
I want to make a ANCS function on serialization codecs. But I think that is not support on original serialization source code.
How can I make a ANCS function...
Hello all,
we want to design a new product. in short description, it can be view as a key fob dongle and an access reader.
the key fob can be a stand alone key fob ( as...
Hello,
I have written codes for my dspic33 to communicate with other sensors through SPI before, but I am having some difficulty getting started with the nrf8001. This is...
Howdy,
I just got my nRF51822 Bluetooth Smart Beacon Kit. I down loaded "nRF Beacon iOS_1.0.zip" and fixed up the project and targets so that it was using the correct Code...