• 2024
  • 2023
    • November
      • DRC320SH-7H800A motor details
        11/03/23
        It took me a while to find a proper replacement motor (identical to the original) for a front brush of a Sencor SRV4250 hoover. Motor gearbox nr. BL500-T2
        No load current consumption at 12V: 15 mA
        No load current consumption installed into the greased gearbox 12V: 25 mA
        Stall current:

    • August
    • February
      • QTableView scrollToBottom anomaly
        02/21/23
        Never call QTableView::scrolltoBottom from slots connected to the model's rowsInserted signal because as the rows added they will start to appear partially:



        Connect your slots to the QTableView::verticalScrollBar's rangeChanged signal

  • 2022
    • January
      • Dewalt N599252 teardown
        01/13/22
        Got a broken Dewalt DCG414 angle grinder to look for the issue.

        It has a 54V BLDC motor with builtin ESC mfr P/N: N599252.
        The only option is to buy the ESC with the motor and the trigger circuit for ~180 GBP...

        I removed the ESC from the motor. The ESC is potted with some

  • 2021
    • December
      • Bburago Bluetooth Car (Shell promotion)
        12/13/21
        The Hungarian Shell pleased us again with a Bluetooth toy car promotion, this time with Ferrari models branded as Bburago.

        I have a Nissan Formula-e car (made by Brandbase) from the previous campaign, and I was curious to see the differences.

        Fortunately my colleague SJ already

    • October
      • Weelye RX16 SPI log
        10/21/21
        Just in case if you are interested in the protocol of the XN297LBW on the board here is an SPI trace in Saleae Logic 1.x format:
        http://balubati.atw.hu/website_files/we

        Just in case if you wanna drive your kid's car with deviation based RC TX or whatever ;)

    • February
    • January
      • Yocto - the beginning of a beautiful friendship
        01/17/21
        Package names shall not contain underscore (the underscore is intended for separating package name and version).

        If the bbappend files does not get used consult with the layers priorities (BBFILE_PRIORITY_meta-xxxxx) in your layer.conf

  • 2020
  • 2019
    • December
      • Testing flashrom
        12/29/19

        head -c 8388608 </dev/urandom > random.bin
        date
        ./flashrom -p stlinkv3_spi:spispeed=12000 -w random.bin -c MX25L6406E/MX25L6408E
        date
        ./flashrom -p stlinkv3_spi:spispeed=12000 -r random_read.bin -c MX25L6406E/MX25L6408E
        date
        diff random.bin random_read.bin
    • November
      • When saving belongsTo data does not work with CakePHP 3
        11/07/19
        Make sure that you are exposed the belongsTo entity as an accessible field in the saved entity.

        Example:

        UnitType belongsTo BaseUnit (src/Model/Table/UnitType.php):

        ...
        public function initialize(array $config)
        {
        ...
        $this->belo

    • September
    • July
      • Daily flashrom development lessons
        07/30/19
        Generating random content with size:

        head -c 524288 </dev/urandom > random.bin

        Never trust autodetect, specify the flash name explicitly with -c. (My SST25LF040A was not detectable with autodetect)

        Assert CS at the begining of spi_master::command and deassert b

    • June
    • April
      • IGO8 on Navitel MS700
        04/16/19
        Put the Igo to the Navitel folder on the flash.
        Rename Navitel.exe to Navitel.old.exe
        Rename Igo.exe to Navitel.exe

        Put the following to the sys.txt:
        https://gist.github.com/martonmiklos/6f35582765ecb1957ab7d66b79c23e12

    • January
      • DJI Phantom I GPS receiver (DJI 11-22 V2) repair attempt
        01/08/19
        I have bought a sunken PH1 around a year ago, managed to get it fly, but it is not able to see the GPS signal properly.

        I have hooked up the board to my saleae and I have wrapped this tool to read the Saleae logic analyzer output CSV:
        https://github.com/aanjhan/ubx

        It tur

  • 2018
    • December
      • Tyco Mutator schematic
        12/25/18
        Schematic diagrams for the Tyco Mutator RC car (gathered from the FCC site).

        Back in the days when I was kid I would give a lot for these docs when my car broke down. (It is waiting since then for the BL conversion...)



        Tyco Mutator TY-W1237 schematics

    • November
      • Power LED lamp repair
        11/09/18
        My father bought a second hand high power lamp powered by 3 18650 cells.

        Unfortunately after installing the batteries there were no way to turn it off.

        I have opened up with: "worst case I will put a switch to it" in my mind.

        The circuit inside is simple:

    • October
      • STLINK-V3SET teardown images
        10/02/18
        Just received from mouser a brand new STLink V3.

        Here cames a bit of teardown of it.

        Powered by an STM32F723 BGA variant.

        It has a pretty nice construction with insightful features (USB to CAN, I2C, SPI, JTAG, SVD, SWIM).

        I would love to use this a genera

    • September
      • strreplace for EAGLE ULP
        09/20/18

        string strreplace(string original, string toReplace, string replaceWith){
        string ret = "";
        string left = original;
        while (strstr(left, toReplace) >= 0) {
        ret += strsub(left, 0, strstr(left, toReplace));
        ret += replaceWith;
        left = str

      • rosserial Failed to get param: length mismatch error
        09/05/18
        When you ran into similar:

        [ INFO] [1536180410.761324217]: Parameter ~armRotate/minimumPosition requested.
        [ INFO] [1536180410.764781574]: Parameter ~armRotate/maximumPosition requested.
        [ INFO] [1536180410.769497296]: Parameter ~armRotate/maximumSpeed requested.
        [ INFO] [1

    • July
    • June
      • STM8 compiler comparison SDCC vs. Cosmic
        06/13/18
        I have converted a project previously built with Cosmic to be compiled with SDCC.

        The size results were really bad, the project cannot fit in the 8K memory of the STM8S003:

        SDCC:

        flash size: 6912 occupied: 8706 (125.95%) free: -1794 (-25.95

    • May
      • Beware of the chinese 5 output chargers sold with 150mAh LiPos!
        05/19/18
        One of my friend bought a similar 5 pack of 150mAh LiPo batteries + 5 output USB charger from ebay for his Furibee F36:



        He told me that the batteries bought with it start loosing their capacity after a short period.

        He also noticed that the charger charged pretty q

    • March
      • DJI Phantom 1 SR6 transmitter teardown
        03/11/18
        I have not found any info on the web about this topic, so I was curious what RF frontend did they used.



        Solution was obvious: they have used the same as they used in the receiever: the CYRF6936.

        I was hoping for having some UART to hook up an Arduino to get trainer

    • February
      • Nikko C1069C protocol reverse engineering
        02/27/18
        I have did some reverse engineering on one of my old Nikko transmitters which is based on the Nikko C1069C ASIC.

        My plan is to get rid from the old transmitters and emulate the protocol in a 27 Mhz PPM transmitter with an MCU.

        Here are my findings:
        The IC sends out the enc

  • 2017
    • December
      • Intex Aqua Fish / Jolla C camera module pinout
        12/28/17
        Well the camera module (ST5-YSL500D B-V1) in my phone seems to be died, and since it is not so common phone I cannot buy off the shelf replacement part.

        I hope that they used some standardish pinout.

        By looking at the layout and doing some measurements here is what I know from

    • November
      • Furibee F36 frame mod for FPV camera mounting
        11/06/17
        I have recently purchased a FPV AIO micro camera from Gearbest to hook it to my Furibee F36.

        I have tried various mounting options and the mount camera above the mainboard seemed to be the best option. However this gave the some degree of uncertainty to the left-right movements due to th

    • October
      • STM8 SWIM Tag Connect pinout
        10/24/17

      • John Deere RE219053 javítás
        10/10/17
        Szembekerültem egy ilyen monitorral aminek az egyik gombja bedöglött.
        A gombok fóliamátrix kialakításúak, ezért az egyik legtöbbet használt gomb bemondta az unalmast, folyamatosan kontaktot adott.

        Kapott hát egy szép kis bohócorrot a helyére:



        Szépen bedrótozt

      • Ebay review: 614 Micro Motor DC 3.7V
        10/09/17
        I have came across many similar small motors on ebay:


        By looking at their dimensions I couldn't resist to buy a few one to try out how they perform in my Furibee F36.

        Here are the plain results running from 4.2V bench supply:
        No load current: 60 mA
        Consumed

      • UDEV rule for setting the baudrate and bringing up socketcan interfaces
        10/04/17

        SUBSYSTEM=="net", ACTION=="add", KERNEL=="can*", RUN+="/etc/udev/rules.d/setup_can_interfaces.sh"


        And the setup_can_interfaces.sh:


        #!/bin/bash

        /sbin/ip link set $INTERFACE type can bitrate 1000000
        /sbin/

    • September
      • Howto run an application on SailfishOS with root permissions
        09/11/17
        Normally you will not need it unless you are debugging something permission sensitive stuff.

        - Activate developer mode, set ssh password
        - SSH to your phone
        - devel-su
        - export XDG_RUNTIME_DIR=/run/user/100000
        - xdg-open /usr/share/applications/ble_scanner.desktop

    • June
      • nRF51822 development logs
        06/14/17
        I have purchased a similar board from ebay to play with:

        https://raw.githubusercontent.com/wiki/RIOT-OS/RIOT/images/yunjia-nrf51822-full.jpg popup=true]

        The Nordic's PCA10028 devboard has almost the same MCU as mine, but it has double amount of RAM. To compile the examples

      • Driving an ICF-340-30-2 fan motor with an STM8
        06/05/17
        My ex-neighbour came to me with an idea which was built around a HVAC fan motor and it's driver. It was salvaged from an old Toshiba air conditioner. You can find a pretty comprehensive service manual for it here. The motor is a ICF-340-30-2 and the driving board is a MCC-821-03 board.
    • May
      • Hack from the past: DIY Nokia DKU-2 cable
        05/12/17
        Many years ago, when the Nokia pop-to-port cables were expensive, I have created the following "DKU-2 cable" from an aftermarket headset, some prototyping PCB and an USB B type connector, by melting the pogo like pins to the proper positions:





        It was sligh

    • February
      • Adding Cosmic compiler error parser to QtCreator
        02/15/17
        I am forced to use Cosmic C compiler for developing STM8. All of the existing IDEs (STVD and Cosmic's own) for STM8 are terrible, so I am using QtCreator for editing code.

        To be able to jump easily to the compiler errors/warnings I have created a custom error parser:


  • 2016
    • December
      • [Retro]Coca cola: Legyen egy saját városod karácsonyra
        12/27/16
        Rendhagyó bejegyzés a mai, nem valami tech anyázás, hanem egy kis múltbarévedés következik.

        [s]Valamikor a kilencvenes évek végén/kétezres évek elején[/s]
        1997-karácsonyán (Infóért köszönet Tamásnak!) volt egy karácsonyi Coca-cola promóció amiben az üdítőitalokhoz papírból kitördelh

    • November
      • Do not trust in Genius!
        11/08/16
        I have bought a Genius Facecam 321 to use with mjpg-streamer on Linux.
        The packaging mentioned MJPEG as supported format, but it is lying!
        The camera only supports YUV both on Windows and Linux :(

    • October
      • What's inside the AI Thinker A6 GSM modem?
        10/25/16
        I have not been able to find anything more detailed about the internals of the AI Thinker A6 GSM modem.

        I bought one, fired up my heat air gun and:


        We can see two major components:

        A RDA8851MS controller and a RDA6625e frontend

        At the same time I a

    • August
      • Getting started with NewPos NEW6210 mPOS
        08/30/16
        I have got a NewPos NEW6210 mPOS to do some application development.

        I wanted to get the development env rolling on my Ubuntu 14.04
        The manual suggests using 32 bit RedHat Enterprise Server 6 x86 32bit version, but you know no pain no gain.

        The documentation and the overa

      • Poor man's LED in Qt
        08/15/16
        Create a square label with fixed size, let's say 24*24px.

        Use the following stylesheet:
        "background-color: rgb(85, 255, 0); border-radius: 12px;"

        Change/clear the stylesheet when the LED is off.

      • Hi3518 module notes
        08/14/16
        A while ago I have bought a Hi3518 based camera module from the Aliexpress.

        It is called BLK18E-0712C-38X38_S (V1.01)

        Some initial findings:

        - No DHCP is set. Static IP at 192.168.1.10
        - Default username for HTTP and RSTP is admin with blank password.
        - HTT

      • Daily rant - CS lab CSMIO/IP-M firmware update - Float point division by zero.
        08/06/16
        I got a task to get a CSMIO/IP-M based machine running.
        First I have started the experimentation in Virtualbox.
        Installed MACH3, and the CSLab plugin. From MACH 3 it says it needs firmware update. Okay, let's check the firmware updater!

        I have started to have bad feelings

      • Samsung D60 - no flash repair
        08/06/16
        My father's Samsung D60 compact camera's flash stopped working.
        I have taken it apart to see what happened. In our case the problem source was a broken flex PCB between the flash capacitor and the flash charge PCB.

        Repair procedure:
        - Remove the screws.
        - Remove t

    • June
      • Extract ROM file from Sony VAIO BIOS update
        06/22/16
        I needed to reflash a Sony VAIO BIOS flash with an external programmer. I have had no contents for that so I have had to extract it from the vendor BIOS upgrade.

        Unfortunatelly my update did not put the ROM file to the %temp% folder as it is suggested here:
        http://www.legroom.net/no

    • May
      • Install driver inf under Windows 7 from command line side notes...
        05/23/16
        Just a side note to this blogpost:
        http://users.atw.hu/balubati/blog/index

        The method only works if the INF file has a DefaultInstall key.

        Something like this:

        ===========================================================================
        ; Default Installer

      • Cisco conference phone - permanent DECT removal...
        05/15/16


        I have been lucky to "legally" take apart some Cisco conference phones to PERMANENTLY remove the unused and unknown DECT functionality because if the locale is set to wrong country in the device it might cause some interfence with the UMTS frequencies which is illegal in my cou

    • April
      • Acer Aspire V3-531 camera pinout
        04/04/16
        We have used a salvaged PK40000K300 camera in our robot for the 10th Applied sciences competition:



        Pinout for reference:
        GND: Orange
        +3.3V: Black! Don't ask why.
        D-: Brown
        D+ Orange

        It has pretty good quality compared to another

    • March
      • IBM Thinkpad T420 camera USB pinout
        03/23/16
        I have salvaged a builtin camera from an IBM Thinkpad T420 notebook.
        After some DMM peek-poke I have managed to figure out the USB pinout:



        VUSB: Yellow
        GND: White
        D-: Green
        D+: Orange

        The rest of the wires are for the MICs I think.

      • Noname ("Made In China" ) 320A brushed car ESC from EBAY teardown and reverse engineering
        03/04/16
        Some time ago I have bought a low cost ESC for my Tamiya Thundershot from Ebay. Something like this one:


        I was always curious about the internal of these stuffs, but I never find any documentation about things like this.

        MCU: EM788P153 (OTP)
        FETs: 6 IRL3803 (2x2 par

    • January
  • 2015
    • September
      • Cakephp 3.x CounterCache on the same model
        09/19/15
        I have a model in a CakePHP app where I refer to the parents.
        The tree behaviour seems to be an overkill for this purpose, but I needed the children's count for each random node. (For feeding this to a jstree widget through AJAX.)

        My model was called ItemTypes and until I have

    • June
    • May
      • Retro: ASUS mimic CX200 JTAG hacking
        05/31/15
        Back in my university years I have had some issues with an Asus MIMIC CX200 camera. One of them got broken after a firmware upgrade so I have decided to fix it with JTAG. I have successfully got to UrJTAG to read the IDCODE of the S3C4510B, but I was unable to detect the flash. Now I know that I hav

      • Install and uninstall Windows drivers from INF files on Windows XP
        05/29/15
        Got a daily task with the following conditions:
        Get a Windows driver (generated with NI VISA driver generator) installed from TestStand and uninstall that after the test sequence had been run.

        My first idea was the devcon.exe's install command, but it does not do what I wanted i

    • April
      • Compile urJTAG on Windows under cygwin
        04/28/15
        Ingredients:
        urJTAG source from SVN or Git.
        Cygwin: install the packagelist from here: https://dl.dropboxusercontent.com/u/4295670/packagelist with the technology described here:
        http://blag.nullteilerfrei.de/2014/01/3

        The python binding is broken so run the ./autogen.sh wi

      • Siemens Quick Pic IQP-500 camera conclusions...
        04/11/15
        I have started to play with ESP8266, and remembered to my old UART based IQP-500 Siemens S55 camera module got from a friend a few years ago.
        I have started to dream about a 6USD Wifi IP camera, but my dreams shortly fallen to ashes.

        I have started experimenting with the following

  • 2014
    • December
    • September
      • Avaya/Nortel 1120E IP Phone
        09/21/14
        CPU: BCM1103
        Flash: MX29LV640 (8MByte)
        RAM: HY5DU561622ETP (32MByte)
        2x Broadcom B5011A GbE PHY
        LCD: Ultra Chip UC1611 (UC1611F8 is written to the flex part of the LCD)
        Pictures later...

    • July
    • June
    • May
    • January
      • Building Cyanogenmod for Sony Ericsson Xperia X8 (Shakira)
        01/30/14
        A log style lists of my problems and solutions.
        (I am using kUbuntu 13.10 64 bit)

        Building tutorial's source:
        http://wiki.cyanogenmod.org/w/Build_for_shakira

        Error:

        host C++: libhost <= build/libs/host/pseudolocalize.cpp
        In file included from b

      • Wisdor LCD reverse engineering
        01/25/14
        After the hungarian goverment decided to replace all the electronic cash registers to "online" cash registers so now there are a lot of e-waste machines in Hungary.

        My father bought a Wisdor CR-681BFa half year ago, but he had to replace it. The machine has a 14 character semi-

      • VPNC connection fails after upgrading to Ubuntu 13.10 (saucy)
        01/12/14
        My corporate VPN connection got broken after I have updated my desktop to Kubuntu 13.10.

        First I have started the Networkmanager's vpnc service in debug mode:

        sudo /usr/lib/NetworkManager/nm-vpnc-service --debug


        When connecting to the VPN the following me

      • Siemens Gigaset C475IP base station disassembed
        01/06/14
        At the local flea market I have found a box with an ethernet port and and a DECT logo. I have bought it just for fun hoping that I will found some kind of embedded Linux running hackable stuff inside. Well after opening it I had to became disappointed.
        Just for fun and archiving puposes I post

      • Building QCA (Qt cryptographic architecture) library on Ubuntu 13.10 with Qt5
        01/05/14
        I have tried to build the QCA library from the KDE git repository (git clone git://anongit.kde.org/qca.git) with Qt5. (The Ubuntu 13.10 distribution ships only QCA built with Qt4 in the repositories).

        The cmake failed with:

        CMake Error in CMakeLists.txt:
        Imported target

      • Setter/getter method generator for Qt/C++
        01/04/14
        I have ditched together a small form in PHP to generate the setter getter methods for private members:
        http://balubati.atw.hu/cpp_setter_getter_generator.php

  • 2013
    • December
      • Mplab C18 to Mplab XC8 porting notes
        12/28/13
        Just some random notes:


        warning: (335) unknown pragma "udata"
        ...

        Remove idata and udata pragmas.


        (975) invalid format specifier or type modifier

        Change %S string printf format specifier to %s (lower case).


        sprin

      • Vesta Kombi fűtőbetét
        12/15/13
        Miután az összes hazai szóba jöhető webshopot végignyálaztam a Vesta kombi tűzhelyhez fűtőszálat vagy fűtőbetétet keresve itt találtam rá egy hasonlóra:
        http://kremplshop.de/produkt/show/18948

        Igaz a PN nem ugyanaz (33.94023.192 az eredeti pedig 33.94023.002), illetve nagyobb teljesí

      • Geovision GV-800(S) under Linux
        12/06/13
        One of my friends asked me to get working a Geovision GV-800(S) DVR card with zoneminder.
        According to the google results several people succeed with this subject. For e.g.:
        http://siripong-computer-tips.blogspot.

        I have installed a n Ubuntu 12.04 server, and the necessary pack

    • October
      • Hekkeljünk trafikszoftvert! - QTrafik
        10/31/13
        Ha 2013-ban olyan szoftvert akarnak eladni neked ami nem megy 64 biten mondj nemet!
        Ha meghallod a DBF szót egy szoftverrel kapcsolatban fuss.

        Ezeket a jótanácsokat sajnos kénytelen voltam a magam bőrén kitapasztalni.

        Adott tehát a feladat: készítsünk egy raktárkészletkeze

    • September
      • i18n generator script for CakePHP
        09/06/13
        Are you tired of running cake i18n extract and clicking over the Poedit?


        #!/bin/sh
        rm -rf Locale/*.pot

        langs=( hun )
        ./Console/cake i18n extract --output ./Locale --paths ./ --merge no
        for lang in "${langs[@]}"
        do
        :
        msgmerge

    • August
    • June
      • Azt hittem ilyen már nincs...
        06/29/13
        ... de van :D
        https://www.dropbox.com/s/q2fep3ws2zhp9uq/sargafun.png

      • When the CakePHP session does not works
        06/21/13
        I have migrated one of my CakePHP based webapplication to an another webhosting provider, and my Session stopeed working. The setFlash messages was not displayed, and the authorization does not worked.

        The solution was simple but not obvious.
        The Sessionhelper sends a cookie to you

      • Android Studio - Waiting for device @ Ubuntu
        06/06/13
        I have started to develop to Android on Ubuntu.
        At my first attempt when I have tried run my app on the device, the device shown up as ?????????? in the Android Studio Choose Device dialog.

        The problem root cause is the access rights around the device descriptors.

        The AD

    • May
    • March
      • Nokia VS JSR-234 FlashControl
        03/16/13
        My father have a Nokia 6303i Classic, and he missed one feature from it: to be able to use the camera flash as torchlight.

        According to the Device speciications, it supports the JSR-234:
        http://www.developer.nokia.com/Devices/

        1 Contains: CameraControl, SnapshotControl,

    • February
      • AVTECH AVC793ZC-B PCB
        02/22/13
        AVTECH AVC793ZC-B PCB photos:

        https://www.dropbox.com/sh/nvb2utubxqzyta0/fr6ueAFnzy

        Possibly based on Grain Media GM8181 SoC

        http://www.grain-media.com/images/produ

        [more]

        Bootlog:

        Terminal log file
        Date: 2012.08.07. - 21:28:49
  • 2012
    • November
      • Strip phpmyadmin export to databases
        11/13/12
        Exporting all tables with phpMyAdmin is not a good idea since there are some system tables which cannot be written during the importing.
        (information_schema, mysql, performance_schema, test). If you did it as I you can strip the dump to databases using it the following php script:

        <

    • August
      • Some Hisilicon HI3515 embedded Linux investigation
        08/18/12
        In my last post I have been blogged about a Hisilicon HI3515 based DVR recorder.

        The device itself functioning well, except the web interface which requires ActiveX control installation which is unavailable for my system.
        After a quick look at the u-boot I have figured out that we

      • Genesis Pro GP6308S console output
        08/12/12
        I have receieved a GenesisPro GP6308S DVR recorder. I have read in the user manual that it runs Linux, so I could not missed taking into pieces and check the console output on it.

        At first a short HW overview:

        HiSilicon HI3515SoC
        256MB DDR2 RAM (2 pcs. Hynix H5PS5162GFR)
      • Tyco Terrain Twister reverse engineering
        08/12/12
        I have a Tyco Terrain Twister without transmitter.
        The demodulated signal encoder in it is on a small board on board PCB.
        Unfortunatelly there are not any useful information about it on the web (how the encoding is works etc.).

        I am planning that I will replace it with small

    • June
    • May
      • Freescale CodeWarrior for MobileGT 9.2 - MPC5125 under Linux
        05/24/12
        Do you want to use Codewarrior for MobileGT 9.2 under Linux for debugging/developing to MPC5125?

        The stock installation of the CW did not supports the MPC5125 and the MPC5123. You can download an upgrade to support these CPUs, but it is available for windows only. No problemo, after runni

      • Magyarok a marson -1 nap Dejavu
        05/10/12
        Három napnyi majdnem szünetmentes kokeszolás után nagyjából kezd kialakulni a dolog. Ezer sebből vérzik ami tudom hogy rommá fog szivatni az elkövetkező 48 órában de ez egy ilyen műfaj.

        Videó:
        http://dl.dropbox.com/u/4295670/mam2012/navi_probe.MOV


        Igen ne vegyetek Ko

      • Magyarokamarson -1 hét új PCB
        05/04/12
        Az eredeti klannos terv alapja az volt, hogy a tavalyi elektronika 1 az egyben vinni fogja.
        [more]
        Namost ez a teória a mechanika dobásával elszállt. Lévén, hogy elég erős FETek vannak a hidakban úgy gondoltam, hogy jó lesz az ha a kapcsitápokat kikötöm előlük. Hát nem. Az 540-es motor ~1-

    • April
      • Magyarok a marson -2 hét
        04/28/12
        Elkezdődött a várva várt tesztelés:

        http://dl.dropbox.com/u/4295670/mam2012/100_2486.JPG

        Igen székként egy dugattyú van használva.

        http://dl.dropbox.com/u/4295670/mam2012/climb2.MOV
        A mászási képessége elégedettséggel tölt el.

      • Magyarokamarson -1 hónap. Na majd akkor erőből
        04/15/12
        Lévén, hogy a klann-os történet (ld. itt) kudarcba fulladt, lassan új mechanikát kellett kitalálni.

        Hexapodot minden pénzes gyerek tud magának építeni, no meg se kedvem se időm inverz kinematikát számolgatni.

        Törtük hát a fejünket nagyban és azt hiszem sikerült ismét megtalá

    • March
      • New Freescale Codewarrior USB-TAP disassembled
        03/04/12
        The Freeescale support was very gently, so they are provided a free replacement for my dead USB-TAP. Of course I have disassembled it to check that did they added ESD protection to the USB lines.
        Yes they did:


    • February
    • January
      • A few things what I setup when I create a new Qt Widget project
        01/28/12
        1.Add the folowing to pro file:


        OBJECTS_DIR = build
        MOC_DIR = build
        UI_DIR = build
        RCC_DIR=build

        DESTDIR = bin

        and the binaries won't mess up your sorce code directory

        2. Make the following modifications in the main.cpp:

      • I/O error while opening /de/ttyS0 on Dell D630
        01/25/12
        I have recently tried to breathe life to the serial port of my DELL D630 notebook under Ubuntu Natty, but the opening always failed with I/O error.

        I have tried the relevant acpi=off, pnpacpi=off kernel parameters, updated the BIOS, but these thigns did not lead to succes. As final trying

      • Lattice ispVM under Ubuntu 11.04 with USB download cable
        01/22/12
        I have tried to use the Lattice ispVM under Ubuntu 11.04, with the Lattice USB download cable, but I have to run it as root, even after adding the udev rules mentioned in the FAQ.

        After some strace analyzing I have figured out that it is trying to open the /dev/bus/usb/{roothub}/{devide}

      • Debugging UrJTAG with GDB
        01/05/12
        The UrJTAG uses a libtool wrapper for starting, so debugging with GDB is a bit tricky.

        You should debug the src/apps/jtag/.libs/lt-jtag binary.
        But it does not appears right after building it, the wrapper script creates it if not exists.
        So ran ./src/apps/jtag/jtag first.
  • 2011
    • December
      • Using Microchip MCC18 compiler using GNU make
        12/18/11
        Recently I had a project which was based on a 18F series PIC.
        According to the "The well known ecosystem improves the productivity" motto I have decided to do the development on my Linux box.

        After a while I have noticed that there are not any usable enviroment for 18F de

      • UrJTAG new bus HOWTO
        12/17/11
        Preface: I will call new bus "foo" in this example, so replace the foo with your bus name in the examples case sensitive.

        1. Write the bus code. (Implement the necessary functions, and members for the URJ_BUS_DRIVER structure. see. include/urjtag/bus_driver.h)

        2. Add

    • November
      • Never ever use colorgcc if you are using buildroot, openembedded or...
        11/17/11
        Or anything else what is modifying somehow the output of the GCC.
        Otherwise you will suck like a gluttonous badger* like I did.

        A.k.a torkos borz in hungarian.

      • [Project announce] Linux kernelmodul az NI DAQCard-4050-hez
        11/11/11
        Ma sikerrel portoltam az National Instruments 4050 PCMCIA DMM-hez gányolt gyári példaprogramokat egy Linux kernelmodullá.

        Kód a szokásos helyen a googlekódon figyel:
        http://code.google.com/p/ni4050/

        Nem bírhattam ki hogy ne hegesszek hozá valami GUI-t Qt-ban természetesen

      • Running EAGLE 5.91.1 under Ubuntu
        11/08/11
        A few libraries had been left from the new V6 Beta package, so installing it on nonSuse Linux Distributions could be a bit painful.

        To install the missing stuff manually follow the steps below:

        Download the beta package from here:
        http://www.cadsoft.de/betatest/

    • October
    • July
      • Kundo Electronic clock PCB reveng
        07/10/11
        My friend recently bought a Kudo Electronic switched pendulum clock from the ebay. After the receievment he had notified that the clock did not working. The problem was caused by the melted batteries. The acid and other chemicals had corroded the switching PCB, make it totally unrecoverable.
    • June
      • Altera USBBlaster udev rule for urjtag
        06/08/11
        If you want to use your Altera USBBlaster with urjtag without root privileges you should add the following to the
        /etc/udev/rules.d/52-altera-usb.rules files.


        # USB-Blaster
        SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001",

    • May
      • Magyarokamarson -7. nap, avagy ideje dolgozni
        05/07/11
        Miután a marsjáró kb. 3 hónapja áll a jólnevelt blútúszos távirányítósautó státuszában, épp idejét láttam annak hogy nekiálljak valami ügyes navigátort hegeszteni hozzá.

        [more]

        A tavalyi koncepció alapja az volt hogy a berajzolt egyenes szakaszokon egyenesen megyek, a pontokon

    • February
      • Hacking the Pinnacle Showcenter SC1000
        02/12/11
        I have recently got a Pinnacle Showcenter SC1000 as a gift from one of my friends.

        The peripherials made me intrested, so I have disassembled it to check the internals:

        It features the following stuff:
        - Sigma Designs EM8551 Soc (datasheet here)
        - RJ45 ethernet conne

    • January
      • Sigma Designs EM8550 pinout map
        01/30/11
        I have generated a pinout map for the Sigma Designs EM85XX family SOC:
        [more]


        Enjoy!

      • Napi embedded szívás
        01/25/11
        Reggel felkelek, kakaó, stb. ülök a gép elé, hogy friss OpenWRT-t meg mjpg-streamert reszeljek az egyik kedvenc beágyazott cuccomra az NSLU2-mre.
        A trunk szépen lefordult, reszeltem az mjpg-streamer Makefilejába egy pár konfigurációs opciót így a menuconfigból lehet kivadászgatni milyen paramét

      • Daily OpenWRT notice
        01/22/11
        To compile a single package induvidually from the feeds run:


        make package/feeds/packages/<PACKAGE_NAME>-compile V=99

      • Daily OpenWRT build fail: .attempt to use poisoned "bcopy"
        01/21/11
        Today building the daily OpenWRT snapshot for my NSLU2 failed with an error:


        ../include/obstack.h:153: error: attempt to use poisoned "bcopy"


        [more]

        Solution:

        make menuconfig ->
        Advanced configuration (for develoers) ->
      • Towardpro MG946R firmware
        01/13/11
        I have managed to get a Towardpro MG946R servo like this:
        http://www.hobbyking.com/hobbycity/stor

        [more]

        After disassembling it I have became suprised, because the electronic in it was contained an Atmega8 and 2 AO4606 half bridge.

        Since then I do not needed th

  • 2010
    • December
      • Mjpeg-streamer input plugin for Icamview based IP cameras
        12/18/10
        Today I have managed to create an input plugin for the Mjpg streamer which grabs the JPG frames from my Asus Mimic CX200 IP camera trough it's properitary protocoll.

        Q: Ok but what is it good for?
        A: Originally this camera was purcashed by my father for survillance purposes. Bu

    • October
      • Asus X51R & Ubuntu & Skype & no microphone
        10/21/10
        The Skype microphone did not worked for me since the 9.04.
        I have added the following to the /etc/modprobe.d/alsa-base.conf:



        options snd-hda-intel model=3stack-660
        options snd-hda-intel position_fix=1




        And now it works fine.

        Si

      • Daily Qt Sapience - Fix broken associate with the .pro files under Win 7
        10/06/10
        I have installed a new version of Qt SDK on my Win7. Of course I have kept in my mind the Windows's fragile internal mind, so I have uninstalled my previous Qt and QtCreator installations.
        The SDK installed fine, but I cannot set the QtCreator to be the default associated program with the

    • September
      • Daily Qt sapience - Reading ras files from sequential devices not supported
        09/29/10
        I have written a library to get JPG files from a webserver continously. It worked fine with Qt 4.6.3 but with the new Qt 4.7.0 I have get the following error for every frame:


        Reading ras files from sequential devices not supported


        The workaround is the following:
      • Using QtCreator to develop Symbian applications on Linux
        09/25/10
        I have done some experiences in Qt application development to Symbian platform on Linux host in the past days. Setting up the development enviroment is quite easy, but the QtCreator made me some headache with its own strange enviroment variable handling.

        [more]

        To set up the d

    • August
      • Daily Qt sapience - Qt Embedded and tslib
        08/30/10
        I have stucked several times with touchscreens and Qt.
        My problem's main reason is that I compiled the Qt and tslib outside the openembedded, because I did not liked the Openebmedded's Qt building method. (Build Qt twice once cross compiled, once for the host.)

        I have stuc

      • [Project Announce] Avrdude Qt frontend
        08/19/10
        A mai napon feltoltam a google codera az Avrdudehoz hegesztett Qt alapú frontendemet:
        http://code.google.com/p/avrdude-qt-gui/

        Igazából sok működő rész még nincs benne, csak backup célokat szolgál egyelőre az svn tároló.

        Eddig működik:

        - Flash programozás, olva

      • Napi Qt okosság, avagy a -fast opció csodákra képes
        08/17/10
        Van pár feladat aminek a végrehajtását szeretem elkerülni a számítógépemen. Ilyen például a Qt fordítás. Baromi sokáig tart, és végig üvegeli a a gépet. A gentoos "compile 5 hours to run 5 ns faster" filozófia pedig eddig még nem érintette meg a lelkemet.

        Beágyazott szuttyok es

    • June
      • Napi Qt okosság: avagy mit csináljunk, ha a rajzolt QGraphicsItemet nem lehet mozgatni
        06/22/10
        A szituáció:

        Adott a QGraphicsView aminek a mousePress, mouseRelease, és mouseMove memberjeit overrideolom.
        A pressEventben létrehozok egy RockItemet, ami mozgatható, és egy QPolygont rajzol. A moveEventben, amennyiben rajzolás van ehhez az adott RockItem polygonjához fűzöm az event

      • IBM STB02501 pinout
        06/18/10
        I have managed to generate a pad layout picture for the IBM STB02051Set top Box Soc from this BSDL file.



        I will desolder this CPU from my Amino Aminet 110 to trace the JTAG pins.

      • Broadcom BCM6348 pinout
        06/16/10
        I have generated the pinout image for the Broadcom BCM6348 BGA package:



        The input source was:
        http://www.f-x.fr/wikini/wakka.php?wiki=Bcm6348PinOut

        The generation was done with a small Qt program:
        http://balubati.atw.hu/blog/images/pinoutviewer.tar.gz
      • Netgear DG834GT USB host - Successful end of the story
        06/15/10
        I have put a dot to the end of a long story.
        About three years ago I have get an Sky networks rebagged Netgear DG834GT from my friend Azbeszt.

        First of all I have disassembled it, and realized that it has an unsoldered USB port. I have placed the soldered the missing components, (con

      • Calling all innovators - deadline
        06/10/10
        Nos ezen is túl vagyunk.

        Készítettünk egy kis órarendet Symbianra Qt-val.

        Így néz ki desktopon:



        És szimulátorban:



        Éles screenshot nincs, majd ha lesz rá alkalom lövök.

        Fel van vértezve neptun importálási lehetőséggel, am

    • May
      • Asus X51R Ubuntu 10.04 microphone
        05/30/10
        I had some problem with my laptop's microphone input with the Ubunutu 10.04.

        I have inserted the following line to the end of the /etc/modprobe.d/alsa-base.conf


        options snd-hda-intel model=3stack-660
        options snd-hda-intel probe_mask=1


        And now I

      • Magyarok a marson - Sebek nyalogatása
        05/20/10
        Lassan az élet kezd visszatérni a normál kerékvágásba.

        Nekálltam rendberakni a marsjárót. Találtunk a tanszéken 1:200 áttételű fém fogaskereses DC motort, a végén enkóderrel. Ez lesz belecsuberákolva a cuccba valószínűleg. Lassab lesz, de gyilkosabb.

        Sorra kerültek a megpukka

      • Magyarok a marson
        05/13/10
        Ha egy mondatban kellene összefoglalnom a versenyt, akkor az EPIC FAIL jut eszembe.

        A versenyre 14 óra tájékában érkeztem meg egyedül autóval. Budapest bűnös város. Mindenhol autó, nem lehet megállni térképet nézni. Ehhez hozzájön az, hogy minden második utca egyirányú. Természetesen nem

      • Magyarok a marson -2. nap avagy mindenki bekaphatja
        05/07/10
        Ma felhívott az A "csapattársam", hogy mi a helyzet. Azzal indított, hogy bocs, hogy a múlt héten nem jöttem be, de nagyon sok beadandót kellett írnom, meg zht kellett írni, bla bla bla. Utoljára akkor láttam, amikor a CM volt (ápr. 22.). Mondtam, hogy 9 és 10 óra közt indulok Hszobról koc

      • Magyarok a marson -3. nap avagy a shakedown day
        05/05/10
        A mai nap a készülődés jegyében telt.
        Kaptam kölcsön "kempinglabortápot" akksit tölteni.
        Ma lepróbáltuk élesben az autómata képleolvasót.
        Sajnos nem működik kifogástalanul mivel a Logitech kamera autófókusza nem mindig jó helyre fókuszál. Most hekkelhetem az mjpgstreamert,

      • Magyarok a marson -4. nap avagy I Labview baby
        05/05/10
        Néha kellemesen lehet csalódni informatikus kollégákban is.
        Vámos haverom 2 nap alatt összegányolta az automata képlelolvasót.
        Én gyűrtem hozzá képleszedőt, meg fájlbaírós részt, így most boldogság van.
        Átméreteztem a Virtualboxos lemezemet, ami Dotnettibor spanom szerint körülménye

      • Magyarok a marson -5. nap
        05/03/10
        Ma elektró zht írtam, feltételezem siralmas eredménnyel.
        A délutáni hajtások "labor" című programozzunk frekvenciaváltót című kurzust skippelve most itt hentelek az előkészítőben, és tesztelek.

        - A pannal felvértezett kamera képességeit kihasználva vittem be több új fícsö

    • April
      • Magyarok a marson -7. nap
        04/30/10
        Néha az tud a legaggasztóbb lenni, ha semmi nem romlik el.
        A buglista kiirtásra került, A missziót ma elpróbáltam legalább ötször. Vámos elvitte a virágot, hogy hétvégén gányol Labviewban valami képfeldolgozót hozzá. Kíváncsian várom.

        Ma egyszer eltört a liftkábel, ezt a bugot zsug

      • Magyarok a marson -8. nap
        04/29/10
        Ma megindult a tegnapi bugok kijavítása.

        Ezen felül az alábbiak történtek:
        - Az űrlift lemezeiből levágtam a felesleget.
        - A lift kapott egy kapcsolót az orrára, ami megszakítja a mászást, ha felér a tetőre. Ez teszteléskor különösen hasznos.
        - A mintavavő tányér rugós

      • Magyarok a marson -9. nap
        04/28/10
        A mai nap fejleményei:

        - Végig lett próbálva a misszió sikerrel.

        - Felszórtam egy HVGs olvasópróbás műanyagdarabra két alucsikkal az atmegás LCD-s demóboardot virág gyanánt. Így mutat a roverből:


        - Az űrliftten kijött némi probléma, többnyire mechanikai jelleg

      • Magyarokamarson -10. nap
        04/27/10
        Ma semmi nagyon extra nem történt. Se jelentősnek modható előrelépés, se szívás. A SLUG megy mint a kisangyal.

        Szoftveroldal:
        A mai napon implementálva és tesztelve lettek az alábbi funkciók:

        - Képfeldolgozó által észlelt elakadás jelentése a földbázisnak. Ott felajánlani

      • Magyarok a marson -11. nap
        04/26/10
        Eldöntöttem, hogy az utolsó két hétben ledokumentálom mit is csinálok, hogy utólag könnyen lehessen mutogatni hogy hol lett eltolva.

        Ma elektró után nekiálltam tesztelni az előkészítőben a hétvégén elkészült megállásérzékelő modult a képfeldolgozóban. A dolog lényege mindössze annyi, hogy

      • Napi Qt okosságok: vegyesválogatott
        04/24/10
        1) Amikor a QTimerek szórakoznak.

        Történt a marsjáróvezérlő programmal, hogy elkezdett néha lefagyni a navigáció. Némi debug után arra jutottam, hogy bizony néhány QTimer nem emittál timeOut() szignált. Hosszas szívózás után rájöttem a dolog nyitjára. A program több saját készítésű könyvt

      • Upgrade routerstation firmware from Openwrt daily snapshot.
        04/02/10
        Just a small note to myself, because I have forgotten it again.

        Connect the RS board to your PC trough it's WAN port.
        Give static IP to your PC in the 192.168.1.255 subnet.
        (IP 192.168.1.1 mask: 255.0.0.0 gw: 192.168.1.20)

        cd to your Openwrt's bin directo

    • March
      • Ubuntu /usr/lib/cups/filter/pdftopdf failed
        03/14/10
        Today I wanted to print some documents. Click print, wait nothing happends. I have checked the CUPS command panel, and it said, that the
        /usr/lib/cups/filter/pdftopdf failed. Happiness. I have tried to run it, and

        mm@lapos:~$ /usr/lib/cups/filter/pdftopdf
        /usr/lib/cups/filter/

      • OpenWrt snapshot build failed
        03/14/10
        Today I have tried to build my updated repo for my Netgear DG834GT, but it failed with:

        cp: cannot stat `/home/mm/Projektek/netgear/openwrt/build_dir/linux-brcm63xx/compat-wireless-2010-03-03/drivers/net/wireless/ath/ath5k/ath5k.ko': No such file or directory
        make[3]: *** [/home

    • February
      • Simplephpblog költöztetése ATW-re.
        02/28/10
        Ahogy most elnézem siker van.

        Átmásoltam, átírtam az sql configot, és működött az ékezeteket leszámítva. Ennek az volt az oka, hogy az atw ISO-8859-2 kódolást használ, amit a header("Content-Type:text/html; Charset=UTF-8"); sem képes felülbírálni. Nincs más hátra, mint előre. <

      • Ékezet próba
        02/28/10
        Semmi különös, csak szívok megint, az ATW-n nem az UTF-8 a default kódolás. Öröm.

    • January
      • Kalandjaim a Motorola RSS-el.
        01/03/10
        Kaptam egyszer régen egy kabát nélküli URH rádiót egy ismerősömtől, valami kőolajos selejtezésről. A cuccról annyi derült ki, hogy Motrola, és 1993ban gyártották. Sorozatszámra keresve semmit nem találtam.
        Egyszer véletlenül ráakadtam a batlabs oldalára. Itt volt egy modelszám kalkulátor, amibő

  • 2009
    • December
      • Kiss DP-600
        12/28/09
        Egy ismerősöm szerzett egy Linksys Kiss DP-600 típusú médialejátszót. Mint kiderült róla Linuxot futtat, így nem hagyhattam ki, hogy ne szedjem ízekre:

        Mint láthatjuk asztali DVD van benne, ami azért nagy szó manapság.
        [more]




        Fussunk végig mit is látunk:

    • October
      • Setting up Qt build enviroment for AVR32 development
        10/27/09
        Currently I have a project which is based on the Atmel's NGW100 board.
        It contains an 7' LCD display with touchscreen, an AC97 soundcard, a GPRS modem, and a PIC based board for controlling relay's, and so on.
        The development time to make it working should be as sort as is

      • Napi Qt okosság: avagy boundingRect() wazzeg boundingRect()
        10/06/09
        Általában ha valamivel nagyon leszopatja magát az ember, akkor azt megtanulja egy életre. Nos nálam ez nem mindig így van. [more]

        Adva vagyon egy osztály, ami a QGraphicsItem-től származik.
        Ennek van egy paint metódusa ami ennyi:


        void Border::paint(QPainter *painter

      • ALC-8000 calibration menu
        10/02/09
        A few months ago I have serviced with my colleague an universal charger like this:
        [more]
        The charger had been manufactured by a lot of OEM's (Robbe, Conrad, ELV etc.)

        We have fixed the error, but the measured values were incorrect. I have emailed with a few OEMs, and fina

      • Qt - Eagle nyáktervezős zoom
        10/02/09
        Sokat használom a Cadsoft Eagle nyáktervezőjét nyáktervezőjét, és azt kell hogy mondjam, az egérgörgős zoomját kötelezővé tenném minden grafikai, stb. programban.

        A minap felötlött bennem a gondolat, hogy az egyik Qt-s alkalmazásomba ilyen zoomot implementáljak. A dolog kivitelezése igaz

    • July
      • Aviptek NC4000 NC4050 - Vatera - Frissítve
        07/12/09
        Nagyban fenem a fogam két hibás wlanos IP kamerára (Aviptek NC4000 és Aviptek NC4050) a vateráráról.
        A hibajelenség pontos oka nem ismert, az egy idő után elhal az ablak bezárásakor hibaleírás oka számtalan lehet. Állítólag legújabb fw van rajtuk, dehát ez nem mond sokat. [more]

      • Openwrt svn - Netgear DG834GT
        07/11/09
        Ismét egy kis jegyzetszerű okosság következik most embedded linux témakörben.

        A postban openwrt image készítésről lesz szó friss svn snapshotból.
        Elöljáróban annyit szeretnék megjegyezni, hogy a napi forrásból történő image pörgetést nem célszerű éles eszközön használni. [more]

    • June
      • Már megint Microsoft - Avagy miért gyűlölöm mesék első fejezet.
        06/01/09
        Csak egy kis rövid, tömör anyázás.

        [more]

        Tények:
        I. utálom ha egy technika feleslegesen rabolja az időmet.

        II. legális Campusos Windows XP SP3-al fullra frissítve, stb. virtualdobozban, hónaponként kétszer hozzányúlva, majdnem telepítésszűz állapotban.
        <

    • May
      • Logitech QuickCam Express - Ubuntu
        05/25/09
        Vettem ma használtan egy Logitech Quickcam Express webkamerát.

        A kedvenc kis webkamera tesztprogramom az svv out of box megismerte, 358*288 felbontással tolja gyorsan és szépen a képet valahogy így:

        (A bal oldaliról van szó, a jobb egy Creative Notebook kamera képe)

      • CY7C68013A - OC GEAR display - villog a LED
        05/17/09
        Pár hónapja Halász Úr beruházott egy CUDA capable kártyába, és kapott hozzá egy ilyet:

        [more]

        Ezt a kütyüt bizonyos NVIDIA kártyákhoz mellékelik, képes az FPS valós idejű kijelzésére, lehet vele a ventillátorfordulatszámot | hangerőt szabályozni, ehhez a kommunikációt USB porto

      • Képfeltöltés
        05/14/09
        Megcsináltam a képfeltöltést.


        Öröm.
        Hogy mi volt a baj?
        Szimplán annyi, hogy az extra átalakítása óta a tmp mappa a
        a ~/extra-php-upload mappa lett, (a wwwroot és a phpmyadmin mappa mellett ) mivel ez nem volt meg, ezért nem tudott képet feltölteni, meg úgy általába

      • Csatlakozás Bluetooth-soros adapterhez Linux alól
        05/04/09
        Csak azért, hogy meglegyen, mert a tavalyi versenyen használt technológia képességeit idén újra fel kellett fedeznem.

        Tehát adott egy Bluegiga WT12 modul, egy olcsó USB-s BT dongle, és egy Ubuntu 9.04

        Első lépés (opcionális):


        sudo /etc/init.d/bluetooth start<

      • VW Caddy - Nem indul melegen
        05/03/09
        Hát ma már semmi sem a régi. Apám egy hónapon belül már másodszor ajánlotta fel az ánuszjáró sün szolgáltatásait a volfsburgi cég munkatársainak. Adva vagyon egy 4 éves VW Caddy ~130000 kmvel a háta mögött. Tizenpár évvel ezelőtt még kb. ilyen állapotban vette a Mazda 323-ját, amibe még ennyit kb.

    • April
      • Jaunty + fglrx + két napig X nélkül
        04/25/09
        Anno mikor megvettem a laptopomat, első dolgom volt levakarni róla az Intel Celeron Inside matricát. Ezt a problémát az előző postban leírtak alapján megoldottam. A második lépés volt hogy az Ati Xpress 1100 matricát is levakartam. Kezdetben amikor még a feistyt használtam nyílt driverrel, nem tudta

      • Új proci
        04/18/09

        lucifer@lapos:~$ cat /proc/cpuinfo
        processor : 0
        vendor_id : GenuineIntel
        cpu family : 6
        model : 15
        model name : Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz
        stepping : 6
        cpu MHz : 2166.671
        cache size : 4096 KB
        physical id : 0
        siblings : 2

      • Ékezetek
        04/12/09
        Öt szép szűzlány őrült írót nyír.

        Árvíztűrő tükörfúrógép.

        Működik, öröm.
        Hogy legyen tanulságos is mára valami:

        Tehát simplephpblog + ékezetes betűkre a megoldás:

        A magyar nyelvi fájl telepítése, és abban a

        $lang_string['html_char

      • Els&#337; szösszenet
        04/11/09
        Éljen a webkett&#337;, mostmár lesz nekem is blogom. Öröm.

        Azért az ékezetes bet&#369;k még hagynak némi kívánnivalót maguk után dehát majd id&#337;vel.

        Addigis árvízt&#369;r&#337; tükörfúrógép.
        És öt szép sz&#369;zlány &#337;rült írót nyír.