Search found 18 matches

by yutronic
Thu Sep 10, 2015 3:36 pm
Forum: Flowcode V5 Free Edition
Topic: DAC with DSPIC33FJ128GP802
Replies: 1
Views: 6726

DAC with DSPIC33FJ128GP802

Hi,
please inform me how to use DAC of DSPIC33FJ128GP802 with Flowcode V5.

With best regards,
Djordje
by yutronic
Sun Mar 29, 2015 3:04 pm
Forum: Flowcode V6
Topic: Ports D0 and D1 onATMEGA 328P
Replies: 1
Views: 2090

Ports D0 and D1 onATMEGA 328P

Hi,
Ports D0 and D1 (pins 2,3) on Arduino Duemilanove (328p-pu) can not be used for LCD 1602 Display (nither for D4-D7 nor E, RS). I have read somewhere that these pins are locked to UARt by bootloader. How can I overcome this (except using other pins)?
by yutronic
Fri Mar 27, 2015 4:04 pm
Forum: Programming Tips & Tricks
Topic: Using Arduino Hardware with Flowcode for AVR
Replies: 18
Views: 45210

Re: Using Arduino Hardware with Flowcode for AVR

I have noticed that in Flowcode avr V5, Arduino Uno PDIP has many pins "Not connected" (PIN 3, 4, 5, 6...) while Duemilanove has them all connected. On the actual Uno board they are all connected the same way as on Duemilanove.
by yutronic
Fri Oct 03, 2014 6:32 pm
Forum: Getting Started
Topic: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilanove
Replies: 12
Views: 17591

Re: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilan

Hi Hypamat,
which driver in Flowcode 6 did you use? I didn't make it work with any (Also didn't know which one to choose). Can you help?
by yutronic
Tue Sep 09, 2014 8:44 am
Forum: Feature requests
Topic: Clear on 4 digit 7 segment display
Replies: 1
Views: 3117

Clear on 4 digit 7 segment display

Hi, there is no "clear digit" option on 4 digit 7 segment display which is present in single 7 segment display component. This way display can show ---4 only at the beginning. Afterwards it can only show 0004. I can go around that by using single 7 seg display but maybe it is not to much work to edi...
by yutronic
Sun Aug 10, 2014 9:37 pm
Forum: Feature requests
Topic: GLCD with ILI9341
Replies: 5
Views: 10413

Re: GLCD with ILI9341

Yes I saw it, but believe that it is a lot of work (maybe I'm wrong). Maybe this will be easier to do because I provided datasheet and codes and there are arduino codes for ILI9340 & ILI9341 too, which I believe can be modified in relatively short time. There are many small 2.2" LCD's with these two...
by yutronic
Sat Aug 09, 2014 2:20 pm
Forum: Feature requests
Topic: GLCD with ILI9341
Replies: 5
Views: 10413

GLCD with ILI9341

Hi,
any chances of creating a component for 2.2" 320X240 SPI ILI9341 glcd ? I have the datasheet and codes (attached), but not enough knowledge to create one myself. I believe that many Flowcode users would highly appreciate it.
With best regards,
by yutronic
Sat Aug 09, 2014 9:34 am
Forum: Getting Started
Topic: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilanove
Replies: 12
Views: 17591

Re: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilan

Hi Dazz, thank you very much for trying to help. I am aware that you are doing this in your free time and that makes your help much, much more valuable. Hope you'll sort things out in your life soon. Just relax and do one thing at a time. "It's not how many times you get knocked down; it's how many ...
by yutronic
Fri Aug 08, 2014 3:11 pm
Forum: Getting Started
Topic: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilanove
Replies: 12
Views: 17591

Re: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilan

I have tried to contact Matrix concerning creation of new component, but could not send them datasheet for the display as an attachment (no option for attachment). Here it is. It also have codes and examples and I believe it would beneficial to many users to have such a component in the library as I...
by yutronic
Thu Aug 07, 2014 6:09 pm
Forum: Getting Started
Topic: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilanove
Replies: 12
Views: 17591

Re: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilan

Hi Dazz, thank you so much for replying. My problem is also connecting other pins. Should I use gLCD EBM001 (or what) and how should I connect it? There is no "A0" or "Data" pin on the display ( which are present in EBM001 connections properties) but instead I have D/C, SDO, SDI pins. Should SDI be ...
by yutronic
Wed Aug 06, 2014 6:14 pm
Forum: Getting Started
Topic: How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilanove
Replies: 12
Views: 17591

How to connect SPI 2.2" GLCD ILI9341 to Arduino Duemilanove

Hi,
I have received 2.2" TFT GLCD with SPI Interface (http://www.ebay.com/itm/200939222521?ss ... 1439.l2649) but can not find the way to connect it. Can you help?

With best regards,
Djordje
by yutronic
Fri Aug 01, 2014 9:56 pm
Forum: Getting Started
Topic: Inserting Arduino codes in Flowcode
Replies: 7
Views: 10918

Re: Inserting Arduino codes in Flowcode

Hi,
I am mostly interested in DHT22 sensor from Adafruit (http://www.adafruit.com/products/385), example code (https://github.com/adafruit/DHT-sensor-library).

Can you help?
by yutronic
Fri Aug 01, 2014 1:03 pm
Forum: Getting Started
Topic: Inserting Arduino codes in Flowcode
Replies: 7
Views: 10918

Re: Inserting Arduino codes in Flowcode

Hi Dazz,
thank you very much for your post. Unfortunately I don't have enough knowledge to convert these codes even to C, not to mention Flowcode. Do you have any example or something that would help me or any other way (like magic Arduino translator :) ).
With best regards,
Djordje
by yutronic
Wed Jul 30, 2014 12:45 pm
Forum: Getting Started
Topic: Inserting Arduino codes in Flowcode
Replies: 7
Views: 10918

Inserting Arduino codes in Flowcode

Hi, is it possible to insert / call an Arduino code in Flowcode chart? Some sensors are made specifically for Arduino and have their codes on manufacturer's site, but they only have codes for Arduino. Is it possible insert or call (as a Macro or ...) or convert to C these Arduino codes ? Please help...
by yutronic
Wed Jul 23, 2014 7:59 pm
Forum: Getting Started
Topic: Arduino duemilanve problem
Replies: 5
Views: 9937

Re: Arduino duemilanve problem

Hi Duzz,
THANK YOU so much. I have mistaken Pin 13 with Digital 13 and overlooked it million times. Thank you. You were mos kind. All the best to you.

Best regards,
Djordje
by yutronic
Mon Jul 21, 2014 1:18 pm
Forum: Getting Started
Topic: Arduino duemilanve problem
Replies: 5
Views: 9937

Re: Arduino duemilanve problem

Thank you so much. Here are also screenshots of setting files.

With best regards,
Djordje
by yutronic
Mon Jul 21, 2014 11:55 am
Forum: Getting Started
Topic: Arduino duemilanve problem
Replies: 5
Views: 9937

Arduino duemilanve problem

Hi, I have managed to transfer simple blinking program to Arduino Duemilenove board (ATmega 328p). Simulation runs perfectly and LED is connected to pin 13 (Port D 7) but nothing happens. Here is what I get: ========================================================== Target folder: C:\DOCUME~1\Djordj...