<?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>LPC MicrocontrollersのトピックSimulating 1-wire slave device</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1581754#M51262</link>
    <description>&lt;P&gt;We have a system that uses some 1-wire EEPROM and temperature sensor devices, such as the DS18B20+ and DS2431+&lt;BR /&gt;&lt;BR /&gt;Each time we build a test rig we need to purchase a number of these devices, but of course they are difficult to get hold of at present and the ones we have in stock are needed for production.&lt;/P&gt;&lt;P&gt;We use LPC devices extensively in our R&amp;amp;D department.&amp;nbsp;We have some legacy 1-wire code that acts as a master device, but not a slave.&lt;/P&gt;&lt;P&gt;Can anyone point me to any information that might help me use an LPC device to simulate a 1-wire slave device?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 13:32:59 GMT</pubDate>
    <dc:creator>jonathansmith</dc:creator>
    <dc:date>2023-01-12T13:32:59Z</dc:date>
    <item>
      <title>Simulating 1-wire slave device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1581754#M51262</link>
      <description>&lt;P&gt;We have a system that uses some 1-wire EEPROM and temperature sensor devices, such as the DS18B20+ and DS2431+&lt;BR /&gt;&lt;BR /&gt;Each time we build a test rig we need to purchase a number of these devices, but of course they are difficult to get hold of at present and the ones we have in stock are needed for production.&lt;/P&gt;&lt;P&gt;We use LPC devices extensively in our R&amp;amp;D department.&amp;nbsp;We have some legacy 1-wire code that acts as a master device, but not a slave.&lt;/P&gt;&lt;P&gt;Can anyone point me to any information that might help me use an LPC device to simulate a 1-wire slave device?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:32:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1581754#M51262</guid>
      <dc:creator>jonathansmith</dc:creator>
      <dc:date>2023-01-12T13:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating 1-wire slave device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1581940#M51268</link>
      <description>&lt;P class="lia-align-justify"&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/96545"&gt;@jonathansmith&lt;/a&gt;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Unfortunately, there is not much information related with your query; there is some information or similar situations in the next posts, nonetheless, they are using other technologies:&lt;/P&gt;
&lt;UL class="lia-align-justify" type="disc"&gt;
&lt;LI&gt;&lt;A href="http://www.fabiszewski.net/1-wire-slave/" target="_blank"&gt;1-wire slave emulator for PIC16 microcontroller – owslave&lt;/A&gt; and &lt;A href="https://github.com/bfabiszewski/owslave" target="_blank"&gt;GitHub - bfabiszewski/owslave: owslave – 1-wire slave emulator for PIC16 microcontroller&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://github.com/orgua/OneWireHub" target="_blank"&gt;GitHub - orgua/OneWireHub: OneWire slave device emulator&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Finally, please refer to the 1-wire documentation: &lt;A href="https://www.analog.com/en/app-notes/2022/07/16/06/42/1wire-search-algorithm.html" target="_blank"&gt;1-Wire Search Algorithm | Analog Devices&lt;/A&gt;, &lt;A href="https://www.analog.com/en/technical-articles/1wire-software-resource-guide-device-description.html" target="_blank"&gt;1-Wire Software Resource Guide Device Description | Analog Devices&lt;/A&gt;, and &lt;A href="https://www.analog.com/media/en/technical-documentation/data-sheets/DS18B20.pdf" target="_blank"&gt;DS18B20 - Programmable Resolution 1-Wire Digital Thermometer&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="lia-align-justify"&gt;Hope this information will be useful for you.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Best regards, Raul.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 19:32:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1581940#M51268</guid>
      <dc:creator>RaRo</dc:creator>
      <dc:date>2023-01-12T19:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simulating 1-wire slave device</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1775887#M54984</link>
      <description>&lt;P&gt;We simulate a 1-wire slave device the DS28E17 by using an ATTiny85;&amp;nbsp;&lt;BR /&gt;&lt;A href="http://www.zevendevelopment.com/zwire.html" target="_blank" rel="noopener"&gt;http://www.zevendevelopment.com/zwire.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We were forced to create our own product due to the unavailability of the devices.&amp;nbsp; We made it even better!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Dec 2023 02:39:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Simulating-1-wire-slave-device/m-p/1775887#M54984</guid>
      <dc:creator>Christian77</dc:creator>
      <dc:date>2023-12-17T02:39:52Z</dc:date>
    </item>
  </channel>
</rss>

