Go to advanced search

by karrika
Thu Jan 28, 2016 9:54 am
Forum: General discussion
Topic: Qt 5 and Qt creator
Replies: 13
Views: 2626

Re: Qt 5 and Qt creator

From the Foundations official downloads page here : https://www.raspberrypi.org/downloads/raspbian/ Texy Yay thank you for the link! but despite of the fact that Jessie is better for Qt, what are the differences between wheezy and jessie ? thx No difference really. It is just that they give a fancy...
by karrika
Thu Jan 28, 2016 8:56 am
Forum: General discussion
Topic: Qt 5 and Qt creator
Replies: 13
Views: 2626

Re: Qt 5 and Qt creator

The entire http://www.qlcplus.org suite is built using Qt5 on Wheezy. Works like a dream. Just for the records. I don't get it, with the link you posted, i should be able to build a qt5 project on raspbien wheezy ? ( and do you know where i can get raspbian wheezy or jessie btw ? ) Nope. Qt5 is doa...
by karrika
Thu Jan 28, 2016 8:35 am
Forum: General discussion
Topic: Qt 5 and Qt creator
Replies: 13
Views: 2626

Re: Qt 5 and Qt creator

The entire www.qlcplus.org suite is built using Qt5 on Wheezy. Works like a dream. Just for the records.
by karrika
Thu Jan 28, 2016 6:02 am
Forum: Other projects
Topic: clockOS | Raspberry Pi Smart Clock
Replies: 6
Views: 3049

Re: clockOS | Raspberry Pi Smart Clock

Qt would work. It is C++ based, has widgets and uses ui files as layout managers. It is much heavier to use than the Python versions recommended in this thread. You may not have all the tools from the Qt5 package available as Raspberry Pi is kind of small computer to run big programs like the QtCrea...
by karrika
Wed Jan 27, 2016 9:59 am
Forum: Other projects
Topic: clockOS | Raspberry Pi Smart Clock
Replies: 6
Views: 3049

Re: clockOS | Raspberry Pi Smart Clock

If you intend to do this in C you could write pixels directly in the frame buffer. A tedious approach but doable. Have a looks at something similar http://stackoverflow.com/questions/4722301/writing-to-frame-buffer . Usually people use higher level languages where you can define widgets. In order to...
by karrika
Tue Jan 26, 2016 6:14 pm
Forum: Python
Topic: Question about Economics of Professional Programming
Replies: 6
Views: 1074

Re: Question about Economics of Professional Programming

Imho programmers work with the units users are using. Tablets, phones, web comes to mind. At the place I work R&D is using Ubuntu in different flavours. We are also working on Windows for old end-of-life products. But all new stuff is either Debian, FPGA's or embedded Linux. It also shows in the com...
by karrika
Tue Jan 26, 2016 11:02 am
Forum: Beginners
Topic: Ethernet and wireless
Replies: 3
Views: 812

Re: Ethernet and wireless

You could install ifmetric and set the wireless to "ifmetric wlan0 0". It then overrides the "ifmetric eth0 1".
by karrika
Tue Jan 26, 2016 10:29 am
Forum: Beginners
Topic: Ethernet and wireless
Replies: 3
Views: 812

Re: Ethernet and wireless

If your eth0 does not provide internet you can delete the default route. In this way you get internet when connecting the wlan.

Code: Select all

auto eth0
iface eth0 inet dhcp
    post-up route del default dev $IFACE
This may not be what you want if you can have internet through the eth0 also.
by karrika
Tue Jan 26, 2016 6:27 am
Forum: General discussion
Topic: Managing knowledge
Replies: 108
Views: 15239

Re: Managing knowledge

Thanks for the thoughts about this matter. The helpdesk actually did what I wanted them to do at Sunday night around 8 PM. Fortunately my customers were also quality conscious and had a way to handle lack of critical services. So no harm was done. And I did file a customer complaint and wrote a feed...
by karrika
Tue Jan 26, 2016 4:39 am
Forum: Advanced users
Topic: Automatic vpn tunnel home
Replies: 5
Views: 1388

Re: Automatic vpn tunnel home

to get the IP address of the local site i would use something like noip.com. Where they have an agent i can install and it will point the hostname (remotepi.noip.me) to it's current's public IP. Is there a way to get a screen sharing session over https or ssl? Thanks Sometimes I have to use https p...
by karrika
Tue Jan 26, 2016 4:22 am
Forum: Graphics, sound and multimedia
Topic: RC Flying POV LED Strip
Replies: 22
Views: 7745

Re: RC Flying POV LED Strip

At least the plane flies great.
by karrika
Mon Jan 25, 2016 7:20 pm
Forum: Advanced users
Topic: Automatic vpn tunnel home
Replies: 5
Views: 1388

Re: Automatic vpn tunnel home

For a VPN tunnel to work you need to have one IP address that is seen from home and from your friend. At this IP you run your server. Your friend can then connect to this IP with the RPi and the RPi gets a virtual address like 172.31.0.100. When you connect to the server you get another virtual addr...
by karrika
Mon Jan 25, 2016 6:20 pm
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: CAN SPI
Replies: 2
Views: 1478

Re: CAN SPI

That shield is for Arduino and so is the software. It seems to be open source so after a lot of work you may succeed in getting it to run on a Raspberry Pi. The question is just that why don't you run it on Arduino?
by karrika
Mon Jan 25, 2016 4:19 pm
Forum: Networking and servers
Topic: Share an "obsolete" printer using Samba?
Replies: 2
Views: 798

Re: Share an "obsolete" printer using Samba?

Linux offers something called CUPS for printing out things. I don't know how much is built in to raspbian. You could start by finding out if cups supports your printer. It has a configuration interface at http://localhost:631. You can set up new printers from that one. Since around 2009 cups has bee...
by karrika
Mon Jan 25, 2016 3:24 pm
Forum: Gaming
Topic: PiZero RetroPi console
Replies: 7
Views: 2062

Re: PiZero RetroPi console

Nice :-) What's the white PCB at the back? any more photo's of how you put it together? The inside is just a PiZero and some wires. Not much to see here. It uses the analog pins for the monitor. The 12V power for the car monitor is also switched down to 5V for PiZero by TRS 1-2450 sitting next to t...
by karrika
Mon Jan 25, 2016 2:35 pm
Forum: Gaming
Topic: PiZero RetroPi console
Replies: 7
Views: 2062

Re: PiZero RetroPi console

The problem is that these ancient connectors are no longer made. So I had to print one and build it from lots of safety pins. http://atariage.com/forums/uploads/monthly_08_2015/post-2099-0-13269800-1439892557.png That is a seriously clever design. Well done. I wish I had your hardware skills. Thank...
by karrika
Mon Jan 25, 2016 1:59 pm
Forum: Gaming
Topic: PiZero RetroPi console
Replies: 7
Views: 2062

Re: PiZero RetroPi console

The white PCB on the back is an Atari Lynx cart slot. I use it for creating real carts for real Atari Lynx handheld consoles. You can also use it for reading original carts. https://s3.amazonaws.com/images.ecwid.com/images/7603030/333074431.jpg The cart itself is a 512k cart that you see with a 3D p...
by karrika
Sun Jan 24, 2016 5:44 pm
Forum: General discussion
Topic: Value Price Index
Replies: 17
Views: 2260

Re: Value Price Index

Actually the hardware is less interesting than:
- Number of existing OS images (Raspbian, NOOBS, RetroPi)
- User forum
- Active user base
- Programming tools available
- Add on boards
- Price, long term availability
by karrika
Sun Jan 24, 2016 3:35 pm
Forum: Gaming
Topic: PiZero RetroPi console
Replies: 7
Views: 2062

PiZero RetroPi console

Writing programs for Atari Lynx and maintaining the developer tools for cc65 has been my hobby for years. Now as I got a brand new PiZero on MagPi cover it ended up to run my new gaming console. http://79.125.115.174/pics/PiZeroArcade.jpg The game Zarlor Mercenary has an original resolution of 160 x...
by karrika
Fri Jan 22, 2016 9:50 pm
Forum: General discussion
Topic: Managing knowledge
Replies: 108
Views: 15239

Re: Managing knowledge

Don't forget to fill out the customer satisfaction survey, if they are big, they are probably certified for something, which means they are obliged to take feedback and demonstrate they take it seriously to keep their certification Their QA and audit functions will be interested if you want to give...
by karrika
Fri Jan 22, 2016 9:06 pm
Forum: General discussion
Topic: Managing knowledge
Replies: 108
Views: 15239

Re: Managing knowledge

I have just spent 48+ hours trying to get help from a help desk of a very large organisation. I know exactly what is wrong. I know exactly what they need to do because I found a bug in their database logic. But I cannot get in touch with anybody capable of doing what needs to be done. There is TONs ...
by karrika
Fri Jan 22, 2016 2:15 pm
Forum: Raspberry Pi OS
Topic: Cant see tun0 when OpenVPN client started
Replies: 2
Views: 3046

Re: Cant see tun0 when OpenVPN client started

You could add to your client.conf a few more settings for debugging this. status openvpn-status.log log openvpn.log log-append openvpn.log # Set log file verbosity. verb 4 It may also be a good idea to install tcpdump and have a look if the packets on 1194 are going in and out. Does the name service...
by karrika
Fri Jan 22, 2016 6:35 am
Forum: General discussion
Topic: interfacing digital signals
Replies: 9
Views: 1842

Re: interfacing digital signals

There is quite a lot information about interfacing at the Raspberry Pi main site. Perhaps you could glance through the articles in https://www.raspberrypi.org/resources/learn/.
by karrika
Fri Jan 22, 2016 5:53 am
Forum: Off topic discussion
Topic: Minecraft for Education Coming Summer 2016 for $5/£3.50
Replies: 9
Views: 2226

Re: Minecraft for Education Coming Summer 2016 for $5/£3.50

Actually, the C# compiler, runtime, and libraries have been open-sourced by Microsoft under the Roslyn .NET Compiler Platform as part of their .NET Core project ... and it's hosted on ... are you ready for this? I am also maintaining C# servers and I have the free tools. It does not make C# better ...
by karrika
Fri Jan 22, 2016 1:44 am
Forum: Off topic discussion
Topic: Minecraft for Education Coming Summer 2016 for $5/£3.50
Replies: 9
Views: 2226

Re: Minecraft for Education Coming Summer 2016 for $5/£3.50

the obvious absence of Microsoft Visual Python from their product lineup as a strong indicator as to whether the Python API will be in Minecraft: The Edocalypse Edition :lol: . I would be willing to bet a considerable sum that something like a C# API might appear, though. That is not nice. As a fir...

Go to advanced search