Rexxer

Some tips for me and other

Gadgets

iPhone + DFU mode

Для того что бы перевести телефон в DFU режим нужно зажать кнопки HOME и POWER на 10 секунд, потом не отпуская HOME отпустить POWER (экран телефона должен быть черным), держать HOME еще 10 сек. Телефон в это время должен быть подключен к компьютеру. iTunes определит что телефон находится в режиме восстановления, на экране телефона не […]

A LCD-screen from a broken laptop + universal controller

I bought a universal controller for LCD and connect it to a free LCD-screen from an old laptop. There some steps: See the manual for LCD-screen and find voltage (+3.3V for laptop’s LCD) and resolution (1366×768). Set the jumpers on the controller for 3.3V. Connect cables from the controller to the LCD. Download a firmware […]

Netatmo + get your values

You have to visit: https://dev.netatmo.com/doc/sdk/php , create a new application and get id and tooken from it. Then download PHP-SDK and unpack it. Edit config.php – add id, token, user and password for your account on Netatmo site. You can try the example now: php CLI_ClientCredential_Example.php I edited this file to obtain just a string […]

MSP430 + PIR Motion sensor HC-S501 + Relay Module + Beeper

A simple alarm system on MSP430 Launchpad based on http://blog.suspended-chord.info/2010/09/12/connecting-a-parallax-pir-sensor-module-to-the-launchpad/. Code for Energia: int calibrationTime = 30; //the time when the sensor outputs a low impulse long unsigned int lowIn; //the amount of milliseconds the sensor has to be low //before we assume all motion has stopped long unsigned int pause = 5000; boolean lockLow […]

Arduino + Energy Monitoring

Recently I’ve built a device for monitoring power consuption from http://openenergymonitor.org/emon/buildingblocks/how-to-build-an-arduino-energy-monitor I used: Nokia 5110 display for Arduino, sensor SCT-013, power adapter AC-AC 9v. I bought a cheap current sensor with LCD to calibrate my device (emon1.current(5, 28);). I used Adafruit library because others didn’t work correctly. My sketch for it: #include “EmonLib.h”                   // Include […]

Tp-link MR3020 + OpenWRT + Webcam + 220V relay switch

I downloaded this firmware http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin Flashing (links from then on): cd /tmp wget http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin mtd -r write /tmp/openwrt-ar71xx-generic-tl-mr3020-v1-squashfs-factory.bin firmware done – router will reboot. Connect to 192.168.1.1 via telnet: telnet 192.168.1.1 Run: passwd and change the password for root. Now you can connect to the router via ssh. Configure the network: /etc/config/network I prefer to […]

Raspberry Pi + IPTV + No video

I have got Raspberry Pi and IPTV from my provider. I installed OpenElec 3.2.3 and tried to watch IPTV – I heard the sound but there was no video. I bought a codec Mpeg2 from the Raspberry Pi Store and wrote a license code into config.txt on the first partition. And everything works now.

BlueTooth гарнитура – ремонт

Есть у меня бт-гарнитура Моторола к телефону. Последнее время начала падать слышимость. Я разобрал само ушко – там динамик на резиновых вкладках и защитной решеткой. Решетка оказалась забитой ушной серой (это было плохо видно, но было) – залил жидкостью со спиртом подождал – продул – стало немного лучше. Через некоторое время все повторилось, но чистка […]

Led cube 5x5x5

Решил забабахать себе такое вот: http://picprojects.org.uk/projects/lc/index.htm Купил детали, плату решил нацарапать и использовать макетку для управляющей части. Спаял программатор, прошил PIC, спаял диоды – запускаю – чето не пашет – вернее пашет, но моргает диодами непонятно. Перепроверил – оказалось при сборке перепутал аноды-катоды диодов. Твою дивизию, – разобрал – начал паять заново – паял очень […]

HTC Incredible Verizone Activation Bypass

Разработчики ресетнули данный девайс. После ресета он потребовал пройти активацию, но у нас нет сети Веризон. Нужно сделать так: 1) press EMERGENCY CALL 2) DIAL ##778 (CALL) 3) PRESS EDIT MODE 4) ENTER PASSWORD WHICH IS: 000000 5) TAP NAM Settings 6) Enter Your 10 digit phone number press OK или просто вводим 10 нулей […]

Previous Posts