Search found 1333 matches

by jgu1
Thu Sep 24, 2020 6:51 pm
Forum: Flowcode V8
Topic: Return to the charging base robot
Replies: 10
Views: 5129

Re: Return to the charging base robot

Hi! Sorry I have first seen this now. Yes I got an old mover which have been hit by a flash :shock: I removed the old broken board an built in an Arduino Mega to control the motors. In the mover I used the old loop detectors still work. As you see in the video, it work and cut my grass :D I have not...
by jgu1
Thu Sep 24, 2020 6:29 pm
Forum: Flowcode V8
Topic: Uart!
Replies: 15
Views: 6411

Re: Uart!

Thank's Martin and Stefan In my testprogram TX send Char 44. In RX I receive the char 44 then CH1 is going on. But I want CH1 go low again emidiately when I stop transmit. Is it possible. I would like to add multible channel, to maually be able to control my lawnmover :D Thank´s in advance Jorgen.
by jgu1
Wed Sep 23, 2020 7:34 pm
Forum: Flowcode V8
Topic: Uart!
Replies: 15
Views: 6411

Re: Uart!

Hi Martin! Thank you very much for your effort, but honest I don´t understand the program. I am not so hardcore :roll: What I trying to make is a wireless remote control. I will send a number, then the receiver reconise this number and activate an output. It working but I want, as long time I send t...
by jgu1
Mon Sep 21, 2020 9:04 pm
Forum: Flowcode V8
Topic: Uart!
Replies: 15
Views: 6411

Re: Uart!

Hi Martin!

Oh yes, I will be gatefull if you will create a small program for this. Tx and rx. At the moment I use Arduino Nano.

I can att. my programs if it do a difference (tomorrow).

Thank´in advance.

Jorgen
by jgu1
Mon Sep 21, 2020 8:42 pm
Forum: Flowcode V8
Topic: Uart!
Replies: 15
Views: 6411

Uart!

Hi!
i am playing with seriel wireless TX and RX. Working ok.

In the Component Macro I can send a CHAR and receive the CHAR. And if I say ; "If receiving char, then do something. Working."

I see it is possible to send a number, but how do I receive it, please?

Br Jorgen
by jgu1
Mon Sep 14, 2020 3:19 pm
Forum: Flowcode V8
Topic: STM32F072
Replies: 12
Views: 5142

Re: STM32F072

Hi Leigh!

Perfect working. Thank´s :D :D :D Push it in update :wink:

Br Jorgen
by jgu1
Sat Sep 12, 2020 2:25 pm
Forum: Flowcode V8
Topic: STM32F072
Replies: 12
Views: 5142

Re: STM32F072

Hi Leigh

Yes I see the USB when I plug the USB. And this what I see:

Br Jorgen
by jgu1
Thu Sep 10, 2020 7:04 pm
Forum: Flowcode V8
Topic: STM32F072
Replies: 12
Views: 5142

STM32F072

Hi! I just get one of these board and made a small testprogram. When I want to program the board I get the message "Board is not conneted" I can see the bord in devicemanager for USB. I have some other STM board, working fine. Is there some special with this board? Please. https://dk.rs-online.com/w...
by jgu1
Sun Aug 30, 2020 1:53 pm
Forum: Flowcode V8
Topic: RTD temperature Reading
Replies: 39
Views: 14227

Re: RTD temperature Reading

Hi Booth! Yes, it would be nice with a component in FC8 for the PT100. I have also been search in the web. What I found is the amplifier Max31865, seem to be good. Honest, I am not able to create a component for this or how I could use the SPI component in FC To read the max31865. Have a look here: ...
by jgu1
Sat Aug 29, 2020 7:08 am
Forum: Flowcode V8
Topic: Opening V5 files in V8
Replies: 4
Views: 1714

Re: Opening V5 files in V8

Hi!

What I sometime do with succes is, import FC5 project in FC6 or FC7 and then opening in FC8. An make some correction If nessesary.

Br Jorgen
by jgu1
Mon Aug 17, 2020 8:17 pm
Forum: Flowcode V8
Topic: Pic12f683 Osc. problem!
Replies: 9
Views: 2919

Re: Pic12f683 Osc. problem!

Hej Martin! Sorry, sorry, and yes you are rigth, I did not know it was possible to write own values ​​in this field, though they was fixed. I learn some new today :wink: I can tell you,I see a very accurate frequency on 50 Hz on the output measured during long time with timer 2 :D Thank´s again. Br ...
by jgu1
Mon Aug 17, 2020 2:40 pm
Forum: Flowcode V8
Topic: Pic12f683 Osc. problem!
Replies: 9
Views: 2919

Re: Pic12f683 Osc. problem!

Hi Martin! Again thank´s. Yes I know I have changed the frequency, the test is from two different pc, sorry :lol: With the Xtal 19660800Mhz, I see your spreadsheet come with different suggestion, but it is not possible to use them in the timer2 config for the Pic16f683. Or maybe I do something wrong...
by jgu1
Sun Aug 16, 2020 6:08 pm
Forum: Flowcode V8
Topic: Pic12f683 Osc. problem!
Replies: 9
Views: 2919

Re: Pic12f683 Osc. problem!

Hi Martin! Thank´s for your help. Capasitors, oh I forgot these. After mounting 2x15 pF. it work. :D I want to use your calculator and try to get some calculation I can´t find the calculation for 50 Hz which fit. I don´t have the posibilities in the timer2 for the pic12683. Do you have any idea? ple...
by jgu1
Sat Aug 15, 2020 11:34 am
Forum: Flowcode V8
Topic: Pic12f683 Osc. problem!
Replies: 9
Views: 2919

Re: Pic12f683 Osc. problem!

Hi Martin! Thank`s for reply. It is actually also the intention I will use your model with the timer calculation and your exambles, to get an accurate frequency, good tool, but during development I discovered there are problems when using Xtal With frequency over 4Mhz when using the Pic12f683. So th...
by jgu1
Fri Aug 14, 2020 9:22 pm
Forum: Flowcode V8
Topic: Pic12f683 Osc. problem!
Replies: 9
Views: 2919

Pic12f683 Osc. problem!

Hi! I am trying to create a osc. generator with an output with 50 Hz. First I try with a Xtal 196608 Mhz with HS in the config. The time on and out out is not correct, least twice as long as set. My experience, it start work correct when I use Xtal from 4 Mhz and down. If I use Internal Osc. OSCCON ...
by jgu1
Sun Aug 09, 2020 8:50 am
Forum: Bug Reports
Topic: Arduino PWM
Replies: 4
Views: 2281

Re: Arduino PWM

Hi Martin!

Glad I was able to help you and maybe a little repay with a fraction for your always helping. :lol: :lol:

Br. Jorgen.
by jgu1
Sat Aug 08, 2020 8:14 pm
Forum: Bug Reports
Topic: Arduino PWM
Replies: 4
Views: 2281

Re: Arduino PWM

Hi Martin! You deserve an answer. :wink: Maybe no help, but here my test. When I test with your testprogram With cal., your rigth, no PWM out. I made a test with the PWM component and it work. Maybe stupid question, why use the cal? I know it has something to do with creation component or simulation...
by jgu1
Thu Jul 30, 2020 8:19 am
Forum: Flowcode V8
Topic: Pic12F683 Compiler error
Replies: 3
Views: 1418

Re: Pic12F683 Compiler error

Hi Martin!

Of course of course Martin. I had completely forgotten, but your sharp eye saw it at once. Now it complile without no problem.

Thank you, also for fast reply. Sadly I can´t click on "thump up". But hereby one anyway :lol:

Br Jorgen
by jgu1
Wed Jul 29, 2020 8:44 pm
Forum: Flowcode V8
Topic: Pic12F683 Compiler error
Replies: 3
Views: 1418

Pic12F683 Compiler error

Hi!

I have created a small project with a Pic12F683. When I compile the program I get an errorcode 1. I don´t understand all the error messages.

Please, can anybody see what have I done wrong. :roll:

Thank´s in advance

Br Jorgen
by jgu1
Wed Jul 08, 2020 7:58 pm
Forum: Feature Requests
Topic: Exsample in Wiki/help
Replies: 3
Views: 4553

Re: Exsample in Wiki/help

Hi Ben! First, it´s a bit of time I have look for examples in help meny. I see now now it´s not many is missing any more, so maybe I was a little too quick, sorry :roll: But what I like to have is an example with SPI master and slave if possible. :wink: And the SRF (wireless thing) is this a compone...
by jgu1
Sat Jul 04, 2020 5:49 pm
Forum: Feature Requests
Topic: Exsample in Wiki/help
Replies: 3
Views: 4553

Exsample in Wiki/help

Hi!

A big wish, maybe to big :lol: It would be nice with more examples for all the component in the FC8 in the wiki/help menu.

Br jorgen
by jgu1
Wed Jul 01, 2020 6:13 pm
Forum: Flowcode V8
Topic: 74HC959 guidance
Replies: 4
Views: 2295

Re: 74HC959 guidance

Hi RABO!

In FC8 Ben create a component for the display build up around the 75hc595 Work perfect(suppose it this chip you mean this is you mean).

have a look here:
viewtopic.php?f=78&t=21826&p=99637&hilit=74hc595#p99637

Hope this help :D

Br jorgen
by jgu1
Thu Jun 25, 2020 3:58 pm
Forum: Programming Tips & Tricks
Topic: Connecting 2 to 9 switches on one ADC pin
Replies: 14
Views: 24466

Re: Connecting 2 to 9 switches on one ADC pin

Thank´s Martin. I have not seen it. You get "thump up". :lol:

Br Jorgen
by jgu1
Thu Jun 25, 2020 1:11 pm
Forum: Programming Tips & Tricks
Topic: Connecting 2 to 9 switches on one ADC pin
Replies: 14
Views: 24466

Re: Connecting 2 to 9 switches on one ADC pin

Wow Martin, perfect and s always useful from you. :wink:

Br jorgen

NB. Why is it not possible to give thump up anymore? :lol:
by jgu1
Wed Jun 24, 2020 8:13 pm
Forum: Flowcode V8
Topic: MPU6050
Replies: 26
Views: 13109

Re: MPU6050

Hi Ben! Sorry for late reply, and finaly I managed to program the Eico (don´t know what I have done, but work now :D I see now, that your program working, somehow. What I see in the display is when I turn the MPU6050 in different direction the walue for X Y and Z is building up in the display, just ...