Code Monkey home page Code Monkey logo

lin_master_portable_arduino's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

oldnavi

lin_master_portable_arduino's Issues

Sending messages to LIN

Greetings. Please tell me which transceiver to use? I have a mcp2004a and tja1020. But I can’t figure out how to send a message to the bus.
I would be grateful if you write to send and read messages from the bus.

Use on stm32

Greetings my friend. Please tell me, can this be used in stm32? Perhaps you have some experience with stm32?

Failure to build for ESP32 due to lack of SoftwareSerial

Trying to build LIN_master_portable/examples/LIN_HardwareSerial_ESP32_Background/LIN_HardwareSerial_ESP32_Background.ino fails with:

In file included from /home/dave/Arduino/libraries/LIN_master_portable/src/LIN_master_SoftwareSerial.cpp:14:
/home/dave/Arduino/libraries/LIN_master_portable/src/LIN_master_SoftwareSerial.h:25:10: fatal error: SoftwareSerial.h: No such file or directory
 #include <SoftwareSerial.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.

This is with esp32-arduino 2.0.9 release. I've checked back to the 2.0.0 and 1.0.6 releases and it doesn't appear to work there either. From what I can see SoftwareSerial is not supported by the ESP32 Arduino core due to issues with reliable bit timing due to the FreeRTOS base.

The build problem is possible to work around by removing || defined(ARDUINO_ARCH_ESP32) from the list of supported platforms in the top of LIN_master_portable/src/LIN_master_SoftwareSerial.cpp.

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.