1wire_help

For general Flowcode discussion that does not belong in the other sections.
Post Reply
d820513
Posts: 56
http://meble-kuchenne.info.pl
Joined: Thu Aug 19, 2021 1:14 pm
Has thanked: 2 times
Been thanked: 1 time

1wire_help

Post by d820513 »

hi guys, tell me what I'm doing wrong. I need to connect two microcontrollers via 1wire
Attachments
1ware_slave.png
1ware_slave.png (158.47 KiB) Viewed 1021 times
1ware_master.png
1ware_master.png (130.89 KiB) Viewed 1021 times

kersing
Valued Contributor
Posts: 162
Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 66 times
Been thanked: 58 times

Re: 1wire_help

Post by kersing »

Please post your flowcharts, not screenshots that are unreadable.

d820513
Posts: 56
Joined: Thu Aug 19, 2021 1:14 pm
Has thanked: 2 times
Been thanked: 1 time

Re: 1wire_help

Post by d820513 »

look at this
Attachments
1WARE_SLAVE.fcfx
(11.21 KiB) Downloaded 58 times
1WARE_MASTER.fcfx
(14.56 KiB) Downloaded 60 times

d820513
Posts: 56
Joined: Thu Aug 19, 2021 1:14 pm
Has thanked: 2 times
Been thanked: 1 time

Re: 1wire_help

Post by d820513 »

why not 1wire slave macros?
I need to connect two microcontrollers over a long distance

Bachman
Posts: 1
Joined: Fri Nov 18, 2022 9:17 am

Re: 1wire_help

Post by Bachman »

Using 1-Wire protocol for a long distance is one of the worst selection (the other one is I2C).

Use UART (RS232) in the controller and UART - RS485 converter (eg. MAX483).

Post Reply