Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
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...