Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. PROJECTS
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes

    PROJECTS

    • M

      M5stack core 2 TCPIP connection example
      • moonbouncer

      4
      0
      Votes
      4
      Posts
      2132
      Views

      Hello @moonbouncer not that I am aware of, no. I don't see any general TCP blocks in UiFlow. You probably would need to use MicroPython directly. Thanks Felix
    • Z

      M5STAMP C3 ANALOG INPUT
      • zan

      3
      0
      Votes
      3
      Posts
      1964
      Views

      Z

      thanks br
    • C

      M5Stack MultiApp Advanced Firmware
      • Calin

      51
      3
      Votes
      51
      Posts
      223359
      Views

      B

      Hello, I realize this topic is very old but I'm trying to compile the MultiApp Advanced firmware. I'm getting several compile issues: src/Apps/WiFiWps/WpsConnect.cpp:30:12: error: 'struct esp_wps_config_t' has no member named 'crypto_funcs' src/Apps/WiFiWps/WpsConnect.cpp:30:28: error: 'g_wifi_default_wps_crypto_funcs' was not declared in this scope src/Apps/WiFiWps/WpsConnect.cpp:90:27: error: no matching function for call to 'onEvent(void (&)(arduino_event_id_t, system_event_info_t))' src/Apps/WiFiWps/WpsConnect.cpp:90:18: error: invalid conversion from 'void ()(arduino_event_id_t, system_event_info_t)' to 'WiFiEventSysCb' {aka 'void ()(arduino_event_t*)'} [-fpermissive] *** [.pio\build\esp-wrover-kit\src\Apps\WiFiWps\WpsConnect.cpp.o] Error 1 lib/ESP32Audio/src/AudioOutputI2S.cpp:190:10: error: 'i2s_write_bytes' was not declared in this scope *** [.pio\build\esp-wrover-kit\lib803\ESP32Audio\AudioOutputI2S.cpp.o] Error 1 I did clone the git repo today, so everything should be up to date. Looks like I'm missing some library? Thanks, Brian
    • Image recognition and object grabbing with robotic arms
      • ElephantRobotics

      3
      1
      Votes
      3
      Posts
      2009
      Views

      We use M5stack basic as our main controller, we can connect any camera. It only needs to adapt to the camera of StickV or UnitV to complete the recognition.
    • B

      M5 CORE INK
      m5 core ink • • BM22

      2
      0
      Votes
      2
      Posts
      1358
      Views

      Hello @BM22 have a look at this example. It shows how to put 'Hello World!' onto the M5CoreInk screen. Thanks Felix
    • Robotic Arms powered by M5stack
      • ElephantRobotics

      3
      1
      Votes
      3
      Posts
      2057
      Views

      @ajb2k3 Thanks. I'm glad to join this forum!
    • M

      LVGL 8 demo with M5Stack , M5Stamp C3
      • macsbug

      1
      0
      Votes
      1
      Posts
      1706
      Views

      No one has replied

    • S

      M5Stack Bluetooth Comms to ESP32 BT & another device
      • SirMichael

      1
      0
      Votes
      1
      Posts
      1345
      Views

      No one has replied

    • S

      ATOM Motion battery level monitor
      atom motion battery level modificaton battery status • • sei

      1
      1
      Votes
      1
      Posts
      1200
      Views

      No one has replied

    • S

      Cellular-Automatas on M5Atom
      • Schlabbermampf

      1
      0
      Votes
      1
      Posts
      1427
      Views

      No one has replied

    • M5ez, a complete interface builder system for the M5Stack as an Arduino library. Extremely easy to use.
      • Rop

      95
      5
      Votes
      95
      Posts
      435416
      Views

      A

      How do i get the characters for my region such as the pound sign £ ?
    • P

      M5 Stick Plus INPUT_PULLUP
      • Peter Sain

      1
      0
      Votes
      1
      Posts
      904
      Views

      No one has replied

    • F

      M5 stack connected to zwift powerzone's ?
      • FrankM

      1
      0
      Votes
      1
      Posts
      906
      Views

      No one has replied

    • I used Stamp-C3 to make a CO₂ Monitor with zoom-able graph.
      • Bram

      1
      3
      Votes
      1
      Posts
      1520
      Views

      No one has replied

    • P

      M5 Stick C Plus temperature sensor without hat.
      • Peter Sain

      2
      0
      Votes
      2
      Posts
      1281
      Views

      Hello @Peter-Sain most GPIOs on the ESP32 can be setup to do different things - so yes an no, GPIO32 and GPIO33 are not per se analog pins, but they can be if needed. However the DS18B20 is a OneWire component which is a digital bus (and not analog). I just ran a test (Arduino) with my M5StickPlus and either GPIO32 or GPIO33 can be used just fine to talk to a OnWire DS18B20 temperature sensor. Did you connect a 4.7 k resistor between VCC and OneWire data line? Could you share your code? Thanks Felix
    • F

      A little LEGO Robot made from several M5Stack parts
      • frameworklabs

      1
      1
      Votes
      1
      Posts
      1326
      Views

      No one has replied

    • S

      M5Stack Core2 - integration using ESPHome
      • sconstan

      2
      0
      Votes
      2
      Posts
      3387
      Views

      @sconstan Hi, I was working on that. I have a version of CanAirIO Firmware working with Home Assistant. And now CanAirIO Firmware support M5StickCPlus M5AtomLite and M5CoreInk. Maybe I think is possible that works with M5 Core2 Home Assistant Support Home Assistant first release. PR #153 Anaire improvements and clouds refactors battery level primitives on BLE, InfluxDB and MQTT clouds new BMP680 sensor and some Sensorslib improvements Refactor main_value and device_type from Sensorslib
    • Mirror text for projection
      • Phuturist

      1
      0
      Votes
      1
      Posts
      1159
      Views

      No one has replied

    • M

      3.5" 480x320 display with M5Stamp C3
      • macsbug

      1
      1
      Votes
      1
      Posts
      1630
      Views

      No one has replied

    • S

      Making a Robot: USB-C -> ATOM -> 2x SERVO2 ?
      • Schlabbermampf

      19
      0
      Votes
      19
      Posts
      9451
      Views

      S

      On one hand things are going great and i'm learning a lot on the way. On the other hand i realized that reading the Position of a servo, like it is shown in the Arduino example-code of the Motion Kit, is not sufficient as sensory-data (it just represents the applied position/velocity). Due to physical interaction i want to track the real, measured angle to compare with the desired. So in the long run i'll use servos with Position-Feedback to read the angle from the additional wire. As noob its hard to compare any specs, but the "KST MR320 PF" may be appropriate as replacement (still confused about the min and max angle it can take, it must not turn infinite, but a range of at least 270° would be great). For the current prototyping, i will extend each servo with an Angle-Module (potentiometer), combined with a PbHub and connected to the Motion-Kit. This may be a bit overkill (in cables and weight), but cheaper and sufficient to have a nervous-system as processing-inputs.

    Move Topic