Search found 102 matches

by Dutch
Sat Dec 28, 2019 4:42 pm
Forum: General Programming
Topic: T6963C macro FC7 does not work. FC8 works
Replies: 0
Views: 4830

T6963C macro FC7 does not work. FC8 works

I made a test program around a LGM12864 Longtech display with T6963C controller, but it does not show the correct things on the display. :? The display came out a working unit. After searching for answers I found a similar tread in these forums about a fix in a component macro for a GLCD display. no...
by Dutch
Fri Dec 13, 2019 12:56 pm
Forum: General Programming
Topic: LCD 128x64 ST7535 - V7 not work, V8 work
Replies: 2
Views: 3238

Re: LCD 128x64 ST7535 - V7 not work, V8 work

Searching for possible answers I found this topic. im also putting up a demo 4x20 LCD for a project. its the LGM12864H1 module with T6963C controller. I made up a demo program but I cant get any on the screen. The module itself came out a working unit. I added resistors to all outputs in pull down a...
by Dutch
Fri Nov 22, 2019 8:57 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

Martin, i did send you an message. can you check if you received it.
by Dutch
Wed Nov 20, 2019 10:54 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

well i have the receiver connected to the J1850 signal and its writing data.. not with your transmitter yet because i don't have parts for that yet. i tried to put the .x= .m[4] and .y= .m[5] in an calculation but it gives an error. im doing something wrong. Can you show me how i can have all arrays...
by Dutch
Wed Nov 20, 2019 9:28 am
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

I realize how much work that was MArtin. this is something i wanted for years so you imagine how grateful i am! dint have time enough yesterday to get my circuit done (past midnight) and of coarse searched to long for an easy uart-usb solution i do have somewhere(but where :roll: ) anyway will get t...
by Dutch
Mon Nov 18, 2019 11:03 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

looks promising Martin! i see all the terms in there. got to ask you to explain it more to me what you did. but maybe that later.. il try to figure out what connections i need to make for bus in and see if i can hook up the terminal program by UART rx tx. to show my data i think i need to do a few t...
by Dutch
Sun Nov 17, 2019 8:10 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

im very eager to see what you come up with.. because i sadly cannot be of any help i guess i worked on some display for a friend. im now using a sensor to show pressure data on a 16x2 screen but if this decoder your working on is oke i can try to pick the signals from the bus too...! again i really ...
by Dutch
Thu Nov 14, 2019 10:35 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

Sounds very promising... Glad you want to help ! finding all about the signal is interesting. when I see it simplified the first bit (bites 1-8)holds the arbitration for sending, so not interesting for only reading the signals. the second byte(9-16) is the header i need telling me the sort of data. ...
by Dutch
Wed Nov 13, 2019 10:04 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

That works Martin. pretty close to the 200 now. I looked for the supplementary code to see how I could to change it to a shorter time for the loop I had but I saw you prepared a few definitions with timings. not sure how you want to approach this. can we measure time length of a pulse in stead of co...
by Dutch
Wed Nov 13, 2019 6:41 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

Thanks Gentlemen!

Martin, il test the codes on my unit and scope to see what happens! interesting!
by Dutch
Tue Nov 12, 2019 9:46 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

fully appreciate all the help and idea's!. I don't see all the deeper things you did yet but I imagine its hard to re-write something without being able to test or knowing what it does. but im deciphering the steps! I had my test stuff back and simplified the code back to the first decision . I coul...
by Dutch
Fri Nov 08, 2019 8:11 am
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

Hi Martin, I highly appreciate your help and input! It took me evenings to get this working and its partly the fun. you might know the 'yesss' effect when you accomplish a piece of code and does what it needs to. i realize its not the best type of code but I learn from examples and what you made for...
by Dutch
Wed Nov 06, 2019 6:13 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

Leigh, can you tell me if im even close with my FC i posted above?
by Dutch
Mon Nov 04, 2019 3:32 pm
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

Re: C-code

Hi Leigh, thank you for your answer! Ah so there is where i need to put the different files!. ill certain look into that in FC7. but.. if an expert already says its missing all kind of references. i wouldn't mind putting all the time needed in finding and repairing all the links. but without the dee...
by Dutch
Mon Nov 04, 2019 12:19 am
Forum: C and ASM Programming
Topic: C-code
Replies: 27
Views: 27902

C-code

Hi, for a long time already im struggling to get this done. please any help or advice is deeply appreciated. i found an C code on line I am free to use. The files where created for, and compiled by an old version of atmel studio. what i want is to have this code converted in an c code icon so i can ...
by Dutch
Sun Oct 20, 2019 12:39 pm
Forum: AVR & Arduino
Topic: c-code
Replies: 1
Views: 4116

Re: c-code

The free on-line C code I found. I have a working very similar ELM322 pic with the program on it and it shows the data on my pc screen. Hope this code can be put anyhow in an Flowcode C icon so i can make my own digital display. Any thoughts welcome! i looked over these texts for hours and see famil...
by Dutch
Sun Oct 20, 2019 11:38 am
Forum: AVR & Arduino
Topic: c-code
Replies: 1
Views: 4116

c-code

Hi, Help.... after many attempts im lost.. I am trying to make me a simple display showing real time J1850 VPW bus data from my engine. it maybe already exist, but that is not the fun. i just want to get this working. After reading into what I could find online about this old OBD data bus and measur...
by Dutch
Mon Sep 10, 2018 6:52 am
Forum: Flowcode V7
Topic: fading in and out led
Replies: 8
Views: 5420

Re: fading in and out led

I'm not sure how well this would work but you could maybe try the Fibonacci sequence. Store the values for the sequence in a look up table component and reference the values with an incrementing or decrementing index variable. I can provide a demo of needed 8) I'm not sure if you would use the valu...
by Dutch
Mon Sep 10, 2018 6:48 am
Forum: Flowcode V7
Topic: fading in and out led
Replies: 8
Views: 5420

Re: fading in and out led

Hi Dutch! I dont know if I understand you correct, I I think you mean when the led has to ligth up, you want it more linear. I made some changes in your program. The led will ligth up fastere in the beginning and slower in the end. Hope you can see the idea in the program. You can add some more des...
by Dutch
Sat Sep 08, 2018 10:28 am
Forum: Flowcode V7
Topic: fading in and out led
Replies: 8
Views: 5420

Re: fading in and out led

I get the same error on that first link. but maybe the posted code I can open.

the second I have to see if parts work in my project. I see real pwm used while I create it with variable timings for led on and a fixed off.

Thanks for your response!
by Dutch
Sat Sep 08, 2018 8:31 am
Forum: Flowcode V7
Topic: fading in and out led
Replies: 8
Views: 5420

fading in and out led

Hi Everybody, Im with fun doing all kind of simple programming and I may say I do get my programs running one way or the other. but now im stuck in something maybe not so important seeing all the harder questions here, but there must be a way. and something simple now and then makes it fun... I made...
by Dutch
Tue Feb 20, 2018 11:52 pm
Forum: AVR & Arduino
Topic: remove startup time ATMEGA328
Replies: 7
Views: 8153

Re: remove startup time ATMEGA328

Thanks Ben for the help !. I'm Angelo btw. I found the chip with lightning bolt but there are various step in choosing the way of programming before I got to this page I am not sure i took the right steps. sorry for the newbee questions. il make some screenshots or type some lines so see if im on th...
by Dutch
Sun Feb 18, 2018 9:01 pm
Forum: AVR & Arduino
Topic: remove startup time ATMEGA328
Replies: 7
Views: 8153

Re: remove startup time ATMEGA328

Benj, can you tell me what version of atmel studio you use there? I painstakingly downloaded and installed 7 and just also did install 6 after seeing some examples on youtube from an older version. I wanted to see if I could find the same screen and settings like you and than buy the AVRISP you reco...
by Dutch
Fri Feb 16, 2018 7:50 pm
Forum: AVR & Arduino
Topic: remove startup time ATMEGA328
Replies: 7
Views: 8153

Re: remove startup time ATMEGA328

Awesome! looks reasonable easy. had thought it would have been more complicated. see if I can get that working!

edit: exited... I know its a simple thing but this would make my weekend.!
by Dutch
Wed Feb 14, 2018 9:34 pm
Forum: AVR & Arduino
Topic: remove startup time ATMEGA328
Replies: 7
Views: 8153

Re: remove startup time ATMEGA328

Thank you Benj for your answer, manually wiring this up with the datasheet is no problem of coarse :D. whats new in the world of DIY hobby electronics :wink: So if I get the ISP is there any procedure or advice where or what bootloader to put on it shortning that startup time ? Thanks for any advice...