Author Topic: Need some (export) advice, a Simple LIN Master?  (Read 873 times)

0 Members and 1 Guest are viewing this topic.

Offline onesixrightTopic starter

  • Frequent Contributor
  • **
  • Posts: 624
  • Country: nl
Need some (export) advice, a Simple LIN Master?
« on: June 29, 2016, 07:20:17 pm »
Hi,

I have a LIN Master remote, i decoded the signals, now i want to recreate  this my with own MCU and these signals (in essence replicating the remote).

My question is what would be the simplest way to create a LIN master? I have a Arduino, RPI, and some Microchips laying around. Obviously the smaller the better (RPI is pretty much overkill).

Thanks.
« Last Edit: June 29, 2016, 08:12:23 pm by onesixright »
 

Offline rstofer

  • Super Contributor
  • ***
  • Posts: 9890
  • Country: us
Re: Need some (export) advice, a Simple LIN Master?
« Reply #1 on: June 29, 2016, 08:21:59 pm »
It appears you can use any uC that has a UART and even that isn't cast in stone.  So it gets down to how many messages you need to send/store/create.  Does the uC have enough memory to hold them.  19.2 kbps isn't going to challenge any modern uC.

The easiest platform to start with is the Arduino.  I would probably start with that device even if I planned to move down to a PIC sometime in the future.  Once the software was well understood, it's easy enough to port it to a different device.

Still, it might come down to pins.  Does the Arduino have enough pins for the human interface.  If not, you will need to choose something that does.

Write down all the requirements as column headers in a spreadsheet and then enter uC capabilities on the rows.  Something will make the cut!


 
The following users thanked this post: onesixright


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf