Giter VIP home page Giter VIP logo

Comments (4)

araczkowski avatar araczkowski commented on August 12, 2024

9600 is ok
I stopped to use this one, but I can see in my old code that I used stty to communicate with this board (I did this from Android console)

I was able to send any command like this:

  • set aux mode
stty -F /dev/ttyS0 9600 && echo COM+MAX\r\n > /dev/ttyS0
  • set sound mode (equalizer)
stty -F /dev/ttyS0 9600 && echo COM+SETEQBOOST\r\n > /dev/ttyS0
  • set bloototh mode
stty -F /dev/ttyS0 9600 && echo COM+MBT\r\n > /dev/ttyS0
  • disable tone
stty -F /dev/ttyS0 9600 && echo COM+TONEOFF\r\n > /dev/ttyS0

etc

good luck

from bk3266.

f22raptorroland avatar f22raptorroland commented on August 12, 2024

Thank you for the fast reply.

I've been toying around in the last few days, but of no avail.

Can you please tell me where did you find these commands?
Maybe I am missing something.

Tough, I can communicate with the board, I just all the other functions

My board is a bit different, but the Bk3266 board seems to be the same. Do you think it has a different firmware on it?
One that is missing the other commands, or do they come pre-programmed.

Differences of boards:
Few components missing/different arrangement, tht holers behind USB, and I have an extra tht hole (V) next to (RX,TX,GND) I applied 3.3V

Also, I see on the picture you have the 3.3 jack connected.
When I connect that. I can't send commands, or connect to it is it some kind of transmitting mode?

from bk3266.

araczkowski avatar araczkowski commented on August 12, 2024

im not using this anymore, I'm not able to give you good answers.. sorry
maybe try here https://github.com/tomaskovacik/BK3254

from bk3266.

f22raptorroland avatar f22raptorroland commented on August 12, 2024

Thank you.
I just found the git you linked yesterday.

It is very helpful. It seems my board is a different version, and lacks this functionality.
The irony is that the older ones have all the commands.

If you are not using it anymore, can you please recommend something for a similar application?
What are you using nowadays?

I'd like to query Bluetooth volume (AVRCP). That's all the functions I really need.

from bk3266.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.