Page 1 of 1

Is it possible to connect Lithium battery to T4?

Posted: Thu Sep 26, 2019 11:44 am
by harshalrode
Is it possible to connect below peripherals to T4? & How?
1. Lithium battery
2. GPS
3. Accelerometer
4. G Sensor

Re: Is it possible to connect Lithium battery to T4?

Posted: Fri Sep 27, 2019 10:13 am
by v8dave
The T4 has a 12V input so unless you can create a battery system with a 12V output, you are stuck. The design of the board prohibits direct connection of 5V to the GPIO headers, unlike some of the other boards.

The PMIC used does not support a battery either.

GPS and accelerometer can be connected via USB for GPS and I2C for the accelerometer. You will likely have to develop your own driver for them unless you can hack the kernel to add them if the source already exists.

Re: Is it possible to connect Lithium battery to T4?

Posted: Tue Oct 01, 2019 5:01 am
by harshalrode
[quote="v8dave"]

@v8dave
Thank you for your reply!

For battery: do you know any ready board to interface to T4?
For GPS: I found Ublox module to connect through I2C. I need to search accelerometer.

If you can let me know the software side coding required/webpage, it will be helpful.