Difference between revisions of "Murata"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
Line 29: Line 29:
 
*  609-3559-ND, manufacturer part number: 75915-308LF    . . . 30 ct  (Description: CONN RCPT 8POS 0.1 GOLD PCB)
 
*  609-3559-ND, manufacturer part number: 75915-308LF    . . . 30 ct  (Description: CONN RCPT 8POS 0.1 GOLD PCB)
  
 +
 +
<!-- comment -->
 +
 +
 +
<!--
 +
2019-01-08 Tuesday
 +
 +
void communications (void) //  Communications processes incoming requests
 +
{
 +
unsigned int crc;
 +
unsigned int analog_temp;
 +
PORTD &= ~0x08; // Sets PORTD2 Low
 +
if (comm_timeout_counter>=comm_timeout_counter_limit) UART_RxTail=UART_RxHead;  // <-- IAR compiler:  pointless integer comparison, the result is always false
 +
if (PacketInReceiveBuffer()<5) return;
 +
PORTD |= 0x04; // Sets PORTD2 high
 +
PORTD &= ~0x04; // Sets PORTD2 Low
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 17:35, 8 January 2019


Hi Corrina,

Please order the following:

Digi-key

  • XC1916-ND . . . 50 count, 3.68MHz ceramic oscillator
  • X999-ND . . . 20 count, 1MHz crystal (these are $9.90 each)
  • 1923-1370-ND . . . 50 count, 1.8432MHz crystal


Mouser part numbers:

  • 81-CSTCR7M37G55-R0 . . . 50 count, 3.58MHz resonator through-hole


2019-01-07 Monday

Parts to order for PW 2-wire work, Sensirion work:

  • 1611-ATMEGA16L-8AQRCT-ND, manufacturer part number: ATMEGA16L-8AQR . . . 25 count
  • ATMEGA32L-8AU-ND, manufacturer part number: ATMEGA32L-8AU . . . 15 count
  • 609-6552-ND, manufacturer part number: 76341-307LF . . . 40 ct (Description: CONN RCPT 7POS 0.1 GOLD PCB)
  • 609-3559-ND, manufacturer part number: 75915-308LF . . . 30 ct (Description: CONN RCPT 8POS 0.1 GOLD PCB)