Peter Scargill

Results 49 issues of Peter Scargill

I might be wrong but I THINK that open-drain settings are missing here. I note in the i2c example - they set the outputs as open drain like this.. ```...

Well, I tried to get GPIO14 to work with interrupts - and I get nothing... static void electric_intr_handler(void* arg) { uint32_t gpio_status = GPIO_REG_READ(GPIO_STATUS_ADDRESS); //clear interrupt status GPIO_REG_WRITE(GPIO_STATUS_W1TC_ADDRESS, gpio_status &...

I'm using your WIRE example of scrolling (i2c) - and it isn't - the numbers count, lines go down then the bottom line gets replaced for the rest of the...

On of the issues I've seen with other software is resetting.. So I tried your latest software - I have to say, this already looks better than others I've seen...

bug

The string library (2 files) is out of date and does not support for example c_str. Simply overwrite it with the main one from Arduino directory and all works well....

I'm sure this isn't a new problem but it is new to me. I installed micro on Raspberry Pi 4 just this week using: curl https://getmic.ro | bash Up to...

Hi I just downloaded the latest .EXE 0.2.11 version of TDM tonight and thought I'd take a look at the SETOPTIONS tab - TDM immediately crashed. Pete.

I'm suer I've brought this up before - but after flashing an ESP8266 with Tasmotizer then entering the SET CONFIG menu - I put in a name "dimmer3" without quotes...

I just realised an issue with the config section of the otherwise excellent Tasmotize (1.2 - I'm using the 64 bit Windows binary). In "send config" when settingthe "friendly name"...

No doubt about it, Tasmotizer is the best way to Tasmotize our ESPs, but on several occations I've found the CONFIG section less than reliable. If I use Tasmotizer to...

Troubleshooting