Difference between revisions of "Murata"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
  
 
*  1611-ATMEGA16L-8AQRCT-ND, manufacturer part number: ATMEGA16L-8AQR  . . . 25 count
 
*  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)
 +
 
 +
 
 +
<!-- comment -->
 +
 
 +
 
 +
<!--
 +
2019-01-08 Tuesday
 +
 
 +
total 506
 +
drwxr-xr-x 1 sesa143118 1049089    0 Dec 18 11:07 Debug/
 +
drwxr-xr-x 1 sesa143118 1049089    0 Jan  4 12:46 inc-new-crystal/
 +
drwxr-xr-x 1 sesa143118 1049089    0 Dec 18 11:07 makeapp_code/
 +
-rw-r--r-- 1 sesa143118 1049089 47564 Jan  8 09:42 pw-2wire.c
 +
-rw-r--r-- 1 sesa143118 1049089 44589 Sep 25  2013 pw-2wire.c.1.21.05.2sec_lcd_all_segments_startup
 +
-rw-r--r-- 1 sesa143118 1049089 44515 Sep 25  2013 pw-2wire.c.1.21.05.transmitting_crc_comms
 +
-rw-r--r-- 1 sesa143118 1049089 44678 Sep 25  2013 pw-2wire.c.1.24.05.lcd_testmode_lcd_verification
 +
-rw-r--r-- 1 sesa143118 1049089 42148 Sep 25  2013 pw-2wire.c.1.7.05
 +
-rw-r--r-- 1 sesa143118 1049089 43061 Sep 25  2013 pw-2wire.c.1.7.05.bugfix1
 +
-rw-r--r-- 1 sesa143118 1049089 41754 Sep 25  2013 pw-2wire.c.10.12.04
 +
-rw-r--r-- 1 sesa143118 1049089 42145 Sep 25  2013 pw-2wire.c.10.13.04
 +
-rw-r--r-- 1 sesa143118 1049089 42561 Sep 25  2013 pw-2wire.c.11.18.04
 +
-rw-r--r-- 1 sesa143118 1049089 45224 Sep 25  2013 pw-2wire.c3.1.05_13bit_analogout_pwm
 +
-rw-r--r-- 1 sesa143118 1049089  200 Sep 25  2013 pw-2wire.dtp
 +
-rw-r--r-- 1 sesa143118 1049089    95 Sep 25  2013 pw-2wire.eww
 +
-rw-r--r-- 1 sesa143118 1049089  7356 Sep 25  2013 pw-2wire.prj
 +
-rw-r--r-- 1 sesa143118 1049089 45244 Sep 25  2013 pw-2wire_bastard_child_13bit.c
 +
drwxr-xr-x 1 sesa143118 1049089    0 Dec 18 15:42 settings/
 +
 
 +
 
 +
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 -->

Latest revision as of 20:01, 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)