Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
I have implement the systick with the idea to use it for delay functions.
The systick is running normal if no BLE Events occur, but during a BLE event it seems to be stopped...
Do conditional breakpoints work in Keil uVision5? I open the Breakpoints window and see:
If I set count to any value, I application still breaks on the first pass. When...
Hi
I have problem make the examples in the SDK 11. I get at "No rule to make target"
C:\konskimo\NYII\Spec\nRF52832\nRF5_SDK_11.0.0_89a8197\examples\peripheral\blink...
Hi,
when using timeslots I cannot turn off the external crystal that causes an higher consumption.
I already read this post and tried to turn off the timer0 (using STOP...
Dear Sir,
I merget (Software Device) + (DFU bootloader) + (Application firmware) into PE280_WS.hex
And use the script <<nrfjprog.exe --program PE280_WS.hex>>
it reported...
I'm having trouble building the ble_app_uart example in: SDK11/examples/ble_peripheral
My build environment is:
Ubuntu 15.04
SDK 11.0
GCC
S130
PCA10000
nRF51822_xxaa...
Hi,
I have a pretty hard time to get I2C/TWI running on my 52832 Dev-board (pca 10036).
My problem is, that i do not get any physical I2C signal out of the board's pins...
Hello, this might be a silly question, but i've seen various Nordic examples and i don't know whats the difference?
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(500, UNIT_1_25_MS...
nRF52 series compatibility matrix says that you can get the IC revision using nrf_ic_info_get but it is only implemented for nRF51. Does the following patch add support? ...
I am attempting to follow the BLE UART tutorial and everything seems to be going well until I fire up termite and try it out. My phone successfully recognized and connected...
hello,
Every example of nordic is done with only one main.c file , i want to have a
separtate new.c and new.h file and take all the code from main.c and put it to
the...
Hello,
I am using SDK version 9 with softdevice s130 operating as both a central and peripheral. I provide a custom peripheral BLE service, and when it receives some information...
Hello,
I tried to use the example of SPI slave with the sdk 10.0. But I have an issue: the character "Ignored Transaction" is send on MISO pin.
I would like to now why...
Hi, I'm somewhat confused about using GCC, since I don't want to use Keil.
I'm using nRF51 DK.
I see makefiles in the example subdirs of SDK, but I would expect at least...
Hi all,
I am developing a mesh network and i am using pca10001 EK V2.2.0 for nrf51822. Some one suggested this link: github.com/.../sdk-8-support
I did what they suggested...