Neo6502 now can emulate Apple ][ and Oric Atmos
Neo6502 modern retro computer software development got nice push by Veselin Sladkov who successfully made Apple ][ and Oric Atmos emulators running on it. This will unleash the other developments too as some of the developers were struggle at USB keyboard integration together with picoDVI which is solved in the emulators code. The Veselin work […]
UEXT is now with three different connectors variants: Classic UEXT 2.54mm step, mini UEXT mUEXT 1.27mm step, pico UEXT pUEXT 1.0 mm step
UEXT is our universal connector which we put on almost all our boards made after 2004. It consist of power supply UART, I2C and SPI interface and allow many diffrent modules to be connected to it. When we started The Classic UEXT was boxed 2.54 mm step 2×5 IDC connector for ribbon cable, with the […]
ESP32-SBC-FabGL How to work with the expander module I2C from FabGL library and apps
ESP32-SBC-FabLG has CH32V003 expander which adds to it GPIO, I2C and SPI functionality. In this post I will show you how you can work with the I2C from the PC Emulator application and read Nunchuk position and buttons QBASIC and TURBO PASCAL 7.0 You need to install our fork of FabGL library to your arduino […]
ESP32-SBC-FabGL How to work with the expander module GPIOs from FabGL library and apps
ESP32-SBC-FabLG has CH32V003 expander which adds to it GPIO, I2C and SPI functionality. In this post I will show you how you can work with the GPIO from the PC Emulator application and drive the GPIOs with QBASIC and TURBO PASCAL 7.0 You need to install our fork of FabGL library to your arduino and […]