MOD_BT with A13

Started by kizzoalfa, March 28, 2013, 07:21:35 PM

Previous topic - Next topic

kizzoalfa

Hi,

I just bought an Olimex A13 with LCD and MOD-BT. Can somebody please guide me how should I start with BT?

Currently it cannot be enabled under Android.

What should I do? I have read here that I may need to enable BT via  sys_config.fex?

Thanks,

Zoltan

kizzoalfa

I found this in the .fex:

[bt_para]
bt_used = 0
bt_uart_id =
bt_mod_type =

Can somebody tell me how to change this? What are the parameters I need to add?

Thanks,

Zoltan

kizzoalfa

Based on what I found until now I guess I should go by:

original:

[bt_para]
bt_used = 0
bt_uart_id =
bt_mod_type =

mod:

[bt_para]
bt_used = 1
bt_uart_id = 0
bt_mod_type = ??? - where is this documented?

Also, can somebody tell me how can I get this working / compiled on my A13WIFI board?

Thanks,

zoltan

kizzoalfa

Hi,

what I have done so far:

Downloaded sun5i_android_a13-evb_800x480_LCD_EN_SD.img to change BT settings. I used imgRePacker.exe to unpack the image and by notepad++ changed BT parameters in sys_config1.fex to:

[bt_para]
bt_used                  = 1
bt_uart_id               = 1   (as I checked UEXT UART ID is 1)
bt_mod_type              = 1

I could reflash my A13 board with the new image but nothing changed, still no BT however factory state MOD-BT is connected.

What else so I need to do? Is the MOD-BT board ready to work with the A13 WIFI board as it arrived from Olimex or do I need to change nay SW in it?

Thanks,

Zoltan