Voorbeeld URLLIB In dit voorbeeld laat ik zien hoe je met een Python script een POST kan maken naar een PHP script.

Start het python script met: sudo python test.py Output in de console:  Hallo Wereld!, Waarde: 5.00 Bron #1 / Bron #2 Voorbeeld …

Python – POST data naar PHP script Lees meer »

Python OLED library (luma.oled) Informatie (ENG): Display drivers for SSD1306 / SSD1322 / SSD1325 / SSD1331 / SH1106 Python library interfacing OLED matrix displays with the SSD1306, SSD1322, SSD1325, SSD1331 or SH1106 driver using I2C/SPI on the Raspberry Pi and …

Python Library – OLED display (luma.oled) Lees meer »

CNC G-CODE CONTROLLER Website CNC-GCode-Controller If you use a reprap Controller (like Marlin …) for a CNC machine then this is your Program ;-) Features: Communication with the Controller over com port Basic movements with preview Loading cnc files Preview …

Mechanica Software – CNC-GCode-Controller Lees meer »

Onderstaande voorbeelden laten zien hoe je met een Python script FTP verbinding maakt en bestanden overzet. FTP verbinding maken en bestand/folder lijst laten zien Maak een script aan bijvoorbeeld ftp.py, met deze inhoud:

Start het script met  python ftp.py

FTP …

Raspberry Pi – FTP verbinding met een Python script Lees meer »

PIGPIO Website Informatie (ENG): pigpio is a C library for the Raspberry which allows control of the general purpose input outputs (gpios). Features

Interfaces The library provides a number of control interfaces

Utilities A number of utility programs …

Python Library – PIGPIO Lees meer »