Hi, The newest version of this software allows connection of multiple computers,tablets and telephone s. This latest version now allows connection to: IPADS/IPHONES ANDROID TABLETS/PHONES PC,MAC & LINUX laptops/desktops Each Device has it’s own font & screen size, color as well at other uniq...
ok some quick advice. anything that has a coil like this will give back emf into the circuit . You can totally protect the pi GPIO with circuits like opto-isolators which in turn control power MOSFET SCRs that will energize the relay. You need to protect them from the back emf with a capacitor . Als...
a couple of other things . If you are running headless and off the internet you can get a cheap Clock module that plugs into the PI. that and setting up cron jobs with rsync and other cool commands should keep you busy learning for a bit. I generally program in C or C variants C++ and C# these days ...
Hi, I am also looking to port some OPENGLES code I have written that is running on a Ubuntu machine. Maybe we can pool resources here when we find them at other websites. You have a strange symptom in your code. One model displays only when you display two of them. It sounds like you are calling a r...
Diptrace Rocks. I never did try Eagle , a friend of mine has. But designing with Diptrace is quite easy after a while and it's actually worth investing in getting a copy that can do larger projects
I have just put a new copy of Pichordoke on Google Drive along with a short Q&A text file on installing it. Another 2000+ lines of code later and the latest (2018+) copy of the software is available . Now IPADS/IPHONES ,ANDROID PADS/PHONES , WINDOWS LINUX AND IOS Desktop/Laptops can connect up via e...
Hi, Sorry about late reply, since Christmas and all that. This software can be used by anyone, it doesn't take any inputs from keyboards or guitars. It is a teleprompter for displaying chords with lyrics. Many of the songs originally came from Chordie.com and are now converted to play in the Pichord...
Hi , I don't want to release the source files just the files needed to run the software. What the end user of the product would be running that is. In the latest versions the software won't run since it now requires dependencies from the internet to be installed. I would like to automate that proces...
What package management tools are people using on the Pi when they want to release their c++ projects. I could do it fairly easily in Visual Studio but haven't found a package management system for my projects that were written on and built for raspbian O/S.
you can define a variable in the sub window header .. Usually you create and then use public get and set methods to access that variable in order to protect it. This works with all kinds of stuff besides integers. Then in your mainwindow you can do something like the following pseudocode : subwindow...
HI , I have a project here that runs on the Pi Model 2B and Pi 3's. It is a FREE Teleprompter for Song lyrics & chords. I am looking for some beta testers to get some feedback on what other features people would like to see added into the project.(It is already around 7000 lines of code ) . More det...
I managed to get it all going with QT c++ . This gives you a drag & drop environment to create windows & widgets as well as interface with wiring pi GPIO . Are you using Eclipse or Visual Studio to create c++ instead of QT ? I Can't help hook into those IDE's
Contact: lineaxeand@gmail.com Hi , Just in time for Christmas I am releasing a FREE beta of some Music related software for the Raspberry pi 2B and pi 3+ computers. I am including over 20 royalty free Christmas tunes that I have worked on adding the chords over lyrics and then converting them over t...
HI , I am a programmer currently programming in C++ , but well versed in C sharp and fluent in others such as perl , php, xna, python and others. I am also coding for the Arduinos & Raspberry Pi. On the pi, I am using Qt (with some libraries cross compiled using Eclipse) . On Ubuntu I use Qt and Ecl...
Hi , I have some software that I want to put into a .deb package. I need to store binaries, folders and files. I also need to include some dependencies on 3rd party libraries such as libQTwidgets.so.5 . I have been doing a lot of reading on to do this in debian by creating .deb packages. What is the...
Hi rpdom you answered your own question. People can fake the information. It is better to look it up yourself and not rely on the file that was created ...
Hi, I have been searching for hours , trying to find out how to directly access the serial number of the PI . I have found several that tell me to do stulff like cat /proc/cpuinfo ..That is NOT what I want to do. I want to query the board myself in a programming language and get it's serial number t...