Thanks Dimi..... got it working fine.
Best posts made by JJ
-
RE: Lesson 3.1. Wi-Fi. Access point
-
RE: M5Stack BLE client for Owon B35T multimeter
@reaper7 Hi Reaper7,
Pretty awesome looking work there !! Thanks for putting the link up.
I loaded the code up but unfortunately I don't have an Owon to test it further..... Certainly tempted.....
Here is photo of it in action from Reaper7's github page:
-
RE: ESP 32 and ESP 8266 libs
HI Kryten,
I believe this should be possible although some changes need to be made to the code to make it M5Stack compatible.
Also perhaps not all functions are available yet for the ESP32 chip itself (& thus also the M5Stack).
For example, re. Arduino core for ESP32, analogWrite is not available yet but is being worked on.
However apparently most of that framework is available. See:
https://github.com/m5stack/azure_iothub_arduino_lib_esp32/blob/master/hardware/espressif/esp32/README.mdPerhaps someone else can add more to this....
Check the link below to visit the EXCELLENT "macsbug" blog for an example of changes made to esp32 code to make it run on M5Stack...... ( esp32-spaceshooter ) . Most changes are minor.
Use Chrome if you need it translated from Japanese, otherwise it may be hard to read. : >
https://macsbug.wordpress.com/2018/01/12/esp32-spaceshooter-with-m5stack/
-
RE: Emulation of games
@km4hpk Hi,
This may be of interest to you - includes youtube video demo (with some sound) and an audio surprise at the end !
-
RE: Turn Off Display
@pelocks @zazar
Hi, you can use these two functions:M5.setWakeupButton(BUTTON_B_PIN); M5.powerOFF();
...as demonstrated in Tom Such's menu system which is discussed in the link below:
http://forum.m5stack.com/topic/78/m5stack-simple-applications-menu-some-appsIf you open the code in Arduino, those functions are used on the "system" tab not the main tab that it opens to. You have to select it.
There is also a handy list of functions here: https://github.com/Kongduino/M5CheatSheet
-
RE: M5Stack ESP32 revision
Expanded capability - now and in future.
Main use now would be MicroPython, which benefits from the extra memory. But it has also been utilised to run Doom on the M5Stack.... Also, some amount (?) of PSRAM is required to run the just released ESP-ADF (ESP Audio Development Framework).
There are probably other applications too. Anyone else got any examples where the PSRAM is utilised ??
AFAIK - You need to use ESP-IDF or Platformio to use it.
-
RE: Let's speed up DrawLine and DrawPixel?
Nice work dda !
Reaper those gui slice screens look awesome !! Glad you added M5Stack support and thanks for pointing them out
-
RE: Board header pin part numbers
@zazar
Hi Zazar,You can buy the headers only without a module - check this tiny link:
-
RE: M5Stack - Simple Applications Menu + some APPs
@tomsuch
Wow ! Nice menu system. Exactly just what was needed. Look forward to seeing how it develops over time... -
RE: CAD Files of the cases?
Hi Buhi,
This is what's available so far.......
https://github.com/m5stack/M5-hardware
https://www.thingiverse.com/thing:2754642
http://forum.m5stack.com/topic/59/diy-mini-proto-board -
RE: M5Stack with CAN
@andi Hi Andi, welcome!
With the M5Stack range there is the base or core unit with the screen etc and then there are the add-on modules, which can be purchased separately.
The pic below shows a PCL (programmable logic controller) module for the M5Stack that supports Can and RS-485. It hasn't been released yet - the pic was posted on twitter Jan 24 2018. Seems like release might not it is too far away... Presumably support will be added then. A brief PLC test video as per pic below has also been tweeted...
I don't see any reason why the current model M5Stack with 4 MB PS-RAM would not support the PLC module.
Micro-python uses the PS-RAM, but general sketches run without needing it.... eg: the earlier model does not have PS-RAM it and runs many sketches. For example, arduino & ESP8266 devices are quite capable despite no PS-RAM.
Watch twitter @M5Stack for product announcements.
Store link via: www.m5stack.com
-
RE: M5Stack - Simple Applications Menu + some APPs
@tomsuch
Awesome... all wifi scanner functions working perfectly - thou i couldn't test the page function due to lack of networks... excellent work Tom !! Thanks for making it happen. -
RE: Memory related issue
@remeshck Hi Remeshck,
Check the discussion at the link below... hope it helps.
http://forum.m5stack.com/topic/132/m5stack-ble-client-for-owon-b35t-multimeter/3
-
RE: M5Stack with CAN
@andi
Hi Andi, I hadn't noticed that one had CAN right on the GPIO like that.....This appears to be a early design featuring use of the ESP32..... various things have changed since then... including the M5 bus as I'm sure you're aware.
I have not see this model in the wild.... maybe some were produced in small quantities - I don't know. Anyone ?
I would guess that the board design was updated before release of the current range of models.
Is there anything stopping you from using the new PLC module for your application? (Mentioned again in twitter today). Or was it mainly the convenience of having the CAN built into the main unit, without the need for an extra module ?
Here's the current M-BUS layout for those playing along at home.... wanting to compare:
-
RE: Chess for M5Stack
@sergey_urusov Hi Sergey,
Nice work with the chess program.... easy to load, looks good and runs well.
Sounds like a huge performance gain over the Arduino Mega - "performance level grows up in about 15 times..."
With your agreement, would like to add to my M5Stack list on github ??
-
RE: Connecting M5Stack to an MQ-2 smoke/gas sensor
@suntzu Hi Suntu,
Try sourcing the 5V from the positive terminal on the Grove connector.
-
RE: Running without battery - power switch
@jcsbanks Hi JC,
If you plug the M5 into usb when the M5 is off, the M5 will power on without pressing the on button.
Powering from the headers is not recommended - github: https://github.com/m5stack/M5Stack/issues/29
The schematics listed online are for the recent model you ordered - with 4 Mb PS-RAM and MPU9250.
http://m5stack.com/download/M5-Core-Schematic(20171206).pdf -
RE: Lesson 3. Wi-Fi. Scanner
@dimi
Hi, thanks Dimi.
Downloaded... flashed to unit... works well !! Cheers. -
RE: Grove - Temperature & Humidity Sensor Pro
@atsu Hi Atsu,
There are two DHT files in the M5 examples files.... One listed under folder name "Advanced / Blynk" called Post-DH12 and another under "Modules" called DHT12.
DHT12 should work. I've tested it.
[ You need these files in place: DHT12.h and Wire.h ]
[ Im using M5Stack library ver 0.1.5, currently the second most recent available.]