I have a TAB5 and a M5STAMP-CatM module, there doesn't seem to be any way to connect the 2 The Stamp fits in the aperture in the case and there are pads on the TAB5 PCB but no pins. So do they connect?
Best posts made by scroggyg
-
TAB5 and Stamp Connectorposted in General
Latest posts made by scroggyg
-
RE: esp32/rom/rtc.h No such file or directoryposted in Arduino
@scroggyg The file exists, could the path length be too long?
C:\Users\xxxxxxxxxxxxxx\xxxxxxxxxxxxxx\Documents\Arduino\hardware\espressif\esp32\tools\sdk\esp32s3\include\esp_rom\include\esp32\rom -
esp32/rom/rtc.h No such file or directoryposted in Arduino
I am trying to build the 6060_Push.ino in Arduino IDE 2.3.6.
I have added the additional boards

and

and the STamPLC libraries

Yet it can't find rtc.hWhat else do I need to load?
Thanks -
RE: Using 6060 Pushposted in PRODUCTS
@scroggyg Neither the 6060 push or the STAMP PLC are provided with connectors. The connector type seems to be ht-3.96 4p which I can only find by importing from China. I have some PowerCAN modules which were supplied with this connector, could you please provide these connectors in future?
-
RE: Using 6060 Pushposted in PRODUCTS
I see from the code the ID is stored in EEPROM, but I suspect there can only one device on the bus at a time when the address is set.
Also I suspect I would use an address other than 1, as this is the default address, set when a new device is added -
Using 6060 Pushposted in PRODUCTS
Can I connect multiple 6060 push on the same RS485 bus. I see that we can set a device ID, is this stored on the device after a power cycle?
-
M5Tab Running out of memory errorposted in PRODUCTS
I am writing an Python application for the M5 TAB5, which was running well but I am now getting memory errors

I am not using any networking in the application. before upgrading 2.3.6 Hotfix 2 it was fine
-
RE: TAB5 python Crashposted in PRODUCTS
@scroggyg I rewired the board to Port A and the code works. There seems to be an issue connecting an I2C device on the ExtPort2, the python crashes when the Extio2 is connected. That is all I have tested, there may be other issues.
-
RE: TAB5 python Crashposted in PRODUCTS
@scroggyg Felix, I ran your code, but changed to the internal I2C G31 & G32 the bus I am running the M0 from and it crashes.
I have made a board using the M0 from the EXtio2, I am using this successfully with other TAB5s -
RE: TAB5 python Crashposted in PRODUCTS
Thanks Felix, I updated the TAB5 to V2.3.6-hotfix2 but the problem remains. As a trest I write once a second and that works, when I then call it in another function it panics

This code panics

This code works

Any help would be appreciated -
TAB5 python Crashposted in PRODUCTS
I was trying to write an output on EXTIo2 and I got a python crash and a dump.
I then tried to update the TAB5 to V2.3.6-hotfix2.
The device programmed and the default UIFlow screen is showing, but now I cannot program the device.
I reverted to 2.3.5 and I can program the TAB5