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'm attempting to implement a buffer in flash using the persistent storage module but have hit a bit of a wall. When I manually set the block size to something less than the...
Hi,
i'm developing an app for Android and iOS that needs to comunicate with a devices based on nRF51422 with S110 v7 loaded.
We want to encrpyt all comunication and enstablish...
Hello All,
I would like to implement static pin on my sensor. Remember how some Bluetooth Headsets are hardcoded to '0000' I would like to implement '123456' since BLE...
Hello all,
I am using nRFgo motherboard(nRF6310) and nRF51422 DK(s310) and
MDK_ARM(keil Version 5 IDE) to build the sample code.
It seems workable to program and download...
I just got an mBed board and I'm having trouble getting the J-Link to work on OS X even though I have version 4.90.
MattBookPro:gcc mbrandt$ JLinkExe
SEGGER J-Link...
Hi,
I have two types of nRF24 equipped devices, let's call it a BaseStation and a Slave. BaseStation is configured as PTX, whereas Slave is configured as PRX. Both use...
Hi Guys,
i've a problem with the simple_uart.c module.
I print some intermediate values with app_trace_log -> simple_uart.c and sometimes, the application stucks at: ...
Hi,
I try to get BLE working on an n51422 with the S310. I would like to implement a cycling_speed_and_cadence GATT server using the provided libraries. For now I've called...
Hey guys,
I am working on beacon profile on nRF51822 QFAAG0 mounted on the nRF6300!.
I checked the SDK version 6 and 7 on it which have been downloaded from myPage in...
We would need to know the type of Nordic 51822's anaog-to-digital converter. Is it making use of so called successive approximation, or some other technology such as sigma...
hi,
In a couple days, I am getting a prototype board with your nRF51822 for evaluation purposes. Is it possible to get access to your SDK and code samples?
Regards,
hi.
i find that my ble app can not receive bytes without any OVERRUN errors through uart while ble is connected and exchanging data. i decrease the baud rate and promote...
I'm a beginner on embedded field.
I am having a nrf51822 development kit & Starter Kit and a mbed HRM1017(including nrf51822).
I tested mbed source code for advertising...
Hi,
I found an information, that:
Concurrent Peripheral/Broadcaster roles is another new feature of the latest S110 SoftDevice. This feature allows the nRF51 series...