🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • w5500 Lan v12 Base and SD Card

    5
    0 Votes
    5 Posts
    9k Views
    M
    @basgoossen I believe I’m having the same issue you’re having! I’ve been searching for hours! How did you end up dealing with it? My HTTP server is using the built in esp http server. So I need the 5500 module attached to the tcp.
  • IoT Base CATm and Core 2

    8
    0 Votes
    8 Posts
    15k Views
    G
    In case it helps others, this link is very good using Core2 and UNIT CatM+GNSS: https://www.soracom.io/blog/how-to-use-nb-iot-in-the-us-with-soracom-and-m5stack/ For compatible UK SIM (and nice management platform), likewise see https://www.soracom.co.uk/pricing/eu-pricing/ to order, or there are partner resellers from the Store menu. From my experience, a few extra AT commands to ease use with the base module in Arduino and help fault finding: // Just in case (NB 0000 is default) if (GSM_PIN && modem.getSimStatus() != 3) { modem.simUnlock(GSM_PIN); delay(500); } // 13 GSM only , 38 LTE only , 51 GSM and LTE only | 1 = CAT-M modem.setNetworkMode(38); delay(500); modem.setPreferredMode(1); delay(500); And if you need to ping some extra AT commands while using tinyGSM // Check the preferred selection between CAT-M and NB-IoT String str1 = "CAT-M NB-IOT (1): "; String str2 = ""; modem.sendAT(GF("+CMNB?")); modem.waitResponse(1000L, str2); log(str1 + str2); str1 = "Preferred mode (38)"; str2 = ""; modem.sendAT(GF("AT+CNMP?")); modem.waitResponse(1000L, str2); log(str2 + str1); For instructions/discussion on using raw AT commands with TinyGSM examples see here: https://github.com/vshymanskyy/TinyGSM/issues/518 I'm using the Core2 and IoT BASE CatM, which I've now got working with Arduino. The blog article above uses Core2 and UNIT CatM+GNSS. There is also: UNIT CatM, ThermalOnline CatM and STAMP CATM with an unfortunate mixture of examples to contend with. The bases all have examples that include TinyGSM (probably a good thing), but it makes it hard to compare i.e. when you have a Core2 not a Core or different units from examples. I found it very hard work. Ideally, the examples would benefit from being rationalised to be modular e.g. establish a comms layer first (separate examples with and without TinyGSM, then add MQTT, HTTP, etc. as layers on top. Cover this for all bases and units with SIM7080G.
  • M5STATION data storage

    3
    0 Votes
    3 Posts
    6k Views
    N
    @ajb2k3 said in M5STATION data storage: DowdQ6 Oww.. thanks for the enlightenment - I hadn't understood the '0' of the ESP32 world ESP32-DOWDQ6 vs the ESP32-S2 or ESP32-S3 https://docs.espressif.com/projects/espressif-esp-faq/en/latest/hardware-related/chip-comparison.html I'm revaluating. I need low power sleep (or power off), TF card slot, 3 UARTs, Wall Time RTC , 16MB flash with at least 2MB program space and OTA capability- and that is narrowing to a ESP-S3 and possibly a M5-CoreS3. Though I'm also want to plugin Cell LTE ~ Possibly Cell Modem U128 and RS485/Switched 12V - so needs external power with solar panel. I liked the switched port power on the M5station - oh well.! USB OTG would be extensible to have - especially USB Host if the software is available.
  • DIN Base battery transplant

    1
    2 Votes
    1 Posts
    3k Views
    No one has replied
  • Can't get working core2 with ac power base

    7
    0 Votes
    7 Posts
    9k Views
    J
    I am having exactly the same problem, were you able to figure out how it works? @Past
  • Bespoke base gerber files

    2
    0 Votes
    2 Posts
    4k Views
    ajb2k3A
    The PCB berbers should be on the site along with STL's for the case I also found them here https://github.com/m5stack/M5_Hardware
  • reading 66khz two 12v signal with a core.

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5STACK STATION PORT CONNECTORS

    6
    0 Votes
    6 Posts
    10k Views
    ajb2k3A
    @caterpillaraoz They do on the product page and the product document page.
  • Bala2 Balance loop

    3
    0 Votes
    3 Posts
    8k Views
    H
    @ajb2k3 I said “Bala2” I don’t have a BalaC. (I just realized that the way I phrased this comment sounds rude, sorry about that, I’m not trying to be rude.)
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    28 Views
    No one has replied
  • BALA 2 not recognized in UiFlow 1.10

    3
    0 Votes
    3 Posts
    6k Views
    M
    @hwtaro9 I've never seen bala 2 work with the UIFlow blocks they provide (are those even for the Bala2 or just Bala?). When I had a UIFlow program on mine I had to set the i2c registers in python code (in an execute block), which works but implementing a PID loop in there wasn't something I wanted to do. It would be great to have official UIFlow blocks for that robot though, it's really nice hardware.
  • M5stack BASIC v2.6 GPIO16 input problem

    5
    0 Votes
    5 Posts
    8k Views
    felmueF
    Hello @macsbug I've noticed that too. However there is insulation (capton tape) on the back of the speaker in my M5Stack base v2.6. Thanks Felix
  • GO Base pins

    6
    0 Votes
    6 Posts
    8k Views
    H
    @felmue thank you very much!
  • M5StickC PLUS Watchband is Very Small

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • m5stack basic SDcard mount

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • M5 Base pogo pin dimensions or CAD file

    1
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Testing Lego+ Base and Suggestion

    5
    2
    0 Votes
    5 Posts
    12k Views
    P
    Firstly, apologies for reviving an old topic. I realise i could use base x (and indeed do own one already). However, i was wondering if there had been any progress on adding the pid functions to the api for the lego+ module. i was hoping to use with ev3 motors but was looking to have both speed and position control. many thanks. paul
  • Need recomendation for a battery box for the BaseX power connector

    2
    0 Votes
    2 Posts
    6k Views
    ZontexZ
    Do you need of the shelf product? couldn't find any but I'm sure it can be pretty easy to make one using 3D software and print it using a 3D printer. On thingyverse you could find a lot of great examples.
  • Micropython - SHT30 in BTC Base

    7
    3 Votes
    7 Posts
    18k Views
    S
    @ajb2k3 said in Micropython - SHT30 in BTC Base: Micropython on the M5Paper is in early alpha because we pushed M5Stack to get it out before the holiday. I spent yesterday doing some testing and I cannot get any SHT30 devices to work no matter if its the internal SHT30 on the paper or the env2 unit. What lib are you using as I cant even get raw reg read and writes to work. For now I have abandoned micro python and switched to (yuck) C and platformio.
  • Bala2 - Getting started with example

    bala2
    2
    0 Votes
    2 Posts
    7k Views
    M
    Thanks to @MattM who solve problem in Bala2 example code will compile but running the code does not progress past calibration. <SOLVED>