Replies: 3 comments 5 replies
-
I'm using this setup, it's the genuine M5STACK Core: |
Beta Was this translation helpful? Give feedback.
-
So my test setup uses the Core2 (which already includes a battery), and the LoRa Module (433), optionally also a GPS module (which is relatively expensive). It should be rather easy to adjust the code for the Basic Core, but a few pins are different (SX1278 MISO, possibly also the SPI-SS lines of Display and/or SX1278). Autodetection detects the Core2 by scanning the I2C bus for an BM8563 which probably only exists on the Core2. |
Beta Was this translation helpful? Give feedback.
-
Its not perfect, but works well. You have to remove the back cover of the Core2, which serves as a battery holder. Which means then that the battery remains in the Core2 freely floating around. A small piece of tape is fine to fix that. Then, the LoRa module fits perfectly. The only remaining issue is that you still need a back cover for the LoRa module (or the GPS module if thats the last module). Its just a 5x5cm piece of plastic, so easy to DIY, but the removed back cover of the Core2 will not fit on the LoRa or GPS module. A nice and easy solution would be to 3D-print a bottom module which you can equip with a GPS module recycled from a recovered RS41 :-) |
Beta Was this translation helpful? Give feedback.
-
I see in your latest pull request you seem to have added support for the M5Stack Core2, could you please describe the setup. Did you use the M5Stack Core2 and the LoRa board or something else?
Beta Was this translation helpful? Give feedback.
All reactions