Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Apart from pressing Button 4 or adding a DFU service to current running application. Is there any way to enter DFU mode from application?
Is it possible with nrfutil to...
Is there any tutorial or good example for I2C communication using TWI? I already saw the examples for TWI, but I don't find them very intuitive to change for I2C.
I'm trying...
After updating an application on nRF51822 chip with a new application which has new Characteristic UUID via BLE, iOS app cannot detect the new Characteristic UUID.
I know...
Hi to everyone,
I'm trying to use the CMD Mode of my Sniffer but I have different problems. First of all, when I switch to the CMD Mode the red LED didn't blink (it doesn...
`Hi Guys,
I have some sensor data of 20 bytes at each measurement at different period stored in EEPROM. Now i have to transmit all data over BLE continously.
example ...
I have a laser distance sensor module. I want to connect this module with my nRF52 DK(PCA10040). The module communicates over UART:
Supply (2.8V-3.2V VDC) connected...
I want to purchase a BLE development kit. My current preference is nRF51 because there are more nRF51422 BLE modules in the market.
www.nordicsemi.com/.../3rd-Party-Bluetooth...
hi,
I'm using ble central example using S130 softdevice . It works fine without editing anything. In my application, I dont want to put the nrf51822 to System On low power...
We are seeing random connections on our peripheral devices and we have tracked them to a Mac Pro. The computer has never been paired with any BLE devices so we have no idea...
hi
in this pic CODE_R1_BASE is 0x16000 and amount is 88kB
how its size in keil is 0x29000
if i calculate ram we have 8kB
8*1024 = 8192 that is in hex 0x2000 its...
How can I advertise a custom service and the Device Information Service?
I tried the following, but only my custom service is visible in the Nordic Master Control panel...
Hi there,
I'm issuing a STOPRX at a specific time but I'm noticing that more bytes are being put into the buffer from after the STOPRX was issued.
Is there a way to...
Since I've migrated to SDK 10 and updated all my toolchains I've noticed that when I debug on Eclipse, when I run my code nothing happens properly. However if I pause and...
There are various examples in the keil microvision examples for DTM.
The list is below. Is there a difference between these examples?
Which one should we use if our design...
Currently the default for the SPI0 chip select is active low. I would like to change it to active high. Can I do this?
If not can I just have the SPI chip select on a pin...