
Search found 122 matches
- Thu Nov 24, 2016 11:09 pm
- Forum: Flowcode V6
- Topic: There is any way to achieve a higher ADC resolution?
- Replies: 11
- Views: 13618
Re: There is any way to achieve a higher ADC resolution?
Hi, I haven't check the forum lately and I did not see your post before. Here is my program it works great! 

- Tue Oct 11, 2016 2:42 pm
- Forum: Flowcode V6
- Topic: KS0108 Displays 192 pixels but only 2 Controller Pins
- Replies: 5
- Views: 7454
Re: KS0108 Displays 192 pixels but only 2 Controller Pins
I did test the new KS0108 Glcd component, it works excellent! I did test the Glcd with both orientation parameters, 0 and 2. I connect CS1 pin to CSA and CS2 to CSB. I'm want to appreciate your support towards this Glcd implementation, it's good to have more options to work with. According with the ...
- Tue Oct 11, 2016 1:20 am
- Forum: Flowcode V6
- Topic: KS0108 Displays 192 pixels but only 2 Controller Pins
- Replies: 5
- Views: 7454
Re: KS0108 Displays 192 pixels but only 2 Controller Pins
Hello Benj, that's great news! thanks a lot for your help. The display has a high visibility, good processing speed and a very good display area. It's a good component. I will check your Display component as soon as possible. I will let you know how is it working. Thanks a lot again! 

- Fri Oct 07, 2016 4:03 pm
- Forum: Flowcode V6
- Topic: KS0108 Displays 192 pixels but only 2 Controller Pins
- Replies: 5
- Views: 7454
KS0108 Displays 192 pixels but only 2 Controller Pins
Hi, I was trying to get the KS0108 196x64 locally but I surprisingly found that it's not available, so the only source available was from China. I found a source on Ebay and I ordered one, I never though I was getting a 196x64 display with only two chips! :shock: So far, The only options on flowcode...
- Fri Oct 07, 2016 3:44 pm
- Forum: Flowcode V6
- Topic: Flowcode 6 - latest components, bug fixes and improvements
- Replies: 4
- Views: 32151
Re: Flowcode 6 - latest components, bug fixes and improvemen
Hi Benj, I did download the latest Flowcode 6 update, This fixes are already loaded into the latest update? If not, would you please post the necessary steps to perform this operation? I have never done it before and I don't want to do it wrong and mess something up.
- Sat Oct 01, 2016 3:16 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
Hello Benj, thanks a lot for your quick response. I did open the file after being created and it did but not in the .txt format so I was not able to see the contents using my SD card reader. I was expecting to see the contents after the file was created and contents where copied to FAT. I did not tr...
- Tue Sep 27, 2016 11:11 am
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
Hi guys, i forgot to say that the " create file macro " does not work correctly. I tried and I was not able to read the contents even when I tried to opened it using world pad. However, it works perfectly when I create the file using world pad. So, open world pad on windows accessories and...
- Tue Sep 20, 2016 3:07 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
It works!! I tried changing just the initial pre-scale to 128 as discussed but when I tried it did not work. This time I was having communications with the SD card and it was sending back a byte "0xED - Sector Bytes Error". Then after posting the previous message I decide to try a differen...
- Tue Sep 20, 2016 2:11 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
HI, Benj. Thanks for your quick reply on the FAT issue. I was very excited when I red your post that I want it to try it immediately, unfortunately it did not work for me. Now it just return the byte 237 "0xED - Sector Bytes Error" on all my cards. I retrieve the return code from the forum...
- Fri Sep 16, 2016 1:03 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
Hi Benj, I tried one of the WIKI examples (FAT_Read_File) with my hardware but it does not work, looks like there is no communication with the SD card. The return value is 0xFF but it retrieves this value even with MISO and MOSI lines disconnected. An example from the Arduino website is able to comm...
- Fri Sep 16, 2016 2:40 am
- Forum: Flowcode V6
- Topic: SPI communications nightmare!
- Replies: 2
- Views: 3740
Re: SPI communications nightmare!
Hi Kersing, you were right, the SendChar command in RS-232 communications is easy and it works perfectly but the Send_String command did not work for me, it just send the first three letters. Do you have and idea of why? I will appreciate your feedback. Thanks a lot.
- Wed Sep 14, 2016 10:51 am
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
Great! Thanks a lot. 

- Tue Sep 13, 2016 11:52 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
Hello dear Kersing, with all the respect you deserve, the purpose of this thread was to find out if the FAT component worked or not. The idea was to post and hope for someone who could share this information with me (if it works or not based in project experience with Arduino) because I had doubts o...
- Sat Sep 10, 2016 4:24 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Help needed, FAT component not working
I made a program model to copy contents from EEprom to FAT and vice versa using the Arduino Mega. The program only works on the simulator and not with hardware. I already tested all my hardware, my control voltages are at 3.3v (MISO, MOSI and CLK) and CS is 2.8v. I'm using a SanDisk SDHC class 4 wit...
- Fri Sep 09, 2016 10:31 pm
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
Thanks a lot for your feedback, I hope to get help soon to solve this issue.
- Thu Sep 08, 2016 11:03 am
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
Re: It's the FAT component actually working???
would you take a look to my program? Can you tell me if its right? I will appreciate that.
I will check with another card. But why the arduino program actually did communicate with card and flowcode didn't?
I will check with another card. But why the arduino program actually did communicate with card and flowcode didn't?
- Thu Sep 08, 2016 12:12 am
- Forum: Flowcode V6
- Topic: It's the FAT component actually working???
- Replies: 17
- Views: 17844
It's the FAT component actually working???
Hi guys, I did a program model using the Arduino Mega for saving EEprom contents to FAT and downloading back to EEprom, in the simulator the program works. I start by writing four lines of data to EEprom and then I upload to Fat three times (three different sectors). Then, I opened the file EEprom.t...
- Wed Aug 31, 2016 1:38 am
- Forum: Flowcode V6
- Topic: SD card storage ideas.
- Replies: 6
- Views: 7292
Re: SD card storage ideas.
I believe I got the right idea.
- Wed Aug 31, 2016 1:36 am
- Forum: Flowcode V6
- Topic: SD card storage ideas.
- Replies: 6
- Views: 7292
Re: SD card storage ideas.
Thanks a lot for the information I could not find it anywhere when I google it. Now I got A better understanding of what has to be done (I believe at least). Unfortunately, I couldn't make the examples from WIKI website, except The FAT_Read_File which I could make it work perfectly (I learn a lot fr...
- Mon Aug 29, 2016 8:45 pm
- Forum: Flowcode V6
- Topic: SD card storage ideas.
- Replies: 6
- Views: 7292
Re: SD card storage ideas.
Hi guys I finally succeed with my program! I'm able to create a file and load wherever I written at EEprom memory to a FAT memory. Now, The 512 bit file created is just for the simulator??? Or all the files created on SD card will be at 512 bit in size when using my hardware??? Do I have to create f...
- Thu Aug 25, 2016 12:54 pm
- Forum: Flowcode V6
- Topic: Doubt about Interrupts.
- Replies: 6
- Views: 6665
Re: Doubt about Interrupts.
Hi thanks a lot for the valuable information. I got another question regarding interrupts; When I set the pins to enable the interrupt in the bottom left corner of the chip lay out there is three different color boxes: trigger on rising edge (red), trigger on falling edge (gray) and triggered on bot...
- Wed Aug 24, 2016 3:53 pm
- Forum: Flowcode V6
- Topic: SD card storage ideas.
- Replies: 6
- Views: 7292
Re: SD card storage ideas.
Thanks a lot for your reply, I was checking the initial value property but I did not see how can I set it. Since the controller has the ability of store this values by hand what will be the easiest way to upload this eeprom bytes to an SD card? What function from the FAT menu will be the best? I did...
- Wed Aug 24, 2016 10:57 am
- Forum: Flowcode V6
- Topic: Doubt about Interrupts.
- Replies: 6
- Views: 6665
Re: Doubt about Interrupts.
Thanks a lot for your help. I will try it today.
- Tue Aug 23, 2016 11:01 pm
- Forum: Flowcode V6
- Topic: SD card storage ideas.
- Replies: 6
- Views: 7292
SD card storage ideas.
Hello guys, I finally finished my Arduino Mega project of an automated oven controller. My controller stores over a hundred recipes containing information such as recipe name, baking time and temperature and other functions, the only thing you have to do is to select the recipe and hit start. It per...
- Tue Jul 26, 2016 6:52 pm
- Forum: Flowcode V6
- Topic: Doubt about Interrupts.
- Replies: 6
- Views: 6665
Re: Doubt about Interrupts.
Thanks a lot for your reply Benj. How do I set this up? You said to use the interrupt macro but do I have to choose custom "interrupt on" and place the code there? because in order for the interrupt to work when this pins are used this is the way needed, right? Or are you talking about pla...