Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
I need a cheap 2 or 3 button fob or itag to connect to/control my NRF51 firmware. So far I only could find "AB Shutter 3" as input device with >1 button but it is using Bluetooth...
Hi all ,
I have one question . I have 3 board NRF : 1 peripheral and 2 central board . I want to transmiss
data from peripheral board to central board 1 then from central...
I am reading a large FIFO buffer from a sensor and there are at least two ways to do it - by simply reading the FIFO using the CPU and SPI in chunks of 255 byte blocks, or...
Hi everyone,
I am having problems in getting the low power mode in SAADC to work.
If I enable it in the config file then the ADC doesn't run anymore.( Blank in the RTT...
HI
I've successfully executed the Light control example and remote provisioning example separately but would now like to combine the light control example with the the...
Hello!
i am testing the nrf52 ble uart example. i am able to communicate with the BLE smartphone application (rx and tx) but i cant seem to get printf commands to print...
Has anybody created a table of what SD consumes in term of Flash and RAM.
More specifically I need the resources taken by S332, which include BLE and ANT + DFU.
Regards...
we need to open uart 30s and close it 30s.there is our code:
if(sec_cnt==30)
{
//printf("sec_cnt=30 is now\r\n");//zzq
nrf_delay_ms(100);
nrf_drv_uart_uninit(&m_dtm_uart_driver...
hi
I write a function getT() to read spi thermalcouple chip.
if the function getT() is called in main() function, it will work correctly. Hence, I think that getT() is...
Hej allesammen!
I'm having trouble with the bootloader example "bootloader_secure_ble", which seems to stuck when calling nrf_dfu_mbr_init_sd. But one thing after another...
I'm using nRF5_SDK_14.0.0_3bcc1f7 and SD132 v5.0.0. In response a DATA_LENGTH_UPDATE_REQUEST event, I'm calling sd_ble_gap_data_length_update as follows:
ble_gap_data_length_params_t...
Hi,
I am using nRF52832 with S132 softdevice and SDK version 11. I am getting bad memory address error code.
err_code = sd_ble_uuid_vs_add (&base_uuid, &ble_service->uuid_type...
Hi
I have a softdevice assert problem when i run the "nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch\client\light_switch_client_nrf52832_xxAA_s132_5_0_0.emProject...
we use
peripheral: exemple ble_app_blinky
central: exemple_ble_app_bliky-c
Instead of a button we have a Switch.
When we set the Switch to "on" the led go on.
That...