Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi all! I am attempting to download a file from a web server to an NRF52832 using the Nordic IoT SDK version 9.0. Are there any good reference librarie? I found a few for...
Please help to understand. How to configure nRf24L01 receiver for 4-pipe (pipe 0, pipe 1, pipe 2, pipe 3 ). But most importantly, how to specify the transmitter settings that...
I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
I can input "hello" in win8.1 with button 0
==
before text in iphone5
I change
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(16, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...
Hello,
I am searching for an exampleproject to learn how to connect to motherboards (or an evaluation board)
over bluetooth:
I try to send data from on chip (nrf51822...
It seems that is not possible to rewrite data on a block ?
I want to persist some data. The first time (after erasing all the flash memory) I store a data on a block, it...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Hi all,
I noticed that there are some instructions for testing keyboard on win8.1 or USB dongle.
Can I test it on my iPhone5s which is iOS7.0.4 now?
Regards,
Aaro...
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...