Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. janseta
    J
    • Continue chat with janseta
    • Start new chat with janseta
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    janseta

    @janseta

    0
    Reputation
    7
    Posts
    1919
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    janseta Follow

    Posts made by janseta

    • Problem with Arduino IDE

      Hi everybody,

      I try to upload my firts code to M5Stickc.
      I have done all the steps from this video:
      https://www.youtube.com/watch?v=ppXkl0046dc

      I tried a simple sketck like "Factory Test" from the Examples for M5stickc,
      and ensure to select the right board (M5stickc), the right port (COM3 for me) and the right upload speed (115200).

      But, when I thy to upload, I get allway the same error:

      *Error loading Python DLL: C:\Users\juana\AppData\Local\Temp_MEI90082\python27.dll (error code 5)

      Multiple libraries were found for "M5StickC.h"
      Used: C:\Users\juana\Documents\Arduino\libraries\M5StickC
      Multiple libraries were found for "Wire.h"
      Used: C:\Users\juana\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.3\libraries\Wire
      Multiple libraries were found for "SPI.h"
      Used: C:\Users\juana\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.3\libraries\SPI
      Multiple libraries were found for "FS.h"
      Used: C:\Users\juana\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.3\libraries\FS
      exit status -1
      Error compiling for board M5Stick-C.*

      I tried to unintall Arduino IDE, deleting all related with arduino from my harddisk, and reinstallig all again, but wtih no success

      Any idea?

      posted in M5 Stick/StickC
      J
      janseta
    • RE: Anyone tried MySQL_Connector?

      As I know, that library was created for Arduino.
      Not all the librarys created for Arduino will work "as they are" in ESP32.

      It could be a good idea to look for "MySQL_Connection library" and "esp8266".
      Sure you can use that library with some little changes...

      And if it work with esp8266, it will work with esp32
      (Esp8266 is older than esp32, so ther is much more information about it...)

      ;-)

      posted in PROJECTS
      J
      janseta
    • RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.

      @rop
      Hi Rop,
      I see you worked hard with the clock in ezTime library...
      I wonder what will be the next step...

      Will you merge M5ez with ezTime?
      Will they be independent works?
      Will M5ez call the functions of ezTime?

      ¯_('-')_/¯

      posted in PROJECTS
      J
      janseta
    • RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.

      Avesom work @Rop .
      Still waiting for NTC/RTC time issue... ;-)

      posted in PROJECTS
      J
      janseta
    • RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.

      Hi Rop,

      I have another request ...
      An NTC or RTC Clock service (or both) can be incorporated ...
      For many applications it is necessary to know the clock time.

      It would be ideal to synchronize the clock via NTC every time you connect to a new Wifi, and / or also every so often (every 2 hours, every day ...)

      As I have been able to read, the ESP32 has RTC, but is made for the internal synchronization process, and has poor accuracy. https://www.esp32.com/viewtopic.php?t=3715

      A solution seems to be here:
      You can set the time in the same way as in the example
      ESP8266 / NTP-TZ-DST
      (see constant RTC_TEST) (it is the time of time - seconds since January 1, 1970), for this you can use two or three buttons (SET, + or / and -) and a screen, as in many clocks and appliances.

      posted in PROJECTS
      J
      janseta
    • RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.

      @rop avesome!!! Great!!!
      (づ ̄ ³ ̄)づ

      posted in PROJECTS
      J
      janseta
    • RE: M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.

      More than great!
      Congratulations!!!

      One question, about the wifi password...
      Does de M5s retain it if you turn off?
      Is there a way to retain the proper Wifi and password if the M5s is switched off?

      posted in PROJECTS
      J
      janseta