Software & Firmware developer. Robotics and electronics hacker, special interrest in IoT, LoraWAN, Sensors and Data Acquisition tools, Compilers technologies
@MehdiHacks yes I have seen that, but I don't like to have to move yet another accessory in my bag when in a move. Banana cables are everywhere, their connector is simply a weird choice (unless this PSU was dedicated to another market).
@MehdiHacks So you can use the Matsusada to power the Miniware MDP-P906, which can then power the MP305B, from which you can power the MEGO 2.0 to charge its batteries ? 🤔
Well, I can confirm that updating STM32CubeIDE 1.5 to 2.1.1 from the update functionnality doesn't work as expected. A lot of plugins disappeared. CMake file support disappeared. I manually uninstalled 1.5 and resinstalled 2.1.1 from scratch, and everything is ok now @ST_World
I updated STM32CubeIDE today, and I can see all CMake file project support disappeared. Did ST removed them ? or is it an ultimate bug in the plugins? @ST_World
@MehdiHacks About 135€+shipping on AliExpress I just found this on AliExpress: | ISDT Esther MP305B Adjustable Power Supply Programmable Linear DC Voltage Regulator 2.8-inch Touch Screen APP Portable
https://t.co/4CDG4zFQ4q
@no1089@tinytapeout Compared to regular ASICs, Tiny Tapeout is very inexpensive.
As little as 185 euro for individuals, 1 tile plus devkit; for instance the ttsky shuttle in 3 months.
https://t.co/oPXmZ13x3h
@gojimmypi@tinytapeout@RadionaOrg Be careful with the usb to uart adapter you are using on this photo (at left). For high speed uart when you do full duplex com with it, on large packets it may lose packets. I discovered it when I was using it at 3V3 with RP2040 trying different configurations of the Uart api.
I'm on the Pro $20 subscription of Claude, I set it up as Opus 4.8 Medium, asked one question, and got 22% usage (My counters were reset, so started from 0%). Seriously @AnthropicAI, who can use it this way?
@DabsMalone It’s in vertical position so electron have to fight gravity to go up, this explain why all the resistors looks like having values beyond their specifications 🙈
My first custom MCU(ESP32) PCB design is finally in my hands.
I have been designing PCBs for others for many years. Now marks the beginning of doing it for myself as well. That is why I call it the Mark1.
Let the testing begin!
@blind_via Years of experience in PBC design, an ESP43, an USB connector and a lot of parts just to light two LEDs, and I'm sure the program is arduino:
loop:
DigitalWrite(LED_1, HIGH);
DigitalWrite(LED_2, HIGH);
goto loop;
😜😜🥰