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...
I am using sniffer to monitor the BLE packets.
I noticed that when master is reading the list of the characteristics, sometime there are 2 handles involved, sometime there...
I'm setting up the nRF52 environment on Linux. I have previously used the pure-gcc setup with the nRF51 and that currently works, but since the nRF52 came with all the GCC...
In nutshell, I intend to achieve
Buttonless DFU over BLE on a custom
board with SDK v10.0.0 and Softdevice
v8.0.0 with bonding retained.
On this custom board...
Hi,
I am attempting to make a PCB for NRF51822 and I was wondering how I would upload a bootloader to the chip? I can't seem to find it. The device in the end will be using...
I checked several (not All) Keil nRF SDK 11.0 Ble_pheripheral examples and the S132 softdevice Hex File doesn't seem to be in the project any more.
The flash softdevice target...
Since the Intel Curie SoC integrates a nRF51822 circuit, it would be great to program it. Being that the canonical OS for Curie's (current) reference platform 'Genuino 101...
I ran watchdog with this code:
void wdt_init(void)
{
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos) | ( WDT_CONFIG_SLEEP_Run << WDT_CONFIG_SLEEP_Pos...
Hi, I'm trying to get pairing working. So far I have set the following in nrfgo studio:-
Device security: security required
Required level of security: Authenticated...
I am from a Chinese company which produce power supply, I plan to use your product and try to download the APP for my Android phone(Sumsung A8). However, I can't download...
Hi,
I would like to add DFU support to my product.
How can I protect from people producing/buying counterfeiter boards and flashing my software on these boards ?
Do...
Hi,
I implemented two services, now I have the following problem. Each service is working standalone, but when I put both together only the first initialized service works...
Hi
I'm trying to get an ANT example running on the PCA10028 but I can't make it work.
All supplied make files are for nrf52 based boards.
As I understand it, I need to...
I have tried many different initialize setting, however the ACK could not be received in pine 1 to 5. The PRX can receive all of the 6 pipes. It works for pipe 0 only. Would...
Hello, sorry if this is a stupid question.I'm using a nRF51822, SDK6.0.0 and S110 7.0.0.I want to modify ble_app_hids_keyboard
to be able to send Volumn_up/down keys to android...
Hello:
I am use nrf51822 to transfor data (BLE <->UART),i need a faster rate in ble , and i found a way in the zone,that to use BLE_EVT_TX_COMPLETE to send data, the send...