Posible, it would be an intresting project to copy with AI . I'd make it a project and then save the data so you can continue to build it out with AI. Much of the data I pulled to make this was out of the gcb chip data, there are other gaps I had to pull in from other places. I've mostly been making little helper apps like this for everything I do. I'm still learning GCB and I've started learing GamBas3 on linux. I've switched over to linux fully and am developing on that platform.
Posible, it would be an intresting project to copy with AI . I'd make it a project and then save the data so you can continue to build it out with AI. I've mostly been making little helper apps like this for everything I do. I'm still learning GCB and I've started learing GamBas3 on linux. I've switched over to linux fully and am developing on that platform.
Here is another AI app “I” created in HTML. This one took a bit more time as I had to look up a lot of data for the AI to pars through. Because the data set is fairly big and I wanted to be able to change it later The zip file has a main index file and several folders that will need to be unzipped in one folder and run localy from your PC. Ok What this app does, your left panel you will have Config, EEPROM Map, and Pin Conflicts. The Config is a great little tool for setting your micro-controller...
Cool. Here is a demo of copying the idea. I uploaded a new data sheet to grok. I used Claude to make the original. : Here is my pic18f57 pin planner html app. I'd like you to copy it's function but use the PIC16F18857 . I've included the data sheet. Here is the documentation for GCB and PBP so you can get the code section correct. https://gcbasic.sourceforge.io/help/ https://melabs.com/resources/pbpmanual/ and here is the result.
Of course, it's easy to copy and reimplement. Upload the HTML to your favorite AI and ask it to copy the idea to a differant chip. Just make sure it knows where documentation is for all aspects. Code and Chip.
This is a dedicated PIC18F57Q43 pin configuration layout app. One of the problems laying out new PCB designs is planing the physical pin placement/ pin conflicts. When I’m creating a control for a machine this can be an enormous consumption of time. So I’ve been leveraging AI to create HTML apps to make all sorts of design helpers for rapid development. This is one chip I’m using. You can have AI replicate this by uploading this app to your AI and tell it to replicate this idea for your IC you want...