Search found 6 matches

by domisol
Thu Jan 05, 2023 11:32 am
Forum: General Discussion and Questions
Topic: ESP-01 vs ESP-01S LED Flashing Issue
Replies: 6
Views: 30048

Re: ESP-01 vs ESP-01S LED Flashing Issue

Thanks a lot!!!! You save my day (my night in this case). :-)
by domisol
Mon Sep 06, 2021 7:20 am
Forum: Other Boards
Topic: I2C in new lego hubs [STM32]
Replies: 6
Views: 4776

Re: I2C in new lego hubs [STM32]

Hi Jimmo, Hi others Sorry to insist, but now I see that v1.17 supports Lego hub. I want to be sure that I can install it and revert to original Lego firmware. I don't see any reason why it shouldn't be the case, but your last message saying "you lose the ability to go back to the factory Lego firmwa...
by domisol
Fri Aug 13, 2021 5:19 pm
Forum: Other Boards
Topic: I2C in new lego hubs [STM32]
Replies: 6
Views: 4776

Re: I2C in new lego hubs [STM32]

Thanks Jimmo, that's fine!
you lose the ability to go back to the factory Lego firmware
Why? Can't you always reflash the original firmware through the "Minstorms" Lego app ?
For example you can install Pybricks (https://pybricks.com) and go back to the original firmware as I said.
by domisol
Wed Aug 04, 2021 7:36 pm
Forum: Other Boards
Topic: I2C in new lego hubs [STM32]
Replies: 6
Views: 4776

Re: I2C in new lego hubs [STM32]

On the hardware side and quoting: https://antonsmindstorms.com/product/uart-breakout-board-for-spike-and-ev3-openmv-compatible/ LEGO smart hubs have internal resistors that mess with pull-up resistors in the most common i2c devices, so they are hard to connect directly So maybe the problem is also o...
by domisol
Wed Aug 04, 2021 7:25 pm
Forum: Other Boards
Topic: I2C in new lego hubs [STM32]
Replies: 6
Views: 4776

Re: I2C in new lego hubs [STM32]

Hi Jimmo, thanks for all your comments, they are welcome!!! >>> dir(machine) ['__class__', 'Timer', 'reset'] Even the Pin class isn't present! But if I build and install latest firmware, which would be great, I guess I would loose all the Lego functions and libraries? The logic behind this is that t...
by domisol
Mon Aug 02, 2021 11:04 am
Forum: Other Boards
Topic: I2C in new lego hubs [STM32]
Replies: 6
Views: 4776

I2C in new lego hubs [STM32]

Hi While I have been using micropython in various platforms (ESP32, ESP8266, STM32 with Lego new hubs), I'm new in trying to compile my own version of micropython or even some specific libraries. Today I was thinking about I2C implementation I'm missing in lego hubs (Spike or Mindstorms 51515). I mi...