Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
I want to generate a pulse signal with PPI, timer2 and gpiote. But it doesn't work. Anything wrong with my code?
void init_timer1()
{
NRF_TIMER1->PRESCALER = 1;
NRF_TIMER1...
I'm working on a product that integrates an nrF51822 talking over SPI to an external display. The display protocol involves a series of alternating 10 us sleeps and SPI sends...
Hi,
Is it possible to skip a advertising channel by maximizing the advertising interval?
I can measure the current consumption of my device through CRO as specified in Evaluation...
My code:
uint32_t err_code;
uint8_t randomBytes[6];
err_code = sd_rand_application_vector_get(randomBytes, sizeof(randomBytes));
When this function is called...
Dear Sir,
What is effect, if I change the Heap Size from 2048 to 1024 in arm_startup_nrf51.s file?
On my project, my device (nrf51822) connect iphone with ANCS, sometime...
Generic Access (0x1800)
General Attribute (0x1801)
can them be removed? if they can't be removed, can we use it instead of customer service? my purpose is to reduce advertising...
Hi,
is there a function that returns free or used memory of the BLE SD? I'd like to know how much memory is allocated for added service and characteristic and make a guess...
Hi I'm looking to Program the NRF9E5 RX board so that the LED remains high until the switch is pressed on TX. So the TX button would turn the LED high and remain so until...
Hi,
How can I use nrf905 with an Openwrt based module? Are there any driver for operation systems? These modules have many gpios.
Openwrt based modules are simply Wifi modules...
Have anybody a solution for my problem ? nRF24LE1 is first in low power state (PWRDWN is 3 or 4) and wakes to send a message. Mostly the message has the same PID identity...
Hi,
I am using the SPI ports (0 or 1) to communicate with a peripheral chip, and the operation is undeterministic.
For test, I put the SPI code to read the peripheral...
I have bought from ebay 10 nRF24L01 and I'm trying work on a ,for more that 7 days, project sending 7bytes data. I have build (on a breadboard) the circuit described on that...
Hello everyone!
I have two sets of PIC18F45K22 and nRF24L01, one as a Tx, and another one as a Rx. I have programmed the PIC using mikroC compiler. My question is how do...
I am wnating to clarify, if i can use the Gazell protocols on the nrf51422? I can't find it in the SDK for the 51422, but it is in the sdk for the 51822.