<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rs-485.com/index.php?action=history&amp;feed=atom&amp;title=SENT_%28protocol%29</id>
	<title>SENT (protocol) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rs-485.com/index.php?action=history&amp;feed=atom&amp;title=SENT_%28protocol%29"/>
	<link rel="alternate" type="text/html" href="https://rs-485.com/index.php?title=SENT_(protocol)&amp;action=history"/>
	<updated>2026-05-04T05:32:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://rs-485.com/index.php?title=SENT_(protocol)&amp;diff=1707&amp;oldid=prev</id>
		<title>RS-485: Imported from Wikipedia (overwrite)</title>
		<link rel="alternate" type="text/html" href="https://rs-485.com/index.php?title=SENT_(protocol)&amp;diff=1707&amp;oldid=prev"/>
		<updated>2026-05-03T14:13:24Z</updated>

		<summary type="html">&lt;p&gt;Imported from Wikipedia (overwrite)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Protocol for sending vehicle sensor data}}&lt;br /&gt;
The SAE J2716 &amp;#039;&amp;#039;&amp;#039;SENT&amp;#039;&amp;#039;&amp;#039; (Single Edge Nibble Transmission) [[Communications protocol|protocol]]&amp;lt;ref&amp;gt;[https://www.sae.org/standards/content/j2716_201604/ SENT: official SAE page]&amp;lt;/ref&amp;gt; is a point-to-point scheme for transmitting signal values from a sensor to a vehicle controller. It is intended to allow for transmission of high resolution data at low system costs.&lt;br /&gt;
&lt;br /&gt;
A new revision &amp;#039;&amp;#039;&amp;#039;SENT-B&amp;#039;&amp;#039;&amp;#039; is currently being created to speed up the original SENT protocol (by a factor of 2), while being compatible from hardware point of view.&amp;lt;ref&amp;gt;[https://www.sae.org/standards/content/j2716/ see &amp;#039;Related Info&amp;#039;]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Hardware==&lt;br /&gt;
The SENT protocol is a one-way, [[Universal asynchronous receiver/transmitter|asynchronous voltage interface]] which requires three wires: a signal line (low state &amp;lt; 0.5&amp;amp;nbsp;V, high state &amp;gt; 4.1&amp;amp;nbsp;V), a supply voltage line (5&amp;amp;nbsp;V) and a ground line.  SENT uses [[pulse-width modulation]] to encode four bits (one nibble) per symbol.&lt;br /&gt;
&lt;br /&gt;
The basic unit of time in SENT is called a tick, where a tick can be between  3 - 90 μs, at the sender&amp;#039;s option.   Each message is preceded by a calibration pulse with a period of 56 ticks for framing and calibration of tick length.  After the calibration pulse, each nibble is transmitted with a fixed-width low signal, followed by a variable-length high period.  The low pulse-width is 5 (or more) ticks in length, while the high pulse-width can vary, for a total period between falling edges of between 12-27 ticks (representing nibbles ranging from 0-15).&amp;lt;ref&amp;gt;{{Cite web|last=White|first=Tim|date=2014|title=A Tutorial for the Digital SENT Interface|url=https://www.idt.com/us/en/document/whp/tutorial-digital-sent-interface-zssc416xzssc417x#:~:text=The%20basic%20unit%20of%20time%20for%20SENT%20is,starts%20a%20message%20frame%20and%20provides%20a%20method.|archive-url=https://web.archive.org/web/20250507214642/https://manuals.plus/m/acfd1fa2b092d1209ebf4802db2e490d8a916d72374a6f886bf86881dee07a2a.pdf|archive-date=7 May 2025|access-date=12 Aug 2020|website=IDT}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Fast Channel==&lt;br /&gt;
Data is transmitted in units of four bits (one [[nibble]]) for which the interval between two falling edges (single edge) of the modulated signal with a constant amplitude voltage is evaluated. A SENT message is 32 bits long (eight nibbles) and consists of the following components: 24 bits of signal data (six nibbles) that represents two measurement channels of three nibbles each (such as pressure and temperature), four bits (one nibble) for [[Cyclic redundancy check|CRC error detection]], and four bits (one nibble) of status/communication information. Optionally, data can be transferred in 20 bit messages (five nibbles) composed of a single 12 bit (three nibbles) measurement, a four-bit (one nibble) CRC error checksum, and a four-bit (one nibble) status/communication field. An optional Pause pulse may be included at the end of each message to pad them out to a constant number of ticks.&lt;br /&gt;
&lt;br /&gt;
The image below shows the SENT signal described above. In this case a Pause Pulse is used to compensate for the varying length of the messages.&lt;br /&gt;
&lt;br /&gt;
[[File:Locale_RS6_SENT protocol exemple, with a 12us TickTime and 8 nibbles.JPG|The image shows a main trace with six consecutive SENT messages. The zoom of the main trace shows more details of a single SENT message]]&lt;br /&gt;
&lt;br /&gt;
==Slow Channel==&lt;br /&gt;
In addition to the Fast Channel sensor data signal frame described above, SENT also allows for the simultaneous transmission of Slow Channel messages which can carry a wide range of other information.  These messages are transmitted serially, a bit or so per fast channel message, encoded in the two most significant bits of the Status nibble.  They might be used to transmit diagnostic information, or report values from additional slow-changing sensors like temperature.&lt;br /&gt;
&lt;br /&gt;
For example: a 16-bit Short Serial Message Format transmits a 16 bit message across 16 Fast Channel message &amp;quot;frames&amp;quot;.  The message consists of: a 4 bit Message ID, 8 bits of data, and a 4 bit CRC code.  It&amp;#039;s encoded by bit 3 (the MSB) of the Status nibble being 1 for the first frame of the message, and zero for the following 15 frames.  The message is then transmitted, 1 bit per frame, in Status bit 2.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
Various vehicle (automotive) connectivity buses:&lt;br /&gt;
* [[CAN bus|CAN]]&lt;br /&gt;
* [[Ethernet over twisted pair#Single-pair|Ethernet (single-pair)]]&lt;br /&gt;
* [[FlexRay]] (ISO 17458)&lt;br /&gt;
* [[Local Interconnect Network|LIN]] (ISO 17987)&lt;br /&gt;
* [[MOST Bus|MOST]] (ISO 21806)&lt;br /&gt;
* SENT (SAE J2716)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
{{Reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [https://www.sae.org/standards/content/j2716_201604/ SENT Specification] - SAE&lt;br /&gt;
* [https://teledynelecroy.com/doc/decoding-a-sent-protocol-signal Decoding a SENT Protocol Signal] - Teledyne LeCroy&lt;br /&gt;
* [https://www.ti.com/lit/an/sprab22/sprab22.pdf Multi-Channel SAE-J2716 (SENT) Decoder Using NHET] - TI&lt;br /&gt;
* [https://vimeo.com/275590726 Video explaining the protocol] and [https://vimeo.com/275593851 Video providing an example]&lt;br /&gt;
&lt;br /&gt;
[[Category:Data transmission]]&lt;br /&gt;
[[Category:Automotive standards]]&lt;/div&gt;</summary>
		<author><name>RS-485</name></author>
	</entry>
</feed>