Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
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...
Hi, I made a device with using NRF51822, named 'allb' the wearable device for babies.
http://myallb.com
We're planning to make a new version of it with using nRF52840...
The firmware used operate properly in the past, but it no longer does after we replaced the MCU(nrf52832).
During SOFTDEVICE_HANDLER_INIT, the MCU is stopped.
The previous...
I am working on a peripheral. This peripheral is IO display only. On the other side, the central is keyboard + display. I have a single, custom service with a single characteristic...
Hi All,
I did this tutorial : How Import a Keil uVision project Segger Embedded Studio - A Cross Platform IDE ,
but I dont know what did wrong. I still get this error...
While porting my app to the latest 14.0 SDK, it got a little stuck with the new sdh library. I was previously fetching all events through a custom poll & wait loop, but I...
When a packet sent out and get the TX_DS IRQ by nRF24l01+, the mode change to RX and read STATUS register then write the value to the STATUS register and write FLUSH_RX 0xff...