Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. arduino

    • R

      Do you know Bluetooth Sample Code. a2dp+spp
      Arduino • arduino esp32 • • riraosan

      1
      0
      Votes
      1
      Posts
      47
      Views

      No one has replied

    • W

      Arduino IDE overwrites UIFlow Boot Loader?
      Arduino • arduino • • wsanders

      2
      0
      Votes
      2
      Posts
      226
      Views

      Unfortunately not. Arduino work on a lower level than MicroPython and so runs directly on the hardware. Micropython is an interpreted language and so need to install a boot loader/ interpreter to run. It can be inconvenient to have to install the MP boot loader when you want to switch back but its now a simple process.
    • A

      VoltMeter ADS1115
      Modules • arduino leonardo • • All_Hope

      1
      0
      Votes
      1
      Posts
      424
      Views

      No one has replied

    • H

      Stamp Pico USB Serial
      Arduino • arduino esp32 • • HannesKannes

      8
      0
      Votes
      8
      Posts
      2327
      Views

      H

      @felmue said in Stamp Pico USB Serial: Or in other words, there is no way to directly connect D- and D+ from the USB-C breakout to the M5PicoStamp. Hi Felix, thanks alot for that information. Was hoping this converter could be easy be done by some ICs and restistors maybe but would be too difficult for me yet. So i think i will get another controller with built in or a cojntroller with onboard USBC connection. Makes no sense to spend much time and money if the device will be procudes 100 times each with MCU and a serial converter. Your help was great!!! Best regards Hannes
    • J

      UWB unit and Arduino UART interface capabilities
      Units • arduino dwm1000 uwb uart api • • jok4

      1
      0
      Votes
      1
      Posts
      821
      Views

      No one has replied

    • T

      UHF RFID Unit (JRD-4035) on Arduino Uno
      Units • arduino rfid project • • tobias.h

      3
      0
      Votes
      3
      Posts
      1342
      Views

      @tobias-h said in UHF RFID Unit (JRD-4035) on Arduino Uno: E.g. what board to select in the board manager ? In the Arduino IDE select: Tools - Board - Arduino AVR Boards - Arduino Uno. May I suggest you first get more familiar with the Arduino IDE, your Arduino Uno board and some simpler sketch examples for the Arduino Uno? Then maybe do some experiments with the serial connection (which is needed to talk to the UHF RFID Unit)? Alternatively you can always get an M5Stack device for which the example has been written. Thanks Felix
    • S

      Extended Core2 LCD brightness - function demo.
      Arduino • arduino • • SarahC

      1
      0
      Votes
      1
      Posts
      1150
      Views

      No one has replied

    • W

      Loss of the program on Arduino
      Arduino • arduino esp32 • • What_is

      7
      0
      Votes
      7
      Posts
      3475
      Views

      W

      @m5stack How can I get bin file from the device?
    • L

      M5StickC - M5.LCD draws only a part of the display
      Arduino • arduino • • lunard

      4
      0
      Votes
      4
      Posts
      2441
      Views

      L

      There is aM5StickPlus library !! Thanks a lot!
    • M

      M5Camera Model B Webserver with ENVII Sensor
      Arduino • arduino esp32 • • mamtho

      1
      0
      Votes
      1
      Posts
      1515
      Views

      No one has replied

    • N

      M5 Atom Lite built-in LED?
      Arduino • arduino • • Numian

      4
      0
      Votes
      4
      Posts
      4062
      Views

      N

      Got it! Thank you!
    • D

      'Serial2' was not declared - Error compiling with Arduino IDE
      Arduino • arduino esp32 • • Degenknauf

      3
      0
      Votes
      3
      Posts
      6588
      Views

      Hi Just add HardwareSerial Serial2(2); under #include <Arduino.h> in /Users/matthias/Documents/Arduino/libraries/M5Stack/src/LoRaWan.h
    • G

      setLowPowerShutdownTime() usage
      Arduino • arduino esp32 • • GregFordyce

      1
      0
      Votes
      1
      Posts
      2252
      Views

      No one has replied

    • T

      Sending Multiple data using LoRa module
      PRODUCTS • arduino arduino ide m5go lora • • thenecniv

      1
      0
      Votes
      1
      Posts
      2482
      Views

      No one has replied

    • T

      M5Stack LoRa and ThingSpeak
      Arduino • arduino esp32 c++ • • thenecniv

      3
      0
      Votes
      3
      Posts
      3440
      Views

      T

      So, I have 2 m5stack core with me. My idea is to have these 2(or potentially more) to communicate with each other via LoRa, one to be a sensor node, and another acts as a receiver. The receiving node will then upload the data received from the sensing node to thingspeak. The components used in this system is the ENV sensor, and the LoRa modules. I hope this explains what I am trying to do.
    • T

      M5Stack LCD Auto Clear
      Arduino • arduino esp32 c++ • • thenecniv

      2
      0
      Votes
      2
      Posts
      2916
      Views

      most M5Stack Arduino API , you can find it from this page. link:https://docs.m5stack.com/#/en/arduino/arduino_api
    • T

      MQTT Library for Arduino
      Arduino • arduino esp32 c++ • • thenecniv

      1
      2
      Votes
      1
      Posts
      3358
      Views

      No one has replied

    • Q

      Enabling IRda on Serial 2
      Arduino • arduino infrared irda serial • • quangan

      4
      0
      Votes
      4
      Posts
      6006
      Views

      B

      Does anyone know how to 'redirect' the UART on Pin 17 for sending to Pin 9. This since the IR-Led on the M5StickC and others within the M5-Family is build connected to Pin 9. It would be interesting to have that light use the irDA protocol, since it is already available inside it.