F1 Hungaroring spectator review

Usually I don’t complain but there was few issues one could complain considering people pay for F1 tickets and getting there cross the world is not cheap either. After visiting Hungaroring F1 race on both Saturday and Sunday I relaized…

WiFi Temperature/Humidity meter

Based on below two links I have combined internal temperature senzor with humidity and external temp meter. Combined code below Public view at thingspeak.com /* Arduino IOT – Temperature (oC) and Humidity (%) on the web *Use…

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…