STM32 is a family of 32-bit microcontroller integrated circuits by STMicroelectronics. The STM32 chips are grouped into related series that are based around the same 32-bit ARM processor core, such as the Cortex-M7F, Cortex-M4F, Cortex-M3, Cortex-M0+, or Cortex-M0. Internally, each microcontroller consists of the processor core, static RAM memory, flash memory, debugging interface, and various peripherals.
Engineering and technology
MicroPython
MicroPython is a software implementation of the Python 3 programming language, written in C, that is optimized to run on a microcontroller. MicroPython is a full Python compiler and runtime that runs on the micro-controller hardware. The user is presented with an interactive prompt (the REPL) to execute supported commands immediately. Included are a selection of core Python libraries; MicroPython includes modules which give the programmer access to low-level hardware.
MicroPythonMicropython-logo.svgOriginal author(s)Damien GeorgeInitial releaseMay 3, 2014; 4 years agoStable release1.9.4 / May 11, 2018; 6 months agoRepositorygithub.com/micropython/micropythonEdit this at WikidataWritten inCPlatformMicro Bit, Arduino, ESP8266, ESP32,STM32TypePython implementationLicenseMIT license Websitehttps://micropython.org[2]MicroPython was originally created by the Australian programmer and physicist Damien George, after a successful Kickstarter backed campaign in 2013.[6] While the original Kickstart campaign released MicroPython with a pyboard microcontroller, MicroPython supports a number of ARM based architectures. MicroPython has since been run on Arduino platform based products, ESP8266, ESP32, and Internet of things hardware. In 2016 a version of MicroPython for the BBC Micro Bit was created as part of the Python Software Foundation’s contribution to the Micro Bit partnership with the BBC.[16]
The source code for the project is available on GitHub.
LoRa Module VS nRF24 VS Generic RF Module || Range & Power Test
Time to Say Goodbye to Arduino and Go On to Micropython/ Adafruit Circuitpython?
LattePanda Windows 10 Single Board Computer
Check hard disk for Bad Sectors by command-line in Ubuntu, Linux Mint, and elementary OS
Step 1: Next, let’s find if there are any Bad Sectors on the hard disk. We shall use badblocks command. Make sure to enter your hard disk info instead of /dev/sda in below command. My test PC has /dev/sda for the hard disk. This command will scan for bad blocks in the hard disk and then export the result to the file badsectors.txt in the ‘scan_result’ directory.
sudo badblocks -v /dev/sda > /scan_result/badsectors.txt
Step 2: Finally we shall use fsck command to tell Ubuntu not to use the bad sectors mentioned in the badsectors.txt file. That way life of the hard disk is increased a bit until you get a new one for replacement.
sudo fsck -l /scan_result/badsectors.txt /dev/sda
CHIP (computer)
HOW TO Hack An Empty Aerosol Can To Make A Free DIY Refillable Compressed Air Duster #lifehack #hack
12V 2A LED Power Supply test – with schematic
disk – How to run a checkdisk? – Ask Ubuntu
$sudo apt-get install gnome-disk-utility
$sudo gnome-disks