I wanted to try this cheap fucking tester on offer on Aliexpress.
I don’t have much to say, it works quite well, i tried to make some measurements of a couple of electrolytic capacitors and making the comparison between LCR-T7 and the PEAK ATLAS ESR+ (paid almost 15 times more) the measurement result it’s almost identical.
Surely the positive side of this small and fragile object that will surely stop to working one day to another :-D which allows you to measure/test a fairly vast category of components.
Example:
- Diodes
- Zener diodes
- Resistors
- Potentiometers
- Electrolytic/Tantalum Capacitors
- Ceramic/Polyester capacitors
- Inductors
- SCR
- Triacs
- Transistors (N-E-MOS,P-E-MOS,N-MOS,P-MOS,N-JFET,P-JFET,N-IGBT,P-IGBT)
- Transistors PNP,NPN
- Battery (max 4.5v)
It also has an infrared remote control decoder which i find absolutely useless.
The microcontroller used in the LCR-T7 is a clone of the ATMEL ATMEGA328, the Lucky Green LGT8F328P which is practically identical to the ATMEL but with additional capabilities such as higher speed and has a higher resolution for converting analog signals and having a digital-to-analog converter as well.
Below are the photos of the inside.
Download: LCR-T7-Manual (1008)

Finally a useful object that works very well and i have tried many.
This mini vacuum cleaner (4hapa) that uses a BRUSHLESS motor (be careful when choosing which model to buy) besides the “vacuum cleaner” mode it also has the “blower” mode and i assure you that it BLOWS and quite a lot (two selectable speeds).
So finally i can finally say goodbye to compressed air spray!!!
The package includes over 4 spare filters (washable), various adapters, the USB battery charger (5v to 9v) and a bag.
The only negative note; Yes! it makes some noise! i’ll get a reason.
Video:
source: aliexpress.com
Observing these two displays at first glance there are no big differences are noticed.
Wrong! the Display where you reads V2.0 (updated version of the previous one), also works perfectly if inserted very close to the PCB of a Switching Power Supply, the other one instead at Random resets and displaying 888 just move it 10 CM away from the Switching Power Supply PCB and it works perfectly.
I wanted to share this news because i’m not the only one with this bizarre problem.
Gallery:

A new version of the firmware for the Ultimate-64 (U64/U64E) / U2 / U2+ / U2+L by Gideon is released.
This release has again some significant changes for the firmware upgrade. Please read the manual before installing 3.10i.
Background:
If you would take some time to check the commit history of the repository at GitHub, you may find over 500 commits since the last released version, 3.10a. This is a lotttt more than it usually takes to release a next firmware version. The version is still 3.10, so there are not many functional changes. Yet, files have been touched, updated, or just made compatible with the new Ultimate-II+L hardware. It was more difficult than expected to get the Lattice FPGA to work correctly and keep compatibility with the existing hardware platforms.
On top of the new introduction of the Ultimate-II+L, there is still a need to support the “good old” 1541 Ultimate-II (or simply: U2). There have always been issues with the Microblaze processor and the compiler from Xilinx. Every version of the Xilinx compiler had different bugs that caused the Microblaze based firmware to be broken in one way or another.
Since the U2+L runs well on the Risc-V, it was decided to upgrade the CPU inside of the U2 and ditch the Microblaze forever. Unfortunately, the CPU that was chosen to run inside of the U2+L did not fit in the same space as the Microblaze clone, so I decided to write my own Risc-V compatible CPU. This is the CPU that will be used from now on in the 1541 Ultimate-II.
General Fixes:
- [Important] Fixed ExFAT filesystems with 128kB clusters (Fixes failing D64 mounts from some ExFAT thumbdrives)
- [Facebook Discussion] EasyFlash save function now saves all chip chunks to support incomplete CRT files
- [Issue-271] GEORAM at boot (MarkusC64)
- [Issue-279] Support for 2 MHz operation for any cartridge, including EasyFlash
- [Issue-246] Fixed: Virtual Printer crashes when file cannot be created.
- [Issue-234] Deleting last item in directory makes selection invisible
- [Issue-236] Confirmation modal asking a question only gives ‘OK’ instead of ‘Yes/No’.
- [Issue-R17] Added mapping of ESC key to RUN/STOP.
- [Facebook Request] Added: Leave menu on mount (can be selected per drive)
- [Facebook Bug Report]: Fixed starting Kingsoft Business Basic cartridge
- [Facebook Bug Report]: Allow Maverick (and others?) to write wrong sector headers on MFM tracks.
- [Facebook Bug Report]: Unable to select GeoRAM. Is now a mode of the RAM Expansion Unit.
- [Facebook Bug Report]: Fixed color palette not loaded at boot (U64 only).
- [Facebook Bug Report]: Fixed USB sticks not recognized
- [Messenger Report]: Improvements to palette file read. Rejects faulty files. Fixes hang-up
- [Messenger Report]: Fixes ‘Create DNP’ when run from Telnet. Turned out to be a stack overflow.
- [Email Discussion]: Adds EEPROM segment to GMOD2 when it is missing in the CRT file
U64 core fixes:
- Multicolor graphics side border bug (core version V1.41 => V1.42)
Modem fixes:
- ACIA NMI pulse extension to extend over bad line. This allows the 6502 to see it always.
- Performance optimization ACIA / Modem
- Allow spaces after ATDT command.
- Minor fixes in the modem emulation layer from Scott Hutter (xlar54)
Cartridge Support:
- [Issue-314] Added support for Blackbox V9.
- Additional C128 cartridge variant that allows banking and offers some RAM (U2/U2+/U2+L only).
Additions:
- Firmware target added: Ultimate-II+L; the Lattice version!
- System Information page (F4) now shows elaborate version info.
- GEOS support functions from MarkusC64
Download:
source: ultimate64.com github.com facebook

A new version of the firmware for the Ultimate-64 (U64/U64E) / U2 / U2+ / U2+L by Gideon is released.
This release has again some significant changes for the firmware upgrade. Please read the manual before installing 3.10i.
Background:
If you would take some time to check the commit history of the repository at GitHub, you may find over 500 commits since the last released version, 3.10a. This is a lotttt more than it usually takes to release a next firmware version. The version is still 3.10, so there are not many functional changes. Yet, files have been touched, updated, or just made compatible with the new Ultimate-II+L hardware. It was more difficult than expected to get the Lattice FPGA to work correctly and keep compatibility with the existing hardware platforms.
On top of the new introduction of the Ultimate-II+L, there is still a need to support the “good old” 1541 Ultimate-II (or simply: U2). There have always been issues with the Microblaze processor and the compiler from Xilinx. Every version of the Xilinx compiler had different bugs that caused the Microblaze based firmware to be broken in one way or another.
Since the U2+L runs well on the Risc-V, it was decided to upgrade the CPU inside of the U2 and ditch the Microblaze forever. Unfortunately, the CPU that was chosen to run inside of the U2+L did not fit in the same space as the Microblaze clone, so I decided to write my own Risc-V compatible CPU. This is the CPU that will be used from now on in the 1541 Ultimate-II.
General Fixes:
- [Important] Fixed ExFAT filesystems with 128kB clusters (Fixes failing D64 mounts from some ExFAT thumbdrives)
- [Facebook Discussion] EasyFlash save function now saves all chip chunks to support incomplete CRT files
- [Issue-271] GEORAM at boot (MarkusC64)
- [Issue-279] Support for 2 MHz operation for any cartridge, including EasyFlash
- [Issue-246] Fixed: Virtual Printer crashes when file cannot be created.
- [Issue-234] Deleting last item in directory makes selection invisible
- [Issue-236] Confirmation modal asking a question only gives ‘OK’ instead of ‘Yes/No’.
- [Issue-R17] Added mapping of ESC key to RUN/STOP.
- [Facebook Request] Added: Leave menu on mount (can be selected per drive)
- [Facebook Bug Report]: Fixed starting Kingsoft Business Basic cartridge
- [Facebook Bug Report]: Allow Maverick (and others?) to write wrong sector headers on MFM tracks.
- [Facebook Bug Report]: Unable to select GeoRAM. Is now a mode of the RAM Expansion Unit.
- [Facebook Bug Report]: Fixed color palette not loaded at boot (U64 only).
- [Facebook Bug Report]: Fixed USB sticks not recognized
- [Messenger Report]: Improvements to palette file read. Rejects faulty files. Fixes hang-up
- [Messenger Report]: Fixes ‘Create DNP’ when run from Telnet. Turned out to be a stack overflow.
- [Email Discussion]: Adds EEPROM segment to GMOD2 when it is missing in the CRT file
U64 core fixes:
- Multicolor graphics side border bug (core version V1.41 => V1.42)
Modem fixes:
- ACIA NMI pulse extension to extend over bad line. This allows the 6502 to see it always.
- Performance optimization ACIA / Modem
- Allow spaces after ATDT command.
- Minor fixes in the modem emulation layer from Scott Hutter (xlar54)
Cartridge Support:
- [Issue-314] Added support for Blackbox V9.
- Additional C128 cartridge variant that allows banking and offers some RAM (U2/U2+/U2+L only).
Additions:
- Firmware target added: Ultimate-II+L; the Lattice version!
- System Information page (F4) now shows elaborate version info.
- GEOS support functions from MarkusC64
Download:
* Temporarily revoked due to one report of bricked unit.
source: ultimate64.com github.com facebook

This is the official demo party results & Downloads from X-2023. See also the CSDB X2023 section for more informations.
C64 Demo:
- 1 – Next Level by Performers
- 2 – Mojo by Bonzai, Pretzel Logic
- 3 – Wonderland XIV by Censor Design
- 4 – No Bounds by Genesis Project
- 5 – Multiverse by Nah-Kolor
- 6 – Hiraeth by Xenon
- 7 – Hues by Fairlight
- 8 – Kinetics by Triad
- 9 – White Lines by Plush
- 10 – Event Zero Trailer by Lethargy
- 11 – Operation Eindhoven by Resource, The Dreams
- 12 – Deep Space 64 by Abyss Connection
- 13 – We Love PETSCII by Low Spirit, Nordischsound
- 14 – Staying Alive by Youth
- 15 – Cosmodrome Teaser by Gorbat Soft
- 16 – Onslaught On Tour by Onslaught
- 18 – Partyhol by Silicon Limited
- 19 – 4kefrenzy by Onslaught
- 20 – Nous Etions La by Fantastic 4 Cracking Group
- 21 – 2 Broke Gurlz by Chocotrophy
- 22 – Spray Paint by 8 Bits High
- 23 – X-Copy – The Intro by Hoaxers
- 24 – Tears in Runes by Macx, Martinland
C64 4K Intro:
- 1 – Boo! by Reflex
- 2 – The end is 2023 by Cycleburner
- 3 – Phuture by Arise
- 4 – Raster Fun X2023 4kb Intro by TREX
C64 Music:
- 1 – Pixelated Neon Nights by LMan
- 2 – Arrive by psych858o
- 3 – Sledgejammer by Jammer
- 4 – Levitating by Juzdie
- 5 – Cold Fusion by Vincenzo
- 6 – Ballad for Jeff by Shogoon
- 7 – Pops! by Magnar Harestad
- 8 – Don’t Hassel De Hoof by Toggle
- 9 – Good Old Times by Nordischsound
- 10 – Platform Hopping by Lft
- 11 – Brothers in Oscillators by Mibri
- 12 – On Borrowed Wings by Stinsen
- 13 – Mooj Joom by The Syndrom
- 14 – SID85
- 15 – Yesteryears by Apollyon
- 16 – Sheds on a Sea-Girt Isle by Linus
- 17 – Chord Explorer by MCH
- 18 – Lookback by Warlord
- 19 – Rumblr by OMP
- 20 – Disc Drive Dancing Delight by Qdor/Fegolhuzz
- 21 – The World is Burning by Spider Jerusalem
- 22 – X2023 by Sad
- 23 – Electric Doobeedoo by Warp 8
- 24 – Light from Above by SIDWAVE
- 25 – They Call It Scene Funk by Uneksija
- 26 – Yildizlarin Cennet by SoNiC
- 27 – Hanka Salmi by Moraff
- 28 – Disco n’ Derlando by Hairdog
- 29 – X-istence by NecroPolo
- 30 – Ye Olde Forest by Røly
- 31 – Teeth2grind by Picrard
C64 Graphics:
- 1 – The Man of Many Hours by Duce
- 2 – Broken by Electric
- 3 – Love Reyn by Facet
- 4 – Summertime Snack by The Sarge
- 5 – Sol Invictus by Talent
- 6 – Dopamine Girl by Sulevi
- 7 – The Lookout by LMan
- 8 – Someren är Kort by Apollyon
- 9 – Me Love you Longtime by Der Piipo
- 10 – Stargazing by Leon
- 11 – Splash! by Mikael
- 12 – A Bright Future by Nith
- 13 – Staredown by Archmage
- 14 – Sore Loser by Hani
- 15 – Seven Ghosts of Rämenevaletto by ibux
- 16 – Looking for X by Sebaloz/Katon
- 17 – Spitfire by Boo
- 18 – Tapedrive by BlackWine
- 19 – Nice Guy by Hairdog
- 20 – Catrina by Nanzee
- 21 – Trash by Goerp
- 22 – Party Animal X2023 by Exile
Mixed Graphics:
- 1 – Faun by Extend
- 2 – Wise & Fat by Atlantis, Pretzel Logic
- 3 – Skully and His Pal by Censor Design
- 4 – Best Buddy by Atlantis
- 5 – Flat Floater by Artline Designs
- 6 – Alpha-Mecha by Triad
- 7 – Fresh Horses by Mayday!
- 8 – WTF Am I Looking at Here? by Mayday!
- 9 – Oblivion Grounds by Bago Zonde
- 10 – Irony by Amid
- 11 – Popeyed Mystery by Nah-Kolor
- 12 – 2 my pal eddie by Chocotrophy
- 13 – X-filés by Extend
- 14 – Smoke by Extend
- 15 – Sharing is Caring by Terwiz
- 16 – Céparfé! by D-Faktory
- 17 – Granny by Padua
- 18 – Mari by Cult
Productions released outside compos:
Flappy Trappy + by Genesis Project/Triad (Crack)
Flying Saucers Extended +3D by Excess (Crack)
Hans Kloss +5DTF [jewel] by Demonix/Excess (Crack)
Limbo Rolling Boulder Preview by Excess (Crack)
Limbo Rotten Branch Preview by Excess (Crack)
No Bounds Diskcover (Disk Cover)
No-Skip Mix (2022 Edition) by Mayday! (Music Collection)
Retro Debugger V0.64.64 (Other Platform Tool)
rremix (Other Platform Tool)
Download: X-2023 Full Party Stuff (845)
source: csdb.dk
Recent Comments