ronoth / LoStik

LoRaWAN compatible USB test device
MIT License
132 stars 39 forks source link

mRuby #16

Closed zwykl3 closed 5 years ago

zwykl3 commented 5 years ago

Is possible using mRuby on this device?

lolsborn commented 5 years ago

Are you inquiring about LoStik or LoDev?

Also, I'm assuming you are talking about MicroRuby and not mRuby?

LoStik is a device that allows you to send LoRa messages by talking to it over UART and won't run custom code. It is possible to upload your own firmware to the on-board PIC micro, but I don't know anyone besides myself who has tried it.

LoDev is a micro-controller board using a LoRa/STM32 SoC and it maybe possible tot run MicroRuby on it. No one has attempted it to my knowledge. I have spent some time on MicroPython, but so far the tests haven't been super promising 192k flash is a bit tight for MicroPython. It may still be possible, but will require some non-trivial trimming.

On Fri, May 3, 2019, at 2:42 AM, zwykl3 wrote:

Is possible using mRuby on this device?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ronoth/LoStik/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAOZBBSEYIFKLOSWX7A3XLPTQCJVANCNFSM4HKSRJYQ.

zwykl3 commented 5 years ago

I'm interesting Lora communications. In my opinion internet isnt free. mRuby need 400Kb memory to run. MicroRuby is not a oficial way to using Ruby. I like Ruby and write some extension in C. mRuby (and mrubyc) are created in C. Every procesor who have c compiler and malloc can run mRuby.

Lostick for me are great way to connect people like a old BBS or services similar usenet or irc/communicators. For example how connect pygo, gotenna and Lostick? Idea need more flexible and more programmers

Meybe in Lostick 2.0 You put more RAM.