Commit Graph

35 Commits

Author SHA1 Message Date
mecparts
2e5ccbbeba Merge pull request #1 from desaster/lib-refresh
update symbols and footprints KiCad 5
2020-10-02 13:10:06 -06:00
mecparts
30483171ea One more worm to re-can... 2020-10-02 13:07:22 -06:00
mecparts
f358a4f776 Trying to re-can a can of worms... 2020-10-02 13:00:32 -06:00
mecparts
fbc56c4562 Merge branch 'master' of github.com:mecparts/RetroWiFiModem 2020-10-02 12:55:47 -06:00
mecparts
db9450689f Revert "Renamed KiCad4 files as "-kicad4" for upcoming pull."
This reverts commit bb5cc11a9b487fb4e979007bafb8acc164f68607.
2020-10-02 12:55:10 -06:00
mecparts
b0e9280696 Renamed KiCad4 files as "-kicad4" for upcoming pull. 2020-10-02 12:24:20 -06:00
Upi Tamminen
8a909d76a3 update symbols and footprints for KiCad 5.1.2
* remaps all symbols and footprints to those present in KiCad 5.1.2.
* add mounting holes to schematics
* PCB has been touched up due to footprint changes, but should remain
  almost identical to the original
* NOTE: schematic now has some warnings about tristate<->output connections

symbols and footprints are mapped as follows:

Designator	Old symbol	Old package	New symbol	New package
C1,C2,C3,C4,C5,C8	C_Small	Capacitors_THT:C_Disc_D3_P2.5	Device:C_Small	Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm
C6	C_Small	Capacitors_THT:C_Disc_D3_P5	Device:C_Small	Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm
C7	C_Small	Capacitors_THT:C_Disc_D3_P2.5	Device:C_Small	Capacitor_THT:C_Disc_D3.0mm_W2.0mm_P2.50mm
CON1	BARREL_JACK	Connectors:BARREL_JACK	Connector:Barrel_Jack_Switch	Connector_BarrelJack:BarrelJack_Horizontal
D1,D2,D3,D4,D5,D6,D7,D8	LED	LEDs:LED-3MM	Device:LED	LED_THT:LED_D3.0mm
P1	CONN_02X05	Connectors:IDC_Header_Straight_10pins	Conn_02x05_Odd_Even	Connector_IDC:IDC-Header_2x05_P2.54mm_Vertical
U2	MAX232	Housings_DIP:DIP-16_W7.62mm	Interface_UART:MAX232	Package_DIP:DIP-16_W7.62mm
U3	74LS32	Housings_DIP:DIP-14_W7.62mm	74xx:74LS32	Package_DIP:DIP-14_W7.62mm
U4	LM2931AZ-3.3/5.0	TO_SOT_Packages_THT:TO-92_Inline_Wide	Regulator_Linear:LP2950-3.3_TO92	Package_TO_SOT_THT:TO-92L_Inline_Wide
U5	WeMos_mini	WEMOS_D1_Mini:wemos-d1-mini-with-pin-header-and-connector	RetroWiFiModem:WeMos_mini	footprint:wemos-d1-mini
U1	74ACT245	Housings_DIP:DIP-20_W7.62mm	74xx:74HC245	Package_DIP:DIP-20_W7.62mm
R1,R2,R3,R4,R5,R6,R7,R8	R_US	Discret:R3	Device:R	Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal
R9	R_US	Discret:R3	Device:R	Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal
H1,H2,H3,H4,H5,H6		Mounting_Holes:MountingHole_3.2mm_Hammond_1593	Mechanical:MountingHole	MountingHole:MountingHole_3.2mm_M3
2020-09-29 20:51:30 +03:00
mecparts
b62832f29d Added a picture of the original prototype to the readme file. 2020-08-24 15:34:33 -06:00
mecparts
a1895b9837 Updated README.md to include the abort dial capability in ATDT. 2020-08-13 19:08:29 -06:00
mecparts
0386f642e9 Allow aborting a dial command with any keypress
I noticed that the terminal program I'm using would send
a CR when it tried to abort a pending dial command.
Thinking back to a real dialup modem, I vaguely remember
that working; hit a key before CONNECT and the dial cmd
would abort. So I added that to the dialing code here.
2020-08-10 18:50:03 -06:00
mecparts
84863c60e6 Missed a ! in the AT$TTL command handling. 2020-08-03 15:07:10 -06:00
mecparts
81b5277e5a Added a .gitignore file 2020-08-03 13:22:40 -06:00
mecparts
ca9f8d2c94 Minor changes to README.md 2020-08-02 18:58:56 -06:00
mecparts
cdd14cbe86 Added auto 'ATNET2' setting to Particles! speed dial 2020-08-01 13:12:22 -06:00
mecparts
c9e61b34a7 Refining formatting. 2020-07-19 15:34:59 -06:00
mecparts
6705873bc1 Abandom Markdown, try HTML. 2020-07-19 15:31:26 -06:00
mecparts
54f77defe7 More Markdown fiddling... 2020-07-19 15:28:43 -06:00
mecparts
40e14e5701 Twiddling with Markdown formatting... 2020-07-19 15:27:27 -06:00
mecparts
7db1bd93fc Updated README.md with the latest changes to the ATDT command. 2020-07-19 15:25:03 -06:00
mecparts
c4148f1baf Auto switch telnet mode option on session basis.
ATDTnumber will use the currently defined telnet mode.
ATDT+number will use NET2 for the session and return
to the defined telnet mode when the session ends.
Similarly, ATDT=number will use NET1, and ATDT-number
will use NET0.
2020-07-19 00:48:16 -06:00
mecparts
9a4a0f7b9d Added baud rate to ATI command. 2020-07-07 21:04:38 -06:00
mecparts
80c9bcc3e3 Found a cleaner way to change the serial baud rate using Serial.updateBaudRate
And discovered that the "latest" documentation does not
mean that it's the documentation for the "latest" software!
Found this relatively recent method while I was poking around
in the HardwareSerial source looking for something else.
2020-07-03 20:58:04 -06:00
mecparts
f1b82dfe6d Got baud rate change working with the modem returning a status result now, so it's been finally added in. 2020-06-25 14:03:22 -06:00
mecparts
6889e6f8b5 Improved lists in tables in README.md 2020-04-30 17:32:37 -06:00
mecparts
790c7ffb3f More README.md touchups 2020-04-30 17:22:38 -06:00
mecparts
b65f9b6379 README.md touchup 2020-04-30 17:19:41 -06:00
mecparts
f70eb3287b Reformatted AT commands into a table. 2020-04-30 17:18:14 -06:00
mecparts
2c027570a6 Added a section on my modification to the uart.cpp file in the ESP8266 core to keep the watchdog fed and happy during long waits for space in the serial transmit FIFO. 2020-04-27 20:23:01 -06:00
mecparts
d104a7c1dc Updated list of valid speeds in README.md 2020-04-26 22:49:52 -06:00
mecparts
35d48c9d7f Correcting a link error in the readme. 2020-04-25 19:06:41 -06:00
mecparts
8c7d8f43a4 More README.md corrections. 2020-04-25 19:05:01 -06:00
mecparts
079c11166b More README.md tweaks, and added in the forgotten license file. 2020-04-25 18:57:08 -06:00
mecparts
b2d556b204 More tweaks to README.md 2020-04-25 18:48:06 -06:00
mecparts
da6e428b2b Touch-ups in README.md 2020-04-25 18:45:51 -06:00
mecparts
e782dc6657 Initial commit 2020-04-25 18:41:49 -06:00