Jan D.

Jan D.

"The only real security that a man will have in this world is a reserve of knowledge, experience, and ability."

Makeblock light sensor to Serial

Basic light senzor write toutput to Serial #include <Arduino.h> #include <Wire.h> #include <SoftwareSerial.h> #include <MeOrion.h> double angle_rad = PI; double angle_deg = 180.0/PI; MeLightSensor lightsensor_8(8); void setup(){ Serial.begin(115200); } void loop(){ Serial.println(lightsensor_8.read()); _delay(1); _loop(); } void _delay(float seconds){ long endTime…

Know-how update vol.1

IPMI The Intelligent Platform Management Interface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system’s CPU, firmware (BIOSor UEFI) and operating system. IPMI defines a set of interfaces used by system administrators for out-of-band management of computer systems and monitoring…

Outlook meeting can not be forwarded

I’m not sure if you’re still looking to do this, but it is completely possible. You simply create a new meeting notice and populate it with everything you want to (attendees, rooms, etc.). Then when you’re ready to send it…

Create Wi-Fi NFC tag

Sharing your Wi-Fi password with visiting friends can be a bit of a chore, especially if you’re a fan of cryptographically strong passwords loaded with symbols, numbers and alternating cases. Enter InstaWiFi, an app that allows users to share Wi-Fi…

Vytvořte si vlastní 3D model

Nemáte zatím zkušenosti s tvorbou 3D modelů? Zkuste některou z následujících uživatelsky jednoduchých aplikací, které nevyžadují předchozí zkušenosti s 3D modelováním. Autodesk 123D Autodesk 123D je skupina volných 3D aplikací, propojených v cloudu. Jsou navrženy tak, aby uživatelé na iPadu,…

Fiber-Reinforced Nylon for Strong Printing 

Below are features of each material, with a spec sheet for all following this article:Carbon-reinforced nylon – offers higher strength-to-weight than 6061 aluminum, and is up to 27 times stiffer and 24 times stronger than ABS.Kevlar-reinforced nylon – has the…

Temná stránka 3D tisku

zdroj:  1. 3D printers are energy hogs When melting plastic with heat or lasers, 3D printers consume about 50 to 100 times more electrical energy than injection molding to make an item of the same weight, according to research by…

Technologie 3D tisku

FDM – Fused Deposition Modeling – nejrozšířenější metoda, je oblíbená i u takzvaného hobby 3D tisku díky pohodlné výměně a dostupnosti přídavných materiálů na trhu. Používá se hlavně ABS a PLA o průměru 1,75 mm, 2,85 mm, 2,95 mm nebo…