Avatar for Jean-Philippe_Rey

Jean-Philippe_Rey

Member since Apr 2015 • Last active Dec 2024
  • 51 conversations
  • 389 comments

What I like:

  • Espruino
  • IoT
  • More Espruino

What I do:
80% Hardware
15% Firmware
5%Software

Linkedin: linkedin.com/in/jprey
Twitter: https://twitter.com/yerpj

Most recent activity

  • in News
    Avatar for Jean-Philippe_Rey

    As usual, huge amount of work released, big THANK YOU to @Gordon and other contributors!

  • in General
    Avatar for Jean-Philippe_Rey

    Dear all,

    I am using Espruino for many years and I really appreciate it, however I still struggle at ensuring I always work on the latest script. I usually debug on multiple targets and depending my location I use different computers to connect. I usually save my work on a dropbox so that I am always able to retrieve the latest file at anytime at any location but still, I sometimes forget to save the file. When it is the case, I try always to retrieve it from the Storage of the Espruino target I think I worked with the last time, and overall, 95% of the time it is enough, but... I am sure you guys have better methods, could you share it with me?

    Furthermore, Is there a way of automatically adding a timestamp to the file name when saving a js file from Espruino IDE?

  • in News
    Avatar for Jean-Philippe_Rey

    Tell me about it! I have spent quite a long time looking into it, but I'm not a great Python developer and doing an integration seems like a very steep learning curve :(

    Yeah same conclusion, seems right now difficult to integrate BLE devices in HA (except with BTHome for sensors, obviously).
    I still hope someone will eventually come up with an integration for BLE actuators, or at least with something we can easily use to push data into Espruino. I am thinking especially about Pixls.js which will be perfect for displaying information....

    I did add https://www.espruino.com/ble_led which is an interesting solution for controlling Jolt/etc from Home Assistant

    Oh, that's already really cool, didn't know about it! I will definitely give it a try! Thanks for that!

  • in News
    Avatar for Jean-Philippe_Rey

    Exciting news, Thanks @Gordon ! Great that you have uploaded some tutorials as well!

    Now the missing piece is a native Espruino integration in Home Assistant ;-)

  • in ESP32
    Avatar for Jean-Philippe_Rey

    Espruino doesn't officially support ESP32-C3, everything which is provided is gracefully brought by @Gordon and the community. It may take several months until a stable firmware can be deployed on ESP32-C3. That said, if your company is keen to support Espruino, you could find a way on this page: http://www.espruino.com/Business

  • in ESP32
    Avatar for Jean-Philippe_Rey

    For the time being, if you need to use Espruino with WiFi on ESP32, I strongly recommend you to use one version of the chip which is already well supported (see this table, 1st column)

  • in ESP32
    Avatar for Jean-Philippe_Rey

    If you compile by yourself it will allow you to generate an ELF file, that you can use following this quick explanation to have more clue on what is happening

  • in ESP32
    Avatar for Jean-Philippe_Rey

    I am definitely not an Espruino codebase nor an ESP32 expert, but from what I see in the source, it seems that a null pointer is passed to jsvUnLockInline --> https://github.com/espruino/Espruino/blo­b/ff487e008472deff8113a32ebd3217dbd60640­5c/src/jsvar.c#L860

    It won't help you directly, I'm sure, but it might help others identify your problem and guide you to a solution.

Actions