I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...
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...