Navigation

    M5Stack Community

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

    ecasti

    @ecasti

    0
    Reputation
    12
    Posts
    751
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    ecasti Follow

    Posts made by ecasti

    • RE: Com.X.LoraWan 868 module configured at 470Mhz ?

      @felmue said in Com.X.LoraWan 868 module configured at 470Mhz ?:

      LoraSet

      Thanks a lot, Felix,
      it works !
      Will try to find more details about this firmware to drop some note here.
      Happy New Year

      posted in Modules
      E
      ecasti
    • Com.X.LoraWan 868 module configured at 470Mhz ?

      HI All,
      just bought the module COM.LoRaWAN 868 and I'm trying to configuring as Lora to test communication with a different module i got.
      When i try to configure the frequency, I got error "+ERROR: the command is not supported"
      I'm trying with:

      • ATCommand("FREQ", "868000000");
      • ATCommand("LoraPara", "868000000,18,12,0,1,8,1,0,0");
        and I get the same error.
        Then I tried to inquire about current setting and I get on reset::

      16:21:56.550 -> AT Rev 1.3
      16:21:56.550 -> +AutoLPM=0
      16:21:56.550 ->
      16:21:56.550 -> +LORAWAN=0
      16:21:56.550 ->
      16:21:56.550 -> +FREQ=470000000
      16:21:56.550 -> +TxPower=10
      16:21:56.550 -> +SF=7
      16:21:56.550 -> +BW=0
      16:21:56.550 -> +Coderate=1
      16:21:56.550 -> +Preamblelth=8
      16:21:56.550 -> +CRC=1
      16:21:56.550 -> +IQInvert=0

      and by issuing " ATCommand("LoraSet", "?");"
      16:21:59.708 -> +LoraPara:470000000,10,7,0,1,8,1,0

      If i check on the chip CubeCell, below the logo it show 863-870
      Is there anything wrong on my module?

      posted in Modules
      E
      ecasti
    • M5Camera restore factory firmware

      Hi all,
      I would like to restore the factory firmware on my M5Camera (B) to use as a unit on UIFlow.
      Can you point me to the right repository/firmware to upload on it?
      Thanks in advance

      posted in Units
      E
      ecasti
    • RE: Support for node

      @m5stack said in Support for node:

      DHT12

      I'm using Desktop version and not all demos are there,
      anyway i found that on the online version,
      thanks a lot

      posted in UIFlow
      E
      ecasti
    • RE: Support for node

      thanks, is clear.
      Only one question|:
      Which demo you refer to?

      posted in UIFlow
      E
      ecasti
    • RE: M5Stack does not connect WiFi with Node attached

      @m5stack said in M5Stack does not connect WiFi with Node attached:

      maybe is the router signal quality problem. you could try put the device closer the router

      No, i experience significative degradation with node base attached, while using face base i can connect from long distance. As i mentioned, putting proto board in between mitigate partially, i can gain some meter but not as using face base

      posted in General
      E
      ecasti
    • RE: M5Stack does not connect WiFi with Node attached

      btw if i put in between a proto-modul ( still empty ) work perfectly fine, and maybe should help also getting better measure on DHT12, will try

      posted in General
      E
      ecasti
    • Support for node

      Hi all,
      just received a node bases and i was wondering if there is some plan tu support that bases on UIFlow.
      I tried without any luck to use:

      • RGB : supported only 10 of 12 leds
      • DHT12: env unit can't work because require also BMP280 or fail )
      • IR: Can't use as unit because mapped on different pins
        Of course i don't expect to use WM8978 via UIFlow, but at least the most common components mentioned above
      posted in UIFlow
      E
      ecasti
    • RE: M5Stack does not connect WiFi with Node attached

      Just received and similar issue here, from my desk there is no way to connect to WiFi, it work only closer to the router, it seem the node board interfere with antenna.

      posted in General
      E
      ecasti
    • RE: I2C_Keyboard_Interrupt sample is not working.

      According to several forum, Wire library require interrupt itself while any further interrupt is disabled during ISR call , so this example cannot work .
      Only way to make working should be moving outside wire.read() function inside a proper function registered on Wire.onReceive call ( that i'm pretty sure get called from a proper interrupt ).
      will make some test

      posted in Arduino
      E
      ecasti