Search found 13 matches

by wardnica
Wed Feb 06, 2013 4:01 pm
Forum: E-blocks
Topic: ECIO USB serial, string limited to 20 chars?
Replies: 5
Views: 5239

Re: ECIO USB serial, string limited to 20 chars?

Unfortunately the code you suggested didn't work... I guess I'll have to change the Ccode...
It's solved :D I changed every "20" number of the Ccode of the existing calculation block to 35 and now it works :)
Thank you
by wardnica
Wed Feb 06, 2013 1:31 pm
Forum: E-blocks
Topic: ECIO USB serial, string limited to 20 chars?
Replies: 5
Views: 5239

Re: ECIO USB serial, string limited to 20 chars?

I'm sorry for the late responce :( A snapshot of the part of the program where te problem is situated: https://www.dropbox.com/s/ar00cmiz350y28c/problem%20sending%20string%20with%20serial%20usb.png The string manipulation marked red is the problem, the computer receives only 20 characters of the str...
by wardnica
Sun Feb 03, 2013 11:28 pm
Forum: E-blocks
Topic: ECIO USB serial, string limited to 20 chars?
Replies: 5
Views: 5239

ECIO USB serial, string limited to 20 chars?

I'm trying to send a string with multiple variables to the computer using the usb serial. I make a string_out out of 4 variables, of which two are gps location, and are 8 characters long. Then I try to send 2 other strings existing out of 4 digit numbers... Somehow the string seems limited to 20 cha...
by wardnica
Sat Dec 22, 2012 9:49 pm
Forum: E-blocks
Topic: PIC to ARM upgrade on E-blocks
Replies: 1
Views: 3027

PIC to ARM upgrade on E-blocks

I have a 40 pin PIC ECIO and the E-Blocks application board, but the program I'm making is too heavy to run properly on the PIC processor. So I was thinking I might be able to upgrade to the ARM ECIO microcontoller... Am I able to use the same application board of the PIC microcontroller to run the ...
by wardnica
Tue Dec 18, 2012 6:28 pm
Forum: E-blocks
Topic: Combining E-blocks GPS module and ECIO? - Flowcode 4
Replies: 10
Views: 8183

Re: Combining E-blocks GPS module and ECIO? - Flowcode 4

I was able to update my flowcode, and the problem was solved.
Thank you for helping me out :)
by wardnica
Mon Dec 17, 2012 5:10 pm
Forum: E-blocks
Topic: Combining E-blocks GPS module and ECIO? - Flowcode 4
Replies: 10
Views: 8183

Re: Combining E-blocks GPS module and ECIO? - Flowcode 4

When I want to edit the component property, it says 'There are no properties for this component' ; Do you have an idea what the code would be to set the baud rate with C code?
by wardnica
Mon Dec 17, 2012 3:39 pm
Forum: E-blocks
Topic: Combining E-blocks GPS module and ECIO? - Flowcode 4
Replies: 10
Views: 8183

Re: Combining E-blocks GPS module and ECIO? - Flowcode 4

v4.2 ; I'll have a try if the c code solves the problem...
I'm trying to get the gps information for a solar tracker (project for school) :)
No, the program doesn't work yet. Maybe it could be the baud rate? Can I set this to 4800 with C code?
by wardnica
Mon Dec 17, 2012 1:52 pm
Forum: E-blocks
Topic: Combining E-blocks GPS module and ECIO? - Flowcode 4
Replies: 10
Views: 8183

Re: Combining E-blocks GPS module and ECIO? - Flowcode 4

Allright, I write "start" to the lcd at the beginning of the program. Without using the gps components in the flowchart, this string appears on the LCD screen. But when I add a GPS macro, there isn't even that start message on the LCD screen when I send the program to the microcontroller. I've attac...
by wardnica
Mon Dec 17, 2012 12:25 pm
Forum: E-blocks
Topic: Combining E-blocks GPS module and ECIO? - Flowcode 4
Replies: 10
Views: 8183

Re: Combining E-blocks GPS module and ECIO? - Flowcode 4

So I should be able to the GPS in flowcode, and use for instance the Read_UTC_Time macro to get the hour (unit ' h ') and display it to a LCD screen? Do I have to change something in the settings? When I send a program with the GPS macro to the ECIO, I get some compile errors... Warning unreferenced...
by wardnica
Fri Dec 14, 2012 6:37 pm
Forum: E-blocks
Topic: Combining E-blocks GPS module and ECIO? - Flowcode 4
Replies: 10
Views: 8183

Combining E-blocks GPS module and ECIO? - Flowcode 4

Hello I recently bought the following e-block systems: ECIO 40pin microcontroller, Application board ECIO, 2x16 LCD screen, keypad and a GPS module (EB056). After a bit of trial-and-error I found out how the keypad and LCD works. But the problem is the GPS module. The basic testing didn't work; I do...
by wardnica
Tue Jul 05, 2011 5:26 pm
Forum: Flowcode V4
Topic: internal clock
Replies: 2
Views: 3077

internal clock

I need to count how many pulses there are on my C0 input in 1 minute .. but the timer is totally not right.. i think its the clock speed settings, what value do i need to set (using a PIC16f690) in flowcode?
:)
by wardnica
Fri Jun 10, 2011 3:39 pm
Forum: General Programming
Topic: ADC voltage
Replies: 3
Views: 3696

Re: ADC voltage

Image

this error
by wardnica
Thu Jun 09, 2011 4:42 pm
Forum: General Programming
Topic: ADC voltage
Replies: 3
Views: 3696

ADC voltage

I'm trying to measure a voltage that my anemometer transmits with my 16F690, (voltage range between 0 - 5 V.)

(flowcode 4)