Search found 122 matches

by 407charles
Thu Jul 21, 2016 1:07 pm
Forum: Flowcode V6
Topic: Doubt about Interrupts.
Replies: 6
Views: 6323

Doubt about Interrupts.

It's possible to use a bank of inputs for activating two different interrupts? I'm using an arduino mega in my project, I finally finished my oven automatic controller but I already used the available banks for activating my interrupts. Bank J for the quad encoder, in the port B I'm running the SPI ...
by 407charles
Wed Jul 13, 2016 2:39 pm
Forum: Flowcode V6
Topic: Communication issues??
Replies: 3
Views: 3228

Re: Communication issues??

I found my mistake. Yes it is possible to have this two communications working. I don't know if at the same time but in my program they are separate.
by 407charles
Wed Jul 13, 2016 2:37 pm
Forum: Flowcode V6
Topic: "A Complete non-sense problem"
Replies: 4
Views: 3803

Re: "A Complete non-sense problem"

I found the whole problem, a bad soldering joint! I can't believe it. well, next time I Will check this hardware issue. Thanks a lot anyways.
by 407charles
Wed Jul 13, 2016 12:48 pm
Forum: Flowcode V6
Topic: Communication issues??
Replies: 3
Views: 3228

Re: Communication issues??

I'm using the arduino mega for my project. The issue is that I got a program which uses the I2C clock and also The SPI max 6675 in another section of my program. Even when I got both programs working individually, after merging both of them into a single one, the SPI does not seem to work. I'm not s...
by 407charles
Tue Jul 12, 2016 7:23 pm
Forum: Flowcode V6
Topic: Communication issues??
Replies: 3
Views: 3228

Communication issues??

It is possible to run a program using I2C and SPI communication components simultaneously?
by 407charles
Tue Jul 12, 2016 5:21 pm
Forum: Flowcode V6
Topic: "A Complete non-sense problem"
Replies: 4
Views: 3803

Re: "A Complete non-sense problem"

I found that the problem is with pin 47 L2, it did not change state during the program. I decided to use a pin from a different group as the analog and now is working normal. Looks that when I use the KS108 I had problems with this pin. I used the another good mega board and it has the same problem....
by 407charles
Tue Jul 12, 2016 2:36 pm
Forum: Flowcode V6
Topic: "A Complete non-sense problem"
Replies: 4
Views: 3803

Re: "A Complete non-sense problem"

I forgot to mention that after installing the power supply the fix reading changed to 3714.9 F the same value display if I disconnect completely the max 6675 from the controller hooked up to the 20X4 LCD. This is another clue to lead me believe that the KS108 is blocking or disable the SPI component.
by 407charles
Tue Jul 12, 2016 1:00 pm
Forum: Flowcode V6
Topic: "A Complete non-sense problem"
Replies: 4
Views: 3803

Re: "A Complete non-sense problem"

Today I installed a Matrix power supply to the arduino board and it did not work correctly either. I thought I was overloading the computer USB port and maybe dropping the voltage at a point were the microcontroller did not work right. Now, I believe that there is a bug that blocks the SPI component...
by 407charles
Sun Jul 10, 2016 7:55 pm
Forum: Flowcode V6
Topic: "A Complete non-sense problem"
Replies: 4
Views: 3803

"A Complete non-sense problem"

I'm having a very strange problem with a single program. I'm been using a KS108 display because the size and visibility. I did a program a digital thermometer sometime ago with the MAX 6675 and the arduino microcontroller, when I use the program with a LCD 4x20 it works perfect but not when I use th...
by 407charles
Fri Mar 18, 2016 7:26 pm
Forum: Flowcode V6
Topic: Arduino EEPROM working???
Replies: 7
Views: 6025

Re: Arduino EEPROM working???

I got it. I really appreciate your help. Thanks for your support.
by 407charles
Tue Mar 15, 2016 4:05 pm
Forum: Flowcode V6
Topic: Arduino EEPROM working???
Replies: 7
Views: 6025

Re: Arduino EEPROM working???

Yes, It's how I was able to find my mistake. I found another example at the forum and that's how I did check this feature. Let me ask you a question, I have seen examples of macros with and without returned variable and they both work. I would like to know the difference in between both, so I can ta...
by 407charles
Sun Feb 28, 2016 5:17 pm
Forum: Flowcode V6
Topic: Arduino EEPROM working???
Replies: 7
Views: 6025

Re: Arduino EEPROM working???

Thanks a lot. I already found the problem. It was on my programing (component set up).
Best regards.
by 407charles
Sat Feb 27, 2016 10:15 pm
Forum: Flowcode V6
Topic: Arduino EEPROM working???
Replies: 7
Views: 6025

Arduino EEPROM working???

I'm having problems with the Arduino eeprom. I made a program to write names to create a name list and stored on EEPROM, also the program should show the list if is required. I'm not saying that my program is perfect but it looks like the eeprom component it's not writing to or reading from eeprom. ...
by 407charles
Wed Feb 10, 2016 2:15 am
Forum: Flowcode V6
Topic: It's possible to implement a touchscreen???
Replies: 6
Views: 4458

Re: It's possible to implement a touchscreen???

I'm definitely trying this hardware, I did not pay attention to this component before. I have to give it a try! thanks a lot for the advice.
by 407charles
Fri Feb 05, 2016 4:27 pm
Forum: Flowcode V6
Topic: It's possible to implement a touchscreen???
Replies: 6
Views: 4458

Re: It's possible to implement a touchscreen???

The three displays support by Flowcode are the three mention above, but the other displays such as diablo can be interface using the component VISI, right? How difficult it is to use it with just VISI? Now talking about the other three displays (supported by Flowcode), I have seen that there are mac...
by 407charles
Wed Feb 03, 2016 4:20 pm
Forum: Flowcode V6
Topic: It's possible to implement a touchscreen???
Replies: 6
Views: 4458

Re: It's possible to implement a touchscreen???

Thanks a lot for your reply. I'm wondering how hard will be to use one of this with flowcode, have you tried one already? I have seen a 4.3" Diablo display with touchscreen and serial posts but I don't have and idea if I could interface it with hardware using flowcode. Any ideas?? I read today about...
by 407charles
Tue Feb 02, 2016 8:42 pm
Forum: Flowcode V6
Topic: It's possible to implement a touchscreen???
Replies: 6
Views: 4458

It's possible to implement a touchscreen???

I would like to know if it's possible to use a touchscreen. Thanks for your help.
by 407charles
Tue Feb 02, 2016 2:01 pm
Forum: Flowcode V6
Topic: Rotary Encoder Text Input
Replies: 6
Views: 5730

Re: Rotary Encoder Text Input

Here are some examples of a quadrature encoder programming. There are different strategies for making a counter, that's what you need to do in order to write on a display. You will convert the numbers to characters by using the command print ASCII, from 22 which is the "space" character to 126 which...
by 407charles
Mon Feb 01, 2016 6:12 pm
Forum: Bug reports
Topic: KS0108 bugs or wrong settings??
Replies: 8
Views: 11745

Re: KS0108 bugs or wrong settings??

Mission accomplished Benj, it works great! Your new updated component got rid of the 'Y" offset and also the issue with controller 3 (CS3) not displaying it's pixels during reboot or after uploading a program, now it works without resetting the controller and playing with the CS3 pin. I really do my...
by 407charles
Sun Jan 31, 2016 1:49 pm
Forum: Bug reports
Topic: KS0108 bugs or wrong settings??
Replies: 8
Views: 11745

Re: KS0108 bugs or wrong settings??

I wrote the original post in the Flowcode V6 but when I login in a different day I saw the report bugs section and I thought that it was the right section to post my issue, so I opened another page and copy/paste the same post but when I started to look my program to upload it I forgot to delete the...
by 407charles
Sat Jan 30, 2016 5:20 pm
Forum: Bug reports
Topic: KS0108 bugs or wrong settings??
Replies: 8
Views: 11745

KS0108 bugs or wrong settings??

I'm having a couple issues regarding the operation of the GLCD KS0108. I found that the problem is with controller 3. If I down load to chip with the CS3 disconnected and then connected when the display starts to work it does not have this shifting problem and it works normal. Also when I reboot the...
by 407charles
Sat Jan 23, 2016 10:19 pm
Forum: Bug reports
Topic: KS0108 bugs or wrong settings??
Replies: 8
Views: 11745

GLCD KS0108, bug free??

I'm having a couple issues regarding the operation of the GLCD KS0108. I found that the problem is with controller 3. If I down load to chip with the CS3 disconnected and then connected when the display starts to work it does not have this shifting problem and it works normal. Also when I reboot the...
by 407charles
Mon Jan 18, 2016 2:54 pm
Forum: Flowcode V6
Topic: There is any way to achieve a higher ADC resolution?
Replies: 11
Views: 13053

Re: There is any way to achieve a higher ADC resolution?

Problem solved! I tried the ADS1115 Module with I2C communication protocol and it works perfect with a lot more resolution, 32768 bits!, compared with the 4096 bits of a twelve bit ADC. If any of you guys need more resolution for your project try this module, its cheap (less than 5 dollars) and it a...
by 407charles
Sun Jan 10, 2016 10:07 pm
Forum: Flowcode V6
Topic: Using GLCDs, Good or bad idea??
Replies: 12
Views: 9122

Re: Using GLCDs, Good or bad idea??

Thanks a lot Kersing, I was able to use the code to create a macro to display ASCII characters. I did a program to write on the display and it works just fine. Best regards.
by 407charles
Sat Jan 09, 2016 12:30 am
Forum: Flowcode V6
Topic: Using GLCDs, Good or bad idea??
Replies: 12
Views: 9122

Re: Using GLCDs, Good or bad idea??

Thanks a lot for your help, I going to try that. I will see if I can implemented this strategy to create a macro to input alphabetic characters in my program.