blob: e6ad77962f55f71fc7b6387c98b47fe844640f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
minimal BOM (minus small passives):
- Core
- SoC
- power management/regulator IC for SoC
- RAM
- Onboard FLASH
- FRAM chip (SPI? SDIO?)
- WiFi
- regulator/powermanagement
- WiFi baseband
- WiFi radio
- WiFi antenna connector
- 802.15.4
- regulator/powermanagement
- all-in-one chip
- ethernet
- ethernet switch chip and/or PHY chips
- ethernet drivers (for long cable runs)
- connectors with LEDs
- power
- 5/12v regulator, ~1amp
- power connector
- reverse voltage diode
- SD connector
- status LEDs and drivers (PWM from SoC?)
- reset button
- power switch
tests:
- 10/100/1000 half/full duplex fallbacks
- 100m ethernet cable run (full bandwidth)
- high/low temperature reliability
- wireless range and bandwidth
- network latency
- network throughput
- "fair" contention management
- WPA2 actually working
- total bulk data bandwidth
- max small packets/second
- dhcp server performance
|