Search found 58 matches

by claudemir
Tue Jun 19, 2018 3:38 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hello
I was reading better on ds1307 and ds 3231, actually the ds1307 can generate 5 minute shift per month, while the 3231 ds around 7 minutes a year, I will change the ds to see if I leave the clock more accurate.
by claudemir
Sat Jun 16, 2018 4:14 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hello benj
Thanks for the feedback, I already use a capacitor of 0.01μF, but it did not help.
I use this template in the attachment
by claudemir
Fri Jun 15, 2018 4:06 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Ola Fiz varios prototicos usando RCT ds 1307, apos longo periodo comecei a receber reclamaçoes que os minutos dentro de um mes adianta 5 minutos, li num post do Benj onde corrigiu um problema parecido alterando a frequencia de 16 mhz para 15,88 mhz no componente flowcode , porem não encontro esse po...
by claudemir
Sun Feb 25, 2018 3:05 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hello I was happy, I killed what was killing me, I found what was blocking the digital outputs, I simply uninstalled the flowcode and installed again, it seems to be working now, I changed the clock from 100kHz to 400kHz RTC works normally, I believe you had a problem in installation of flowcode, th...
by claudemir
Sat Feb 24, 2018 12:19 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

HELLO
I made a short video for you to understand what is happening, but it is great to send to the forum topic, maybe by email

I'm really not understanding what's going on, I imagine it might be up to the licensed flowcode
thank you.
by claudemir
Fri Feb 23, 2018 2:25 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hi martin My hardware I am using is the mega 2560, the software worked on the pic 18f4620 but due to the size of the eepron I had to migrate to the mega 2560, I tested it on the other mega that I have here but nothing works, the simulation works fine. I created a new project with the arduino UNO, I ...
by claudemir
Wed Feb 21, 2018 11:33 pm
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hi martin My problem is when I use digital outputs and inputs where I am using the RTC, the outputs are even forced to high, they go low, there is some interference between the outputs and the RTC. When I remove the RTC the outputs return to high, even with the UNO. I have tested with the RTC, I2C M...
by claudemir
Wed Feb 21, 2018 12:26 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Can someone help me solve my problem? :roll: :roll:
by claudemir
Tue Feb 20, 2018 1:39 am
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hello I need a help from you, I have a watch project with DS1307 that is running perfectly on a pic 18f4560, due to the lack of space I had to migrate to the mega arduino 2560. Where is the big problem, when I download the project for the hardware, the outputs and digital inputs stop working, in the...
by claudemir
Fri Feb 16, 2018 11:39 pm
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hello John
The rtc simple clock file you sent has how to simulate with computadoe hours reading? because for me he writes zero for the hour and minute.
Thank you.
by claudemir
Wed Jan 31, 2018 10:07 pm
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

Re: DS1307 F7.3

Hi JohnCrow
I tried here still not working,
but my project is a bit different.
I've attached it to see if you can run it
by claudemir
Sun Jan 28, 2018 12:30 pm
Forum: Bug reports
Topic: DS1307 F7.3
Replies: 21
Views: 20131

DS1307 F7.3

Hello, I do not know if there is already a topic on this fact, but if you have not found it. My problem is related to DS1307 version F7.3, in the simulation does not run and in version F7.2 it works normally, it stopped working after the upgrade from version F7.2 to F7.3 has anyone had a solution fo...
by claudemir
Thu Jul 27, 2017 5:12 pm
Forum: Feature requests
Topic: Modbus Slave Address
Replies: 16
Views: 12205

Re: Modbus Slave Address

Hello Benj
With the constant evolution of the flowcode and together with the technology of industrial electronic equipment, has it been possible to verify the creation of a modbus TCP IP component to communicate with the Ethernet module w5100?
by claudemir
Tue May 16, 2017 9:15 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Hello Leighm I created 20 buttons that trigger 20 digital outputs, and also monitored 20 digital inputs, I created the button in html and in that button the status of each digital input (On or OF) appears, Today it is only possible to read 12 (0 to 11) digital inputs, each input occupying a string. ...
by claudemir
Fri May 12, 2017 2:46 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Hello chipfryer27 I have tried to read the position of the byte inside the string in order to use the processor ram, where I need to read 20 digital inputs, I can separate the bytes in the string, but when I access the IP the buttons configured in HTML do not recognize the byte , In the SetOutValue ...
by claudemir
Thu Apr 27, 2017 7:00 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Hello
I can get a notion how to do it, I'll put my hand in the dough and see how far I can go, but I can still get home when I can send the code to see if I'm on the way.
Because I've never worked with Strings for arrays, so I have a bit of difficulty.
Thank you until now
by claudemir
Thu Apr 27, 2017 4:20 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Hello chipfryer27,
Could you show me this code so I can better understand what you've done? Thank you
by claudemir
Thu Apr 27, 2017 3:07 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Hello Benj, I will adapt according to the recommendations, I hope it works and meets my needs. I need to do this html reading for those 20 digital input satatus on the hardware.
by claudemir
Wed Apr 26, 2017 6:30 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Ola Benj, you helped me a lot in improving the use of available RAM, with the change made with you read 12 numerical 2-digit variables,
But what I really need is a reading of 20 input variables, is it possible to make that shift to version 6?
Thank you in advance for your support. :D :D
by claudemir
Wed Mar 29, 2017 7:02 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

It worked perfectly, just a suggestion, because today I have a project with only 10 read, but future I need something that I can get 20 digital input, so I would have something to change as the programmer needs.
Thanks for the help.
by claudemir
Wed Mar 29, 2017 6:01 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Sorry for not seeing it before i was in the forum floucode v7
I still have no update, my flowcode v6, how can I use this update for v6 as well?
by claudemir
Tue Mar 28, 2017 8:08 pm
Forum: Flowcode V7
Topic: WebServer - Not all Strings Update.
Replies: 21
Views: 21748

Re: WebServer - Not all Strings Update.

Hello, this topic is speaking my problem as well, since I can only use 6 string how can I do to use more? Because I need to do 10 readings. I'm using mega2560
by claudemir
Tue Feb 21, 2017 6:40 pm
Forum: General Programming
Topic: mega 2560 webserver
Replies: 0
Views: 3136

mega 2560 webserver

Hello
I'm trying to put a mega 2560 arduino to work as webserver with the w5100 scudo but the two connected using the pins 11,12,13 or 50,51,52 does not work at all and just find something with the arduino uno r3 that Does not answer me
Does anyone have something working to send me?
by claudemir
Wed Dec 09, 2015 4:31 pm
Forum: Feature requests
Topic: ENC28J60 Ethernet LAN
Replies: 48
Views: 60368

Re: ENC28J60 Ethernet LAN

Hello. After a missing period I went back to work tcc college project. I want to turn on and off an LED through the internet with android.O my project uses the ip 192.168.1.90 , I used the examples that Rudi put , but can not receive the command from the comparator in the project, the command that I...
by claudemir
Wed Aug 12, 2015 5:13 pm
Forum: Flowcode V6
Topic: Enc28j60
Replies: 12
Views: 7528

Re: Enc28j60

Hello Benj .
Any suggestions to solve my problem ?