Latest TelCo trends

There are several latest trends in the field of telecommunication: 5G Technology: 5G technology is the latest and fastest network technology in the telecommunications industry. It is capable of providing higher speeds, greater reliability, and increased network capacity compared to…

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…

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…

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,…