I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
when I use nRF51822 ESB Protocol,I set retransmit delay = 600us,anything else is working
good,communication is very well,but the minimal Tx period is 1.2ms,not 600us,why...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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...