When I was using the device as peripheral, I was wondering when the Softdevice notified BLE_GAP_EVT_SEC_PARAMS_REQUEST and BLE_EVT_SEC_INFO_REQUEST:
1, when peripheral...
hi dear nordic employee:
I tried to build the project ble_app_hrs_c(pca10040) by keil5
but I get an error :
._build\nrf52832_xxaa.sct(7): error: L6236E: No section...
Hi,
I am a bit confused about power consumption when using app_uart_fifo. To save power I put MCU to sleep in between each sent and received byte by using __WFE and __SEV...
Hi! I am building an android app for my project. I am using Proximity , UART and DFU from nrfToolbox app. I have 3 buttons on my home screen dedicated for each of them. I...
Dear Nordic employee:
1、 what do I have?
I have a thingy52 develop kit(nrf52832)
2、what is my purpose?
the quality of thingy52 audio demo is not good(iphone7)...
Hello Nordic,
My development environment:
SDK>> NRF51822_SDK10, SoftDevice>> S130
Example>> ble_app_uart
I am looking forward to your reply!
Thanks.
Best Regards...
Dear friends,
according to "nRFConnect_BLE_User_Guide_v2.0", to set up a local device,i should complete the following steps:
Connect a development kit or dongle to...
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...
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...