Sonsivri

Electronics => Projects => Topic started by: pushycat on May 03, 2019, 02:24:43 14:24



Title: Pixel LED project with GUI Software
Post by: pushycat on May 03, 2019, 02:24:43 14:24
Pixel LED project with Software cracking request
Once were the days when most of the electrical decorations were made using 6.2volt filament bulbs which were connected in series up to 45 or 50 bulbs and then powered by 220 volts triggered by Triacs which made the bulbs to run in some programmed sequence and thus to create an eye catching effect.  I recent days  the regular filament bulbs have been replaced by Pixel LED's which are extensively used in decorations and architectural lighting.
Initially the pixel led's were controllers like the T-1000S which were programmed by LEDedit software which generated a custom made file which is copied to a SD card and then inserted in the T1000s controller which read the data and gave a output to drive the LED's in the required pattern and colors. The drawback is the commercially available controllers are costly ranging from 1000 INR to 50000 INR which is naturally a dream for average decorators and hobbyists.

Innovative brains started getting out a way and created some custom software and hardware based on the poplar Atmega 8 or the Atmega 328 which were programmed with a hex file generated by a custom made GUI software on a PC. These software's take the color selection, the pattern the running loops (repetition) and other parameters and generate hex files accordingly. As per inputs available from the users, using the Atmega 8 which is having 8Kb flash, it is possible to make about 23 stunning animations on a matrix size of 10x60 = 600 bulbs. There are many such software's from the same designer with which one can design different matrix's of various bulbs starting from 200 bulbs to 10000 bulbs arranged in any pattern. The software also gives a preview of the running pattern before programming it in to the micro controller.

For time being will concentrate on this easy and small version and after looking in to possibilities, and successfully cracking this version, will discuss about and try to crack another advanced version of the same.

Coming to the working of the custom made software, the evaluation version is freely available on the internet and for the exclusivity of Sonsivri members, the link of the software is given in the text file. (The name of the software is not openly written and available in the attachment in an intention to hide the information about which software we are working on ) The said software uniquely licensed using machine ID and a serial number given by the designer. Once the correct serial number is entered in the software, the full version gets in to operation. No internet is required. Further in a reply to a members query in a whatsapp group, the designer says "Do not add or remove any hardware items like RAM, Hard drives, or any such new internal devices after you take a license from me. When opening my software, in case the system has any extra devices like external drives etc, the software will go to the demo mode" I would like to request any member to provide a serial generator for this software so that it can be used by any of us to make this year Christmas more beautiful with pixel lighting. The hardware is super simple where Atmega8A is used as main chip. Schematic can be found in the link given. A demo version of the recent version is also given in the link.
One of our Sonsivri member tried to crack the software and make a serial keygen in recent days. The software however worked fine but the Bin file generation was not working as expected. The Bin file generated by cracked version and the legal version looked different when seen with a Notepad and thus didn't work.
Please feel free to post any doubts regarding the same in the thread below.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 04, 2019, 05:28:39 05:28
I will try to do it.

Update:

it was very easy to extract correct license info using debugger. Save it to License.lic and it works.

Now i'm trying to create a simple exe which extract these data without using any debugger.   ;)


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 04, 2019, 02:48:26 14:48
I will try to do it.
Update:it was very easy to extract correct license info using debugger. Save it to License.lic and it works.
Now i'm trying to create a simple exe which extract these data without using any debugger.   ;)

Extracting is easy. Now the challenging part comes when the designer claims, even if the software works, the bin file generated with the cracked version will not work. We need to cross check the bin generated on cracked and legal version before we finalize anything.

Here is how to extract correct license for your computer using ollydbg.

I tried OllyDBG. But i coudnt load the exe at all. The exe was not found at the location when browsed through OllyDBG. However i'll try as you suggested and post the results soon. Once i am able to do what you suggested, I will make a simple design project file, generate the bin in both cracked and leagal version, and then let you know the results.

Posted on: May 04, 2019, 05:57:24 05:57 - Automerged

In fact i am not in to software side but more inclined to the Hardware, Embedded programming and manufacturing fields. However i couldn't follow the steps you showed in the link. Too the contents of my ollyDBG window was looking different than the one you showed. Now if it works on your side, i would like to cross check it with bin file generation. Here given are two files in the link. One is a project file which has all the required parameters which i have set with a simple design file.  Please open it in the software, and click "Generate Bin" it will give a file output. Now you can compare this file with mine which is generated with the same project file on a legal version. If the cracking is perfect, both the bin file contents should be identical.


Title: Re: Pixel LED project with GUI Software
Post by: microwkid on May 04, 2019, 05:39:20 17:39
Tried the steps given and able to generate bin file.

Yet to test in hardware.

Microwkid


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 04, 2019, 07:43:32 19:43
Extracting is easy. Now the challenging part comes when the designer claims, even if the software works, the bin file generated with the cracked version will not work. We need to cross check the bin generated on cracked and legal version before we finalize anything.

I tried OllyDBG. But i coudnt load the exe at all. The exe was not found at the location when browsed through OllyDBG. However i'll try as you suggested and post the results soon. Once i am able to do what you suggested, I will make a simple design project file, generate the bin in both cracked and leagal version, and then let you know the results.

This is not a cracked version, this is an actual license file. Original executable is not modified

Posted on: May 04, 2019, 01:36:10 13:36 - Automerged

Here is the test


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 05, 2019, 10:48:12 10:48
Yes as you have shown above...i too got a hex file generated and both the Bin file generated in the legal version and the Sonsivri version looked alike. So loaded in the actual hardware and happy to say it is working as original. If we can have a cute little serial generator (Limited to Sonsivri members only) for every machine id, that will limit other guests and non members  sharing further.

Another point to be noted is as these software's takes data from the computer to make its Machine id, Windows will detect threat from a file called "occamy.c" file saying it is a trojan and stopping the download or installation. The designer naturally says to "Allow" it in the windows defender security settings. We need to cross check and make sure about is this related to our members identity in any way..


Title: Re: Pixel LED project with GUI Software
Post by: microwkid on May 05, 2019, 02:39:14 14:39
Tried the steps given and able to generate bin file.

Yet to test in hardware.

Microwkid

Tested in real hardware and found working


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 05, 2019, 06:40:50 18:40
Feeling happy to say, myself and other member of Sonsivri, sat almost full day today on this project, and we designed few animations, saved project files, and finally tested the bin outputs on actual hardware which were surprisingly working as it should. Next will need a exclusive serial generator / licence generator which will work only for Sonsivri members.. ;D


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 05, 2019, 08:36:04 20:36
Feeling happy to say, myself and other member of Sonsivri, sat almost full day today on this project, and we designed few animations, saved project files, and finally tested the bin outputs on actual hardware which were surprisingly working as it should. Next will need a exclusive serial generator / licence generator which will work only for Sonsivri members.. ;D

Happy that it is working. i will try to create a small keygen when i have time and it will be private as my indusoft keygen.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 07, 2019, 08:12:39 08:12
Happy that it is working. i will try to create a small keygen when i have time and it will be private as my indusoft keygen.
Once we are done with the keygen, will consider this 600bulb version as complete and will move to next version. Apart from 600bulb version we have
200 bulb single line or Belt chaser software where one can design stunning animation with Pixel Led's arranged in a single line (Not a Matrix)
1200 bulb version of the software is a bit advanced from the present 600v and will have choice of flash memories to store the designs and run it.
These exclusive software's are internally circulated through drive links and whatsapp groups. However will try my level best to get hold of these for Sonsivri members


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 07, 2019, 06:34:06 18:34
Where are those versions ? do you any links ?


Title: Re: Pixel LED project with GUI Software
Post by: microwkid on May 08, 2019, 02:56:42 02:56
Ahamed

As pushycat said
Quote
These exclusive software's are internally circulated through drive links and whatsapp groups. However will try my level best to get hold of these for Sonsivri members

We have to wait till he gets it. I am also trying to get it.

Microwkid


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 08, 2019, 09:54:12 09:54
Where are those versions ? do you any links ?
Attached is a Link where the said software's are announced and released with "How to" videos. Till date he has given 600V links from his drive links. Recently he had uploaded 1200 bulb software and links were shared. But those links were removed immediately for some reasons. Now he runs a whatsapp group where some member were asking about the 1200 bulb links. The designer replied that links are removed for some technical issues and will be share only to those who buy it. Announcements for other versions and releases are too discussed in the whatsapp group where only buyers and potential customers are allowed. So i am trying my links to get other versions too. Will update one by one but naturally it will take time. Those who have bought the license will not easily share the software (Despite it is a demo version). And asking everyone and making it fast will raise an alert. I dont want to ruin the game


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 09, 2019, 07:18:49 07:18
there is another open source tool We develop a Esp8266 Wifi controller for more than 1500 pixel Led. Using the tpm2.net protocol it can be used with any dj software like JinX

https://hackaday.io/project/25851-pixel-led-wifi-controller-tpm2net#j-discussions-title

https://github.com/forkineye/E131

sadman


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 09, 2019, 10:42:24 10:42
there is another open source tool We develop a Esp8266 Wifi controller for more than 1500 pixel Led. Using the tpm2.net protocol it can be used with any dj software like JinX
https://hackaday.io/project/25851-pixel-led-wifi-controller-tpm2net#j-discussions-title
https://github.com/forkineye/E131
sadman
Sorry... "another open source" ? We are discussing and working some exclusive custom made software and hardware project circulated internally between customers of the same and is not available on the internet. This thread is not related to "open source"


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 10, 2019, 05:14:39 05:14
So finally by extensive search on YouTube channel i found a link to LED Edit 2014-V2.4 files although all discussion is in Hindi language he provided a download link in description to mega which is luckily working @ pushycat can you please verified is this same what we are looking for.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 10, 2019, 02:18:36 14:18
So finally by extensive search on YouTube channel i found a link to LED Edit 2014-V2.4 files although all discussion is in Hindi language he provided a download link in description to mega which is luckily working @ pushycat can you please verified is this same what we are looking for.

"LEDedit" has no relation with our project here and our discussions. I have given a brief description about this in my first post when i started the topic. Anyways..Softwares like LEDedit2012, LEDedit2013, LEDedit2014, LEDedit2018 etc are similar software's designed by different Chinese companies who make their own models of commonly used popular LED controllers like T-1000s, T5000K, and T8000K controllers. These software's import animation file formats like .swf, or .tol, or animated .gif and then record the sequence on a SD card. Then the SD card is read by the controllers to play the animations on the LED matrix laid in a particular pattern.  So in order to use these softwares, one must have good animation knowledge and animating software too to create the custom made animation files. Coming back to the softwares like LEDedit, these are supplied by all chinese manufacturers for free and available on the internet from respective manufacturer of particular controller. For eg: You buy a T8000K controller, inside the box you'll find the company website where you can get the compatible version of LEDedit for that particular model from that company. Coming to the cost of these controllers, the basic T1000S controller cost from 800 INR to 1500 INR and the advanced T8000K costs somewhere near 10K INR.

Now here the software we are discussing and working on is custom made by some innovative brains from India which can be used by any person without any knowledge of animation and such. The said software will directly generate a hex file or Bin file which is then programmed in a easy to understand , easy to construct circuit using a single Atmega8 Or Atmega328 which controls 600bulbs with the said software we are working now. In future we are also intending to get new and advanced software which will drive 5000 LED's with just a Atmega328 and a flash chip used as memory. So once you buy the software it is up to you to make your own simple PCB and Run stunning animations on any size of pixel LED's. A single assembled tested PCB with pre-programmed designs is sold for about 70 INR in bulk whereas the same PCB is sold upto 300 INR in the retail market which makes the people crazy about these software's.  Hope it is clear.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 20, 2019, 10:30:44 10:30
Good News for now. Keygenning 200 600 1200 version is ready. i will update this post when all schematics are ready.

keep in mind this will be a private keygen and only active members can get their license file

DO NOT send private message and ask about sharing the keygen (This is a warning)

Thanks for Pushycat for providing all three software. Maybe we will have another version which support more leds


Title: Re: Pixel LED project with GUI Software
Post by: pickit2 on May 20, 2019, 11:01:41 11:01
Can I suggest we use the Nano V3.0 Mini USB ATmega328 as a testbed.
 


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 20, 2019, 11:23:35 11:23
ATmega328 is supported, you just need an external SPI memory to save your animation file in 1200 version.
i think in other versions you must use Atmega8.

just wait for confirmation about this from pushycat


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 20, 2019, 06:40:30 18:40
The GUI Software just gives out a ready to program hex file targeting the selected micro controller.
1.Atmega8 alone used in case of 600V3 software
2. Atmega 8 Alone used in case of 200bulb pixel belt software
3. Atmega328 and one EN25T80 flash chip used in case of 1200v5 software
    One Hex / Bin file generated by GUI to be programmed in Flash chip
     Hex for reading the flash will be given in the project to be loaded in Atmega328

                                                  OR
   Atmega328 and four EN25T80 flash chips used in case of 1200v5 software
    4 Hex / Bin files generated by GUI to be programmed in Flash chip
     Hex for reading the flash will be given in the project to be loaded in Atmega328

Now one change the output for other chips only if the source code inside the software can be replaced with the one respective chip. But this may be like re-inventing the wheel as my assumptions. Many other chips like STM32 may be used for better stability and speed.

It was my pleasure sharing these 3 beautiful software's for all the Sonsivri members and kindly request again not to share any links and share any files. Use it for personal use. Keep it up to you. Enjoy. Design eye catching Christmas this year. This post wouldn't have been possible without help , encouragement and love from Ahmed_k and Pickit2 who have helped me a lot in every step i proceeded in this project thread.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 21, 2019, 05:09:02 17:09
Here is the schematic to be used with 600v3 software. Very simple.
Keys for the software can be requested here in the thread and Not in private.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 24, 2019, 07:44:16 07:44
@ Ahmad_k "Here is how to extract correct license for your computer using ollydbg"
Link gone..can you upload again..Thanks..
All set to go...Now you can download the software and Click on "Machine ID". A series of Numbers will be generated . Post the ID here and request Ahmed_k for a key. Enter the key in the "Register" window and enjoy the software. Note that the software will be locked to that particular PC/ Laptop and copying to any other Machine will result in "Demo" mode


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on May 24, 2019, 01:59:24 13:59
Provide me 200, 600 and 1200V setup files and keys. Provide setup files and I will send my Hardware ID.

I checked link in post #13 and it is not opening for me. I am using VPN but page not opening.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 24, 2019, 04:15:13 16:15
You can download v600 from first post


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on May 24, 2019, 05:25:39 17:25
You can download v600 from first post

What about 200 and 1200 versions setup file? Who can provide? Can't be provided in an open forum?


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 25, 2019, 10:01:32 10:01
Provide me 200, 600 and 1200V setup files and keys. Provide setup files and I will send my Hardware ID.
I checked link in post #13 and it is not opening for me. I am using VPN but page not opening.

What about 200 and 1200 versions setup file? Who can provide? Can't be provided in an open forum?

Post #13 has a link text file which takes you to some videos related to the said software's. Please don't expect all at once. As i have said all software's will be posted one by one in a sequence. As per now we have completed the 600v software, it's working and schematic. You can work and test it for time being and post the results. Request for keys can be posted here. Next will update will have 1200v5 pixel software which is being documented. Once it is completed in a few days will post it for everyone. Nothing will be shared in private.

Posted on: 25 May 2019, 07:18:11 - Automerged

Here we go with final and complete package of 600v2, 600v3 and the new and newly released 600v4 softwares. The package is also having a high resolution schematic of the chaser to be used with the software's output. The same link will be available in the sticky once approved by the moderators. All software's are portable and run directly from folder, and thus no installation is found. Once the software is opened, click on "MachineID" found on the extreme right of the top toolbar. A unique ID will be generated. Post the same here in the forum to get a licence from Ahmad_k moderator. Once the correct serial number is entered, click "OK" and close the software. Re-open it and see it works as full version. Any version of the software will work with same key provided it runs on same machine on which it is registered. Once you enter the valid serial number, "Licence.lic" file will be found in the main folder. You can copy the same license to the folders of other versions to make it work. If you feel this project was helpful for you in any way, please click a "Thank you"


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 25, 2019, 02:34:16 14:34
600 bulb Pixel LED project with GUI Software
An average person without any knowledge of flash and animation can work stunning designs using this simple and easy to work software interface for pixel LED's like WS2811, 1903, etc. Matrix of any size can be designed with maximum of 600 bulbs. Up to 30 eye catching designs with more than 16 different transition effects can be programmed.  Versions of software included in the project 600v2.1, 600v3, and Newly released 600v4 with 800 bulb design capacity. High resolution schematic included to ease any fault finding and PCB designing

Installation method and licensing:
Once the software is opened, click on "MachineID" found on the extreme right of the top toolbar. A unique ID will be generated. Post the same here in the forum (in plain text and not as attachment) to
get a licence from Ahmad_k moderator. Please do not post Private messages to share the Keygen or Licenses in private.
Once the correct serial number is entered, click "OK" and close the software. Re-open it and see it works as full version. Any version of the software will work with same key provided it runs on same machine on which it is registered. Once you enter the valid serial number, "Licence.lic" file will be found in the main folder. You can copy the same license to the folders of other versions to make it work.


1200 bulb Pixel LED project with GUI Software
After a we had some demands in advance for the 1200 pixel software here is the full package for the Project. Download the full folder and go through the "Read me" file before you start anything. More details about the project and other files are given about what and how. 1200v5 SysInfo.exe is an application to get started. Double click to run this application. and click "Generate" a file named "HardwareID.txt" will be created in the same folder. Post it as an direct attachment (Not a Link) in the project thread with a  request to get a license from Ahmed_k moderator. In return a "license.lic" file will be given by which placing inside the main folder along with the 1200V5. exe will work as full version.  

NOTE:  Please put your MachineID in plain text in the request post. There is no need to attach it

200 bulb Pixel Belt project with GUI Software
This software is similar the 600 bulb software but instead of a matrix, this software is cable of designing designs and animation only on a a single thread / belt of Pixel LED's. High resolution schematic included to ease any fault finding and PCB designing
Installation method and licensing:
Exactly same as 600bulb software. But you need to get a licence from Ahmed_K Moderator to run it. As previously said, post your Machine ID related to this software in plain text and not as an attachment.


5000 bulb Pixel LED project with GUI Software
Initially me and some of my friends had a strong doubt about this project as it uses only one Atmega8 with a Flash chip and claims about driving 5000 Pixel LEDs. So it took time while i gave the software to some practical users in the lighting decoration field and the software is now practically tested to drive 4000+ leds in real. Two software's can be found in the folder. One is the interface to design any patterns which works without any permissions. The second one is a code generator which imports the Project file generated by the design software and generates a BIN file which is then programmed in the Atmega8 and the Flash chip. You can chose to have any flash chip from 8Mb to 128mb depending on the designs you need. Once you load the project file, click "Generate Bin for the Flash" and then "Generate BIN for the Atmega8" and program both. For getting a license file, post your machineID in the open thread below with a request to Ahmad_k

1800v1.3 Pixel LED GUI Software with 1800 Pixel bulbs Capacity. Uses Single Atmega328 microcontroller. Schematic and PCB exacty same as 600V4.  Just use Atmega328 in place of Atmega8. Licencing same as 1200v5. Generate machine.id and attach link.

5000V2.4 Pixel LED GUI Software with 5000 Pixel Bulbs capacity. Added dimming feature for output. More animations, Single GUI interface, Manual Layout, Accepts SWF, animated GIF and screen capture  functions. Licencing same as 1200v5. Generate machine.id and attach link. Uses Single Atmega8 with Flash chips from 8mb to 128Mb. Single controller and Manual layout functions working. Neutral cut and block connection options yet to be activated by the original author.

For those who have taken licenses and are keen to learn how to work and make designs, and programming, i have included links related to videos which explain the same. Note: These are not my videos / uploads.

Licence Eligibility: Junior members and above levels only. Other requests will be deleted.


Title: Re: 600 bulb Pixel LED project with GUI Software
Post by: sadman on May 26, 2019, 05:40:32 05:40
Dear pushycat

first thanks for sharing v4, your post #27 and 28 contain the same link

sadman

Posted on: May 25, 2019, 11:28:53 23:28 - Automerged

Dear Ahmad K

Here is my machine id for unlock code


Title: Re: 600 bulb Pixel LED project with GUI Software
Post by: Ahmad_k on May 26, 2019, 10:26:25 10:26
Dear Ahmad K
Here is my machine id for unlock code

600 pixels version

39473198-33059151-3482553-1936680-3630434

Posted on: May 26, 2019, 04:23:48 04:23 - Automerged

Please put your MachineID in plain text in the request post. There is no need to attach it


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 29, 2019, 03:54:53 15:54
1200v5 Pixel LED software and complete project released. Please follow the sticky for more details.
Regards
Pushy


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 29, 2019, 06:27:10 18:27
Am i eligible to get the key? Below given is my machine id. Attached HardwareID file also. Thanks in advance.

289228-273780-420142-451625-412055

v600
39385617-33501540-3611863-1222085-3486107

v1200 License.Lic Attached


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 30, 2019, 05:18:32 05:18
hi ahmad

here is my machine id for 1200v5

sadman


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 30, 2019, 12:04:49 12:04
hi ahmad

here is my machine id for 1200v5

sadman

License attached


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 30, 2019, 02:19:35 14:19
Hi Ahmed

Your LIC file is not working see attach image also i have notice that 1200V5 sysinfo.exe generated the same hardware ID on every PC i also compare the madhan hardware id with mine and both are the same look pushycat by mistake share the manipulated or crack sysinfo.exe that why it is not generating correct hardware id.

sadman



Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 30, 2019, 04:14:59 16:14
Are you sure you sent me the correct HardwareID ? There is no way that sysinfo generate same hardwareId on every machine. Did you get a confirmation that HardwareId.txt is generated when running the tool ? Delete HardwareID.txt and try again


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 30, 2019, 04:27:08 16:27
here is new hardware and it is same as previous one


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 30, 2019, 04:43:13 16:43
Ok problem solved, i obfuscated sysinfo in order to make its size smaller, but it look like the obfuscator is corrupting some data when generating hardwareid

Attached a clean copy of Sysinfo. Please reupload your HardwareID


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 30, 2019, 05:30:03 17:30
Ok problem solved, i obfuscated sysinfo in order to make its size smaller, but it look like the obfuscator is corrupting some data when generating hardwareid
Attached a clean copy of Sysinfo. Please reupload your HardwareID
Thanks a lot Ahmad_k. For time being i have removed the Old sysinfo.exe from the project package. Looks like some problems from Mega server as i am not able to download the updated file. Once i download file will update the project package in the sticky.


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 30, 2019, 11:09:23 23:09
Thanks a lot Ahmad_k. For time being i have removed the Old sysinfo.exe from the project package. Looks like some problems from Mega server as i am not able to download the updated file. Once i download file will update the project package in the sticky.

Dear pushycat

Thanks for the help but your new link in sticky post is not working you used MediaFire sharing service

Sadman


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on May 31, 2019, 08:03:17 08:03
In my case it seems working with old file itself. am able to generate bin file in 1200v5. but i have not yet checked in hardware. do i need to regenerate the license or not needed? Madhan
Once you are able to generate the bin file, it is proved that the license file is working. But still please note that even without license the  "Generate bin file" button is active for 10 seconds before the application closes by itself. Please try to make a small project and  verify the working. In case you face the above mentioned problems , get a fresh license file if required. We had problems only with 1200sysinfo.exe file which is replaced by Ahmad_k. It should have no problems with 600v softwares.



Dear pushycat

Thanks for the help but your new link in sticky post is not working you used MediaFire sharing service

Sadman

Full package in the Sticky post and links updated and verified to be working. Thanks for your interest in the project.


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 31, 2019, 08:20:21 08:20
hi

here is my new hardware id


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 31, 2019, 12:59:13 12:59
hi

here is my new hardware id


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 31, 2019, 04:19:54 16:19

This time it work fine thanks for the help



Title: Re: Pixel LED project with GUI Software
Post by: pushycat on June 12, 2019, 02:25:12 14:25
200 Bulb Pixel LED Belt software complete project released. Please follow the sticky for more details. Click the "Thank You" button if you feel it was helpful in anyway. This software is similar to the 600 bulb matrix software, but can design eye catching effects and animations on a single line Pixel LED / Belt of 200 bulbs maximum.
Pushy

Full package in the Sticky post. Thanks for your interest in the project.


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on August 29, 2019, 08:32:12 08:32
I request for a license.lic file for 1200V5. Find attached my HardwareID.txt

If the same HardwareID is also good for 200 belt software then send a license for that also.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on August 30, 2019, 03:11:09 15:11
I request for a license.lic file for 1200V5. Find attached my HardwareID.txt

If the same HardwareID is also good for 200 belt software then send a license for that also.

License uploaded


Title: Re: Pixel LED project with GUI Software
Post by: dimos on October 06, 2019, 04:36:37 16:36
Dear Ahmad_K,

Here is my MachineID:
589380-229837-308216-585802-260800


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on October 07, 2019, 01:01:37 13:01
Dear Ahmad_K,

Here is my MachineID:
589380-229837-308216-585802-260800


600
39087513-33070557-3524097-1880486-3179212

200
1671773-794445-1284184-476276-549945


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on December 10, 2019, 01:27:47 13:27
5000 Pixel Project released and available in the sticky post.
Initially me and some of my friends had a strong doubt about this project as it uses only one Atmega8 with a Flash chip and claims about driving 5000 Pixel LEDs. So it took time while i gave the software to some practical users in the lighting decoration field and the software is now practically tested to drive 4000+ led's in real.
Two software's can be found in the folder. One is the interface to design any patterns which works without any permissions. The second one is a code generator which needs a license file to work. This imports the Project file generated by the design software and generates a BIN file which is then programmed in the Atmega8 and the Flash chip. You can chose to have any flash chip from 8Mb to 128mb depending on the designs you need. Once you load the project file, click "Generate Bin for the Flash" and then "Generate BIN for the Atmega8" and program both. For getting a license file, post your machineID in the open thread below with a request to Ahmad_k


Title: Re: Pixel LED project with GUI Software
Post by: sadman on December 10, 2019, 03:31:22 15:31
dear ahmad

here is my machine id for reg code

5000 Pixel Output Generator
---------------------------
Machine ID
 432713-244225-212561-391297-169576

---------------------------
OK  
---------------------------

sadman




Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on December 10, 2019, 04:33:10 16:33
dear ahmad

here is my machine id for reg code

5000 Pixel Output Generator
---------------------------
Machine ID
 432713-244225-212561-391297-169576

---------------------------
OK   
---------------------------

sadman

1494089-915057-376143-2052316-1087602


Title: Re: Pixel LED project with GUI Software
Post by: jobitjoseph1 on December 14, 2019, 07:34:13 07:34
Dear Ahmad_k Kindly please provide the serial number for 5000 Pixel Output generator.
machine id : 599933-143201-275225-529253-169576

Thank you
Jobit Joseph


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on December 14, 2019, 07:00:06 19:00
Dear Ahmad_k Kindly please provide the serial number for 5000 Pixel Output generator.
machine id : 599933-143201-275225-529253-169576

Thank you
Jobit Joseph

1667453-811793-176135-1227576-1087602


Title: Re: Pixel LED project with GUI Software
Post by: pickit2 on December 15, 2019, 09:29:40 21:29
Ahmad_k for 5000 please
machine ID = 433244-143397-213433-552155-169576


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on December 16, 2019, 01:22:34 13:22
Ahmad_k for 5000 please
machine ID = 433244-143397-213433-552155-169576

1493596-818261-377511-1229958-1087602


Title: Re: Pixel LED project with GUI Software
Post by: 6theo4 on January 01, 2020, 06:57:06 18:57
Happy new year to everyone..
Ahmad_k for 200 and 600 please 481212-163789-208214-750909-370957
and for 1200
/9LJMVY1/CN129633BH001C/PCI\VEN_8086&DEV_0166&SUBSYS_05321028&REV_09\3&11583659&0&10B8A40784090B01098793

thanks


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on January 02, 2020, 04:51:33 04:51
Happy new year to everyone..
Ahmad_k for 200 and 600 please 481212-163789-208214-750909-370957
and for 1200
/9LJMVY1/CN129633BH001C/PCI\VEN_8086&DEV_0166&SUBSYS_05321028&REV_09\3&11583659&0&10B8A40784090B01098793

thanks
200
1452965-909645-1312502-311555-931828

600
39568481-33121245-3299503-2045137-3592449

1200v5
license file in the attachment


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on January 05, 2020, 09:13:58 21:13
Let me know if anybody needs a license file for 1200PixelV5. I have made a keygen for it and so could send out license files on request.


Title: Re: Pixel LED project with GUI Software
Post by: kumar on January 08, 2020, 05:11:20 17:11
Dear Mr.Ahmed_K,
here is my machine id for 600 and 200:128640-65812-296979-921772-281514
Hardware id for 1200  v5 :MP197UXCPCI\VEN_1002&DEV_9851&SUBSYS_380817AA&REV_40\3&2411E6FE&1&08            WBY9SYT5

Machine Id code for 5000 output generator:290807-101313-140190-398769-169576



Posted on: January 08, 2020, 12:28:02 00:28 - Automerged

Intresting software.let me know what are the facts influenced in changing the machine id?


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on January 16, 2020, 09:56:17 09:56
Intresting software.let me know what are the facts influenced in changing the machine id?
Changing the mother board, RAM, Adding external USB drives after license installation, will affect the license file. In short. the hardware devices detected at the time of generating the Machine ID must be always the same to keep the software working.


Title: Re: Pixel LED project with GUI Software
Post by: kumar on January 16, 2020, 02:09:25 14:09
 Changing the mother board, RAM, Adding external USB drives after license installation, will affect the license file. In short. the hardware devices detected at the time of generating the Machine ID must be always the same to keep the software working.




Awaiting to test in real hardware.thank you


Title: Re: Pixel LED project with GUI Software
Post by: jenifa on January 22, 2020, 02:40:56 02:40
respected member   i am trying to make a project with 5000 pixel software,but i face problem when i am trying to add text in
this. software,can any member help me how to add text ,or any one upload the video link about the tutorial of 5000 pixel.thank you


Title: Re: Pixel LED project with GUI Software
Post by: jenifa on January 27, 2020, 06:59:41 18:59
Let me know if anybody needs a license file for 1200PixelV5. I have made a keygen for it and so could send out license files on request.
i am new in this forum ,if i request you can i get 1200 v5 license file?


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on March 03, 2020, 07:11:05 07:11
respected member   i am trying to make a project with 5000 pixel software,but i face problem when i am trying to add text in
this. software,can any member help me how to add text ,or any one upload the video link about the tutorial of 5000 pixel.thank you
First of all please let me know from where you got the licence for 5000 software. I couldnt see your post regarding that in Sonsivri.


Title: Re: Pixel LED project with GUI Software
Post by: jenifa on March 03, 2020, 01:45:29 13:45
sir ,i am trying it in demo mode,i am unable to generate bin file in output generatotr ,i have no license.


Title: Re: Pixel LED project with GUI Software
Post by: sadman on March 04, 2020, 01:34:45 13:34
sir ,i am trying it in demo mode,i am unable to generate bin file in output generatotr ,i have no license.

with out license file you cannot generate bin file ask ahmed or hack&crack for license file here in same topic


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on March 04, 2020, 08:31:37 20:31
My super-duper Universal Keygen is ready but I can't post it here because Ahmed_k and PushyCat don't want me to post it as they had earlier mentioned in this thread that only Ahmed_k will give out the serial numbers and license files.

 :P   :P   :P   :P   :P



Title: Re: Pixel LED project with GUI Software
Post by: mars01 on March 05, 2020, 12:08:59 00:08
I'm not interested in this software but isn't this site primary rule to share and contribute? Why we should do an exception for this?
If you have an interesting piece of software and you are willing to share it, why is not allowed? I would appreciate if someone can explain this ....


Title: Re: Pixel LED project with GUI Software
Post by: koky on March 05, 2020, 07:55:55 07:55
Dear Mr.Ahmed_K,

Machine Id code for 5000 output generator:474749-159851-175854-534017-169576
thank you


Title: Re: Pixel LED project with GUI Software
Post by: pickit2 on March 05, 2020, 08:33:45 08:33
I'm not interested in this software but isn't this site primary rule to share and contribute? Why we should do an exception for this?
If you have an interesting piece of software and you are willing to share it, why is not allowed? I would appreciate if someone can explain this ....
this is a project by Pushycat. he explained in the topic reasons why it must remain in Sonsivri.
Also he posted  'Next will need a exclusive serial generator / licence generator which will work only for Sonsivri members..'
The important part here is only for Sonsivri members.  
If the Keygen is open then that is against the wishes of the original owner of the project.
plus it will go the same way as the Proteus crack, Nemo78 worked on patch, I remember the early days, when it took weeks of work to get a working release, now we can get it working in less time than downloading and installing the software.
We have users in here that not only post our work, they are too ***ing lazy to make their own links, so new links are posted and the next day the same links are in other forums. so users ask for another link, this is for most releases in here.

Note: the way the serial is issued is not the best but it is under control of the original owner of the topic.
        
Note: "Ahmad_k" is only following the request of topic owner to keep it inside Sonsivri.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on March 05, 2020, 09:59:27 09:59
Dear Mr.Ahmed_K,

Machine Id code for 5000 output generator:474749-159851-175854-534017-169576
thank you

1534077-801819-273904-1216092-1087602


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on March 20, 2020, 06:47:37 06:47
My super-duper Universal Keygen is ready but I can't post it here because Ahmed_k and PushyCat don't want me to post it as they had earlier mentioned in this thread that only Ahmed_k will give out the serial numbers and license files.

 :P   :P   :P   :P   :P



Absolutely no problem "HackAndCrack" until you keep helping requesting members with its output. I didnt even expect "Ahmed_K" to post the Keygen in open forum as it is individual hard work but can be used to help Sonsivri members.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 06, 2020, 07:53:12 07:53
Dear Mr.Ahmed_K,
here is my machine id for 600 and 200:128640-65812-296979-921772-281514
Hardware id for 1200  v5 :MP197UXCPCI\VEN_1002&DEV_9851&SUBSYS_380817AA&REV_40\3&2411E6FE&1&08            WBY9SYT5

Machine Id code for 5000 output generator:290807-101313-140190-398769-169576



Posted on: January 08, 2020, 12:28:02 00:28 - Automerged

Intresting software.let me know what are the facts influenced in changing the machine id?

600
39675229-33168644-3538410-1724736-3617702

200
1084057-958356-1287091-107666-1037651

5000
1325559-1034161-303232-1883628-1087602


Title: Re: Pixel LED project with GUI Software
Post by: norkimo on April 09, 2020, 11:33:42 23:33
Request for Ahmed_K:

200 Machine ID: 892270-335554-174001-468578-106704

600 Machine ID: 892270-335554-174001-468578-106704

1200 Machine ID: NonePCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78

5000 Machine ID: 290576-101313-145475-398769-169576


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 10, 2020, 06:59:05 06:59
Request for Ahmed_K:

200 Machine ID: 892270-335554-174001-468578-106704

600 Machine ID: 892270-335554-174001-468578-106704

1200 Machine ID: NonePCI\VEN_15AD&DEV_0405&SUBSYS_040515AD&REV_00\3&61AAA01&0&78

5000 Machine ID: 290576-101313-145475-398769-169576


200
1892727-688194-1412113-561756-671273

600
38866611-33424082-3396168-1271694-3332316

5000
1325328-1034161-310109-1883628-1087602

For 1200 you must attach the hardwareID file


Title: Re: Pixel LED project with GUI Software
Post by: norkimo on April 10, 2020, 10:42:45 22:42
200
1892727-688194-1412113-561756-671273

600
38866611-33424082-3396168-1271694-3332316

5000
1325328-1034161-310109-1883628-1087602

For 1200 you must attach the hardwareID file

Understood.  HardwareID file attached.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 11, 2020, 06:47:36 06:47
Understood.  HardwareID file attached.

License file attached


Title: Re: Pixel LED project with GUI Software
Post by: elavarasan on April 12, 2020, 09:45:20 09:45
Machine ID
600 pixel and 800 pixel
298420-277938-420348-460449-404229


Title: Re: Pixel LED project with GUI Software
Post by: jzaghal on April 14, 2020, 05:06:02 17:06
Hi Ahmad,

200 Machine ID: 581679-194771-208672-639394-286145

600 Machine ID: 581679-194771-208672-639394-286145

5000 Machine ID: 491240-153057-140945-391297-169576

1200 File enclosed.



Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 14, 2020, 07:45:13 19:45
Hi Ahmad,

200 Machine ID: 581679-194771-208672-639394-286145

600 Machine ID: 581679-194771-208672-639394-286145

5000 Machine ID: 491240-153057-140945-391297-169576

1200 File enclosed.


200
1678390-878163-1311872-423324-1033016

600
39089138-33154243-3300057-1933390-3614157

5000
1517800-792977-304527-2052316-1087602


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 16, 2020, 10:34:57 10:34
For those who have taken licenses and are keen to learn how to work and make designs, and programming, i have included links in the sticky post, related to videos which explain the same. Note: These are not my videos / uploads.

Posted on: April 15, 2020, 10:26:39 10:26 - Automerged

found some mistake in 5000 led circuit (see pdf)... mcu works in 5 volt & serial memory working with 3.3 volt ...this is wrong opration.

connect both ic. vcc to 3.3 volt is the right way.
The given schematic is correct and the same is working with many users without any problems. The communication pins of the Flash chip are connected to the Atmega8 but no problems are reported with it. Recently totally different version of 5000V2 software is released which is a single GUI for designing and generating the bin files. The circuit is modified for this version as you have mentioned. Atmega8 and The flash chip works on 3.3V and the 74LS245 which serves dual purpose of buffer and level converter works on 5V. You can modify the hardware as per your choice and monitor its working. Post any problems you see for the information of other members.

Posted on: April 16, 2020, 10:19:42 10:19 - Automerged

why 4 flash schematic in 1200 led .. all the memory ics & mega328 are working in 3.3v and 74hc245 connected to 5 volt.  i m confused. plz explen  
The flash chips works on 3.3V. The Main chip Mega8 or Mega 328 works on 5V. 74LS245 which serves dual purpose of buffer and level converter works on 5V which is then connected to the Pixel LEDs working on 5V. You can connect the main chip to 3.3v as it is capable of working. You can modify when you are working on it. I guess no problems will be faced. As mentioned earlier i am sharing these exclusive projects which are not available for free elsewhere and i am not the designer or owner of the same.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 16, 2020, 01:56:48 13:56
EN25T80 is not 5V tolerant on its data line, maybe it is working but it will have hardware problem later on. Checking the datasheet of the memory the absolute maximum voltage is 4v


Title: Re: Pixel LED project with GUI Software
Post by: jenifa on April 17, 2020, 07:29:23 07:29

here is the link for atmega8 fuse bit.

Posted on: April 17, 2020, 08:17:00 08:17 - Automerged

I will try to do it.

Update:

it was very easy to extract correct license info using debugger. Save it to License.lic and it works.

Now i'm trying to create a simple exe which extract these data without using any debugger.   ;)

I am newbie,yes it is very easy to extract correct license using debugger.i alredy extract 600v3 and it is working.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 17, 2020, 09:51:41 09:51
all above software can not run in windows xp..what can i do ..
Then install newer version of windows


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 18, 2020, 03:09:36 15:09
here is the link for atmega8 fuse bit.
If you have a Parallel programmer like the TL866 or the TOP universal programmer, the "49" value on high Fuse is ok. Setting to "49" will disable the reset pin thus the chip cannot be erased further or programmed by a simple programmer like the USBasp. Setting a "C9" on the High fuse and using a 10K resistor on the Reset pin 1 solves this problem. After all the lock bit needs to be set carefully preventing reading of the code.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 18, 2020, 05:55:54 17:55
I am newbie, witch debugger share plz.

It is a debugger for cracking softwares, use google again


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on April 21, 2020, 12:40:48 12:40
I have neon play software to create pixel led effect. But it is showing only " ? ? ? ? " Marks. But in youtube it is in english versions.

Kindly help.

Because the NeonPlay version that you have is Chinese Language version.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 21, 2020, 03:05:29 15:05
To all new users, take this as a warning.

Do not send me a personal message asking for license or key. I read all replies and I see all requests, i know who i should answer to his request and who i shouldn't


Title: Re: Pixel LED project with GUI Software
Post by: pickit2 on April 21, 2020, 03:30:49 15:30
I will mute users asking via PM's
This also gees to all PM's in any Topic
All Post Must Be In Open
There Must Not Be Any Private Shares


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 21, 2020, 05:51:24 17:51
To all new users, take this as a warning. Next PM i get in this regard will be reported. Do not send me a personal message asking for license or key for any software. All keys are handled by Ahmed_k and his decisions on this regard will be final.

How to get English version. Kindly help
Easiest is to get a legal version which is available for just 10K INR. It comes with a USB dongle as security.


Title: Re: Pixel LED project with GUI Software
Post by: HackAndCrack on April 22, 2020, 08:30:46 08:30
To all new users, take this as a warning. Don't PM for licenses.


Title: Re: Pixel LED project with GUI Software
Post by: jenifa on April 25, 2020, 12:13:45 12:13
here is 600 pixel pcb layout design link


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 25, 2020, 05:59:41 17:59
here is 600 pixel pcb layout design link
Thanks for the share. This was an old layout circulated in the whatsapp group long back. In all the circuits used in relation to all the softwares, the author says to disable the RST while programming which i dont recommend personally. This is because the author recommends to use the TL866 Universal programmer which costs about 4000 INR while the same task of programming 9 (Atmega 8 and 328) can be handled by a cheapest available USBasp programmer for just 300 INR. In case of programming the Flash chip, we can comfortably use a dedicated USB flash programmer available abundantly just for 400 INR. Using a 10K resistor at the Pin1 (RST pin) ends all these expensive games. Further an 100E resistor is used in the given PCB for LED indicator which needs to be changed to 1K. Some one can volunteer to draw the PCB and can share the Gerber files for everyone.


Title: Re: Pixel LED project with GUI Software
Post by: jenifa on April 26, 2020, 07:09:24 07:09
5000v2 have four settings option single controller,manual connection,neutral cut and block connection ,can any one pls explain about neutral cut.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 26, 2020, 10:37:19 10:37
5000v2 have four settings option single controller,manual connection,neutral cut and block connection ,can any one pls explain about neutral cut.
In the sticky post I have included links to releavant videos. Please have a look where it is explained. Also when you view one video you'll get similar sugession to similar videos on same topics.


Title: Re: Pixel LED project with GUI Software
Post by: madhan7710 on April 26, 2020, 12:06:52 12:06
As per pushycat request i have designed a pcb for pixel led v600 and attached the gerber. let me know if i need to upload the design files also...


Title: Re: Pixel LED project with GUI Software
Post by: kumar on April 26, 2020, 01:59:41 13:59
Using a 10K resistor at the Pin1 (RST pin) ends all these expensive games.
Pl claryfy the 10k resistor is connected either 5volt supply or ground.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 26, 2020, 03:46:11 15:46
Pl claryfy the 10k resistor is connected either 5volt supply or ground.
10K is connected to Pin 1 to +5V which is used for reset pin

Posted on: 26 April 2020, 21:01:47 - Automerged

As per pushycat request i have designed a pcb for pixel led v600 and attached the gerber. let me know if i need to upload the design files also...
Thanks for the effort. Please incorporate the 10K resistor at pin 1 to Vcc which is the reset. I have mentioned it in my previous post as mandatory for an average user who will program the Atmega with a simple USBasp.


Title: Re: Pixel LED project with GUI Software
Post by: madhan7710 on April 26, 2020, 05:12:10 17:12
Quote
Thanks for the effort. Please incorporate the 10K resistor at pin 1 to Vcc which is the reset. I have mentioned it in my previous post as mandatory for an average user who will program the Atmega with a simple USBasp.

Added a 1206 resistor in the design and updated the image as well as gerber in my original post...


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 27, 2020, 09:39:01 09:39
In 5000 Pixel led circuit, what is the work of max485 ic? Anyone knows, explain to me.
Used for long range communication and also to work on DMX mode. This will work only when selected appropriately in the software while programming. But it is used in 5000v2 and higher versions which is not yet activated by original author and not yet released in Sonsivri.


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 28, 2020, 09:08:25 09:08
I don't think we want it made public - Direct Question to pushycat
Sorry for the confusion. Yes. I had updated the sticky with new versions few days back. Then we had a discussion that we are not ready yet to post the new software's and get license requests. So i deleted it in about 30 minutes and replaced it with previous links.  

Updated now:
Today the Sticky post is updated with New software of 1800V1.3 and 5000v2.4. All softwares including the previous files will be available in single link


1800v1.3 with 1800 Pixel bulbs Capacity. Uses Single Atmega328 microcontroller. Schematic and PCB exacty same as 600V4.  Just use Atmega328 in place of Atmega8. Licencing same as 1200v5. Generate machine.id and attach link.

5000V2.4 with 5000 Pixel Bulbs capacity. Added dimming feature for output. More animations, Single GUI interface, Manual Layout, Accepts SWF, animated GIF and screen capture  functions. Licencing same as 1200v5. Generate machine.id and attach link. Uses Single Atmega8 with Flash chips from 8mb to 128Mb. Single controller and Manual layout functions working. Neutral cut and block connection options yet to be activated by the original author.


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 28, 2020, 05:54:23 17:54
Please note that you should create the machine.id file from inside the software (1800v1.3 and 5000v2.4) and not from sysinfo.exe provided with 1200v5


Title: Re: Pixel LED project with GUI Software
Post by: sadman on April 29, 2020, 07:07:45 07:07
Dear pushycat,

do you have controller hex file for 5000 v2.4 or old hex file will work with this version as it have DMX interface chip mounted on the PCB thanks in advance


sadman


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 29, 2020, 08:05:25 08:05
Dear pushycat, do you have controller hex file for 5000 v2.4 or old hex file will work with this version as it have DMX interface chip mounted on the PCB thanks in advance   sadman

After you design and save a project, there are two buttons to click. One will give hex for the Atmega8 and other button will give hex file for the flash chip. Hope it is clear.


Title: Pixel LED project
Post by: pushycat on April 29, 2020, 08:21:52 08:21
There is any way to work without software?
Design manually by writing codes.

Posted on: April 28, 2020, 06:11:01 18:11 - Automerged

pcb for 5000_v2
These files are already in my folder. Why posting it gain?

Posted on: 29 April 2020, 13:37:51 - Automerged

To increase the speed of the atmega328 and 8 based controller, change the crystal to 16MHZ, And 20MHZ, it may increase the speed.
to slow the speed use 12MHZ. It can be used after programmed.
Why meddle with crystal values while you can set the speed of every design in the software itself..!


Title: Re: Pixel LED project with GUI Software
Post by: sadman on April 29, 2020, 04:25:36 16:25
Hi Ahmed

here is my 600v4 and 1800 and 5000 files attach kindly make lic files tanking you

sadman


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 29, 2020, 06:04:45 18:04
Hi Ahmed

here is my 600v4 and 1800 and 5000 files attach kindly make lic files tanking you

sadman


Please report if everything is ok


Title: Re: Pixel LED project with GUI Software
Post by: sadman on April 30, 2020, 04:58:29 04:58
Please report if everything is ok

Dear Ahmed

i did a mistake and code was generated when my back drive was connected to my laptop so id changed so please make new reg code please.

sadman


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on April 30, 2020, 06:47:31 06:47
Dear Ahmed

i did a mistake and code was generated when my back drive was connected to my laptop so id changed so please make new reg code please.

sadman

No problem


Title: Re: Pixel LED project with GUI Software
Post by: sadman on April 30, 2020, 08:50:19 08:50
Dear Ahmed


Thanks software register successfully only 200 belt failed to register as 600v4 and 200 belt generate same unlock code

sadman




Title: Re: Pixel LED project with GUI Software
Post by: pushycat on April 30, 2020, 09:07:41 09:07
Dear Ahmed
Thanks software register successfully only 200 belt failed to register as 600v4 and 200 belt generate same unlock code
sadman
Despite the same machine ids, the serial numbers are different for 200 and 600. Hope Ahmed will look in to this.


Title: Re: Pixel LED project with GUI Software
Post by: koky on May 17, 2020, 01:43:31 13:43
Dear Ahmed
please can you elaborate code for 1800 and 5000?
thank you


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 17, 2020, 03:47:38 15:47
Dear Ahmed
please can you elaborate code for 1800 and 5000?
thank you

Sure

Posted on: May 17, 2020, 03:40:53 15:40 - Automerged

Dear Ahmed


Thanks software register successfully only 200 belt failed to register as 600v4 and 200 belt generate same unlock code

sadman


Sorry i didn't notice this. i fixed the problem in case someone needs ledbelt 200 license


Title: Re: Pixel LED project with GUI Software
Post by: sadman on May 18, 2020, 04:30:29 16:30
Hi Ahmed

Thanks for look into the issue here is 200 pixel code attach

sadman


Title: Re: Pixel LED project with GUI Software
Post by: Ahmad_k on May 18, 2020, 06:29:20 18:29
Hi Ahmed

Thanks for look into the issue here is 200 pixel code attach

sadman

1556458-848863-1277408-424186-1016727


Title: Re: Pixel LED project with GUI Software
Post by: jobitjoseph1 on January 09, 2021, 10:55:51 10:55
Dear Ahmed ,
                 kindly please provide the licence file for 5000v2.4. Machine id file is attached below. Thank you.


Title: Re: Pixel LED project with GUI Software
Post by: dimos on March 07, 2021, 08:30:22 20:30
Dear Ahmed,
please create for me a licence file for 5000v2.4, I attach my Machine id file.
Kind regard


Title: Re: Pixel LED project with GUI Software
Post by: pushycat on March 24, 2021, 10:10:16 10:10
Hello members,
As most of you know that a Pixel design software using Nuvoton N76E003 chip is already in the field since few months and is internally circulated and activated. In case any of our members are using a legal version of the same, we would like to have a copy of the same for the benefit of everyone else. In case anyone has it, they may PM me or Ahmad_k.
Please note: PM will be only for sharing a copy and other requests or discussion may be continued here in the open forum.