Compile urJTAG on Windows under cygwin 

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 ... -packages/

The python binding is broken so run the ./autogen.sh with --disable-python option.

Add

#define WINAPI_FAMILY 2
#define NOUSER

befor, and

#ifdef IN
#undef IN
#endif

#ifdef OUT
#undef OUT
#endif

fter the #include <windows.h> into the sysdep.h

Run
make -j 8 CFLAGS='-Wno-char-subscripts -Wno-unused-value'




[ hozzászólás ] ( 17 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 293 )
Siemens Quick Pic IQP-500 camera conclusions... 

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 python script:
http://mitschang.net/s55cam.py

The code assumes that you need to pull the RTS and CTS pins by hand to low.

Ah yeah... I used to be lazy, so after some patching that code I was able to drive these two pins with my CP2101 based UART converter's RTS and DTR pins. But the code did not worked (nothing came at the serial port after the camera was activated). Let's check with logic analyzer! The camera's baud was not exactly 19200 but ~19100 which gives 0.6% error. The cheapy UART converter have not tolerated that! Lets hook to the good old FTDI! It works. Good.

I was able to take picture with the python code.
Conclusions:
Reopening a serialport in python will clear the RTS status, but changing baud rate on the fly does not have the same side effect.

The camera takes ~33K JPGs which is transferred ~3 seconds with the 115200. That would be poor for the video stream, so I thought that I will figure out how can the camera's baud rate increased. 921600 would fit well. But unfortunately the camera's protocoll is not documented and according to the other people reverse engineering results the camera does not have continuous recording functionality.
So bad.

I have not given up the camera project I will look around for cellphone camera modules with SPI port with JPG encoder inside.


[ hozzászólás ] ( 8 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 191 )
Building libkode & kxml_compiler on system having Qt4 & Qt5 

export USE_QT_VERSION=4; cmake -DQT_QT_INCLUDE_DIR=/usr/include/qt4 -DKDE4_BUILD_TESTS=ON -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4


[ hozzászólás ] ( 1 megtekintés ) [ 0 trackbackek ] permalink ( 3.1 / 210 )
Avaya/Nortel 1120E IP Phone 

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...
[ hozzászólás ] ( 12 megtekintés ) [ 0 trackbackek ] permalink ( 3.1 / 227 )
How to make the QtCreator to not build the project when typing '{' with hungarian layout @ Windows 

The Hungarian layout uses the AltGr+B combination for the { character.
It is a little bit annoying to get the project built every time.
To turn off this shortcut:

Go to Tools > Options > Enviroment >Keyboard tab > Qt4Builder section > Build file.
And clear the shortcut.

[ hozzászólás ] ( 12 megtekintés ) [ 0 trackbackek ] permalink ( 3.1 / 314 )

<< <Előző | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | Következő> >>

 
számláló