<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Kinetis MicrocontrollersのトピックRe: Implementation of 1- Wire Protocol</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665793#M40922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Styger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot for sharing . Your microsecond delay helped me alot in implementing 1 wire protocol .&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 03:44:16 GMT</pubDate>
    <dc:creator>rajathks</dc:creator>
    <dc:date>2017-06-21T03:44:16Z</dc:date>
    <item>
      <title>Implementation of 1- Wire Protocol</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665791#M40920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know did anyone&amp;nbsp; work and implemented 1 wire protocol () in any Kinetis series ?&lt;/P&gt;&lt;P&gt;Currently im working on DS18B20 Temperature sensor with Kinetis k22 1mb flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS:- I'm not sure its the right place to ask.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:07:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665791#M40920</guid>
      <dc:creator>rajathks</dc:creator>
      <dc:date>2017-06-20T06:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of 1- Wire Protocol</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665792#M40921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;yes, see section "1-Wire" in &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/05/06/mcuoneclipse-components-06-may-2017-release/" title="https://mcuoneclipse.com/2017/05/06/mcuoneclipse-components-06-may-2017-release/"&gt;McuOnEclipse Components: 06-May-2017 Release | MCU on Eclipse&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I'm using it with the DS18B20 plus a one wire tag. It is an implementation for Processor Expert, Kinetis SDK v2 and I use it both in bare metal and with FreeRTOS and features an extra command line interface.&lt;/P&gt;&lt;P&gt;There is an update on SourceForge (see links at the end of the article), and I plan to release a new and updated version next weekend or so which includes bus scanning for devices and an implementation which does not need any timer hardware.&lt;/P&gt;&lt;P&gt;You can find all the sources as well as part of the McuOnEclipse library project on GitHub:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/ErichStyger/McuOnEclipseLibrary" title="https://github.com/ErichStyger/McuOnEclipseLibrary"&gt;GitHub - ErichStyger/McuOnEclipseLibrary: Library of McuOnEclipse components&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See McuOneWire.c/.h and McuDS18B20.c/.h&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There might be other implementations, but I'm not aware of any other for Kinetis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 06:41:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665792#M40921</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-06-20T06:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of 1- Wire Protocol</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665793#M40922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Styger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot for sharing . Your microsecond delay helped me alot in implementing 1 wire protocol .&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 03:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665793#M40922</guid>
      <dc:creator>rajathks</dc:creator>
      <dc:date>2017-06-21T03:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of 1- Wire Protocol</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665794#M40923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If anyone is interested, I have connected one-wire devices to K20 using I2C to a DS2483 'master' (as a robust '5V line driver', and to do much of the precise low-level work).&amp;nbsp; With this (and an interrupt-driven I2C interface) I can let entire sequences run as a 'low overhead' background process.&amp;nbsp; Above that I have a whole state-machine that implements complete transactions, including 'one wire find'.&amp;nbsp; I use 18B20 'temp' and 2433/2430 memory slaves.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 14:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/665794#M40923</guid>
      <dc:creator>egoodii</dc:creator>
      <dc:date>2017-06-21T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Implementation of 1- Wire Protocol</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/1651029#M65058</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have configured ds2482 driver successfully and can see the below details.&lt;/P&gt;&lt;P&gt;root@imx8mm-var-dart:/sys/bus/w1/devices/w1_bus_master1# ls&lt;BR /&gt;2d-000001f6cf1c power uevent w1_master_attempts w1_master_name w1_master_pullup w1_master_search w1_master_slaves w1_master_timeout_us&lt;BR /&gt;driver subsystem w1_master_add w1_master_max_slave_count w1_master_pointer w1_master_remove w1_master_slave_count w1_master_timeout&lt;BR /&gt;root@imx8mm-var-dart:/sys/bus/w1/devices/w1_bus_master1# ls&lt;BR /&gt;2d-000001f6cf1c power uevent w1_master_attempts w1_master_name w1_master_pullup w1_master_search w1_master_slaves w1_master_timeout_us&lt;BR /&gt;driver subsystem w1_master_add w1_master_max_slave_count w1_master_pointer w1_master_remove w1_master_slave_count w1_master_timeout&lt;BR /&gt;root@imx8mm-var-dart:/sys/bus/w1/devices/w1_bus_master1# cd ..&lt;BR /&gt;root@imx8mm-var-dart:/sys/bus/w1/devices# ls&lt;BR /&gt;2d-000001f6cf1c 2d-0000301953de w1_bus_master1 w1_bus_master2&lt;BR /&gt;root@imx8mm-var-dart:/sys/bus/w1/devices# cd 2d-000001f6cf1c&lt;BR /&gt;root@imx8mm-var-dart:/sys/bus/w1/devices/2d-000001f6cf1c# ls&lt;BR /&gt;driver id name power rw subsystem uevent&lt;BR /&gt;root@imx8mm-var-dart:/sys/bus/w1/devices/2d-000001f6cf1c# ls -al&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x 3 root root 0 Jan 1 04:46 .&lt;BR /&gt;drwxr-xr-x 4 root root 0 Apr 28 2022 ..&lt;BR /&gt;lrwxrwxrwx 1 root root 0 Jan 1 04:47 driver -&amp;gt; ../../../bus/w1/drivers/w1_slave_driver&lt;BR /&gt;-r--r--r-- 1 root root 4096 Jan 1 04:47 id&lt;BR /&gt;-r--r--r-- 1 root root 4096 Jan 1 04:47 name&lt;BR /&gt;drwxr-xr-x 2 root root 0 Jan 1 04:47 power&lt;BR /&gt;-rw-r--r-- 1 root root 4096 Jan 1 04:47 rw&lt;BR /&gt;lrwxrwxrwx 1 root root 0 Jan 1 04:47 subsystem -&amp;gt; ../../../bus/w1&lt;BR /&gt;-rw-r--r-- 1 root root 4096 Jan 1 04:46 uevent&lt;BR /&gt;&lt;A href="mailto:root@imx8mm-var-dart:/sys/bus/w1/devices/2d-000001f6cf1c" target="_blank"&gt;root@imx8mm-var-dart:/sys/bus/w1/devices/2d-000001f6cf1c#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am unable to see w1_slave file in this folder.Not sure how can i do read and write operation.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 09:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Implementation-of-1-Wire-Protocol/m-p/1651029#M65058</guid>
      <dc:creator>ravikasyap1717</dc:creator>
      <dc:date>2023-05-16T09:38:53Z</dc:date>
    </item>
  </channel>
</rss>

