Search found 5 matches

by burak
Thu Oct 11, 2018 11:48 am
Forum: Flowcode V2 & V3
Topic: DS1307 / I2C / CLOCK PROJECT
Replies: 20
Views: 45573

Re: DS1307 / I2C / CLOCK PROJECT

in addition ;
by burak
Thu Oct 11, 2018 11:47 am
Forum: Flowcode V2 & V3
Topic: DS1307 / I2C / CLOCK PROJECT
Replies: 20
Views: 45573

Re: DS1307 / I2C / CLOCK PROJECT

Hi Everyone , I have some questions about DS1307 example code . 1-Representation of Hex number and Byte numbers. 'READ RAM' figure ( is taken from example code -Read a byte from RAM - RAMbyte=ReadRam(16) question1 : Is 16 decimal number ? 2-In 'READ RAM1' figure Address / bayt / 16 --- question2 16 ...
by burak
Tue Sep 04, 2018 1:22 pm
Forum: Flowcode V7
Topic: One-wire
Replies: 9
Views: 7388

Re: One-wire

Hi everyone , First question :I tried the Ds18S20 temperature sensor using standart powering the DS18S20 with an external power supply .(no parasitic power) pull up res:4.7k According to my code(namde as DS1820) , Start conversion and Read Scratchpad command (Crc is not active ) are passed successfu...
by burak
Tue Jul 24, 2018 9:04 am
Forum: Flowcode V7
Topic: One-wire
Replies: 9
Views: 7388

Re: One-wire

Thank you for precious help Steve, Docora and Petesmart . These information will be really useful. I have a question for Petesmart's code. I observed the his code. He can manually adjust set ,reset and wait for bus to go high processing . But according to matrix reference guide for one wire communic...
by burak
Thu Jul 12, 2018 11:44 am
Forum: Flowcode V7
Topic: One-wire
Replies: 9
Views: 7388

Re: One-wire

Hello Benj, My question related this topic . I want to use one wire communication . But I cannot find basic and useful example or information about one wire communication . Besides if you know how to communicate using- one wire communication - 30F614A to other device(for example :fuel gauge) please,...