Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ramack
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    ramack

    @ramack

    0
    Reputation
    2
    Posts
    131
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ramack Follow

    Best posts made by ramack

    This user hasn't posted anything yet.

    Latest posts made by ramack

    • RE: Suppprt PIC MCU

      Thanks for the answers. For sure it is possible to buy an ATmega and even a full-featured debugger would be acceptable compared to the effort of porting. But still, I am very biased towards the PIC without logical or economical arguments.

      I did not yet work with the mysensors libraries and only browsed quickly through the github repo. Maybe someone can give me a few hints to estimate the effort deeper than just claiming it as "much workload"?

      What I see so far is:

      • make the C++ code compile (translate to C with clang/llvm and compile with the XC8 compiler)
      • create a new HAL (in hal/architecture) which seems not too much effort for making it initially working

      Questions:

      • Do I see it right, that there is a linux-port available? -> I would expect much more effort to port from AVR to linux than to port it to a different MCU
      • What about the licensing? It looks like the code is GPLv2, but in the CLA it seem that contributors need to give away their rights on the contributions and that mysensors can even redistribute the code under another license - which seems completely against the principles of the GPL. Can someone explain that in more detail?
      posted in Hardware
      ramack
      ramack
    • Suppprt PIC MCU

      Hello,

      I am new here and was redirected to mysensors from openhab. Mysensors seems like a great platform that I was looking for. Thanks for building this up.

      Due to historical reasons and the availability of debugger and MCUs on my side, I'd prefer Microchip PIC MCUs over the AVRs. Is it feasible to investigate into that? - the mysensors core seems to be implemented in C++ which might be compilable to C via clang/llvm and then with the XC8 compiler to small PICs Binary code.

      Did any one try that already? Any one else interested in taht?

      posted in Hardware
      ramack
      ramack