Avatar for Glocke

Glocke

Member since Dec 2014 • Last active Jan 2015
  • 1 conversations
  • 3 comments

Most recent activity

  • in JavaScript
    Avatar for Glocke

    I think , from my personal point of view , this is one of the few things missing Espruino . The speed , compilation and/or pseudocode/asembler generation that are key to success of Espruino .

    Most functions that are programmed in a microcontroller pro/hobby, like a leds, some analog readings on these calculations, etc ... every 100ms or a reasonable time, do not penalize the overall implementation of these "events" , but if we add too many other low priority process, over a others CPU-time with the run-time-compilation, and if the project is complicated , it can penalize both implementation and memory usage. The compilation before flash, and the generation of ByteCode (outher o inside microcotroller), is great!

    I encourage you dig splendid views to ELUA project (http://www.eluaproject.net/overview/stat­us). A "languaje script " based on Lua, very mature, and where use of compiling and generating ByteCode done, even when the "source code" ( script ) is stored in Flash memory or a SDCard, less flash memory usage, better speed and low RAM. Lua like a language, I do not like too much. I prefer Javascript. See Cross-compiling at http://www.eluaproject.net/doc/v0.8/en_u­sing.html

    Thank you for this fantastic tool. You encouragement to proceed further in this line ( ByteCode / compilation ) because I believe that is the only (or can be a) problem for Freduino.

  • in General
    Avatar for Glocke

    And...Add, I have tried to communicate with via direct mini-USB on-board, and also by FTDI (Serial1 direct). 115000bauds. No response and no LED !!! Death! :-(

  • in General
    Avatar for Glocke

    I tried to upload the firmware to a mini maple, the firmware uploaded fine (Download & Verify), but does not work! Practically, Maple and Maple Mini are identical, based on the same STM32F103, with slight differences & pinout.

    Great work with Espruino!!!! I'm looking forward to see how advances, and try ... if I can!

Actions