NeonHorizon / lipopi

Guide to setting up LiPo batteries on the Raspberry Pi
GNU General Public License v3.0
416 stars 62 forks source link

Is it possible to use other pins that are not UART? #49

Closed karlahaiat closed 5 years ago

karlahaiat commented 5 years ago

I understand the pins have the special characteristics, but I am trying to run serial hardware on my pi at the same time and was wondering if there was a way to do this without those pins.

mindforger commented 5 years ago

in principle there are several software uart imeplementations all over github for pi's but you'd have to rewrite a good portion of the code to make it work (to use the softUART instead of the peripheral) and also route the pins differently

NeonHorizon commented 5 years ago

More info here: https://github.com/NeonHorizon/lipopi/issues/17