3 IoT Nodes Flashcards
Capacitive Sensor:
A change in capacitance with a change in the environment
ie liquids, humidity, acceleration, human contact
Resistive sensor:
Physical changes such as light, force, heat
Applications: touch screen, street lights, camera
4 types of actuators:
Hydraulic: hydraulic power. Powerful/ slow
Pneumatic: compressed air, rapid deliver
Electric: uses electricity, versatile
Mechanical: use other mechanical energy
Uses:
Adding light, heat, sound
Moving objects
Displaying messages
Noise: Exponential Smoothing
Noise:
A class of auto regressive integrated moving average. The output is contributed by the current and previously computed value
y[i] = ax[i-1] + (1-a)y[i-1]
y = output x = input ax[i-1] = smoothing factor, between 0 & 1 y = previous output
Describe a Node
Power Supply Microcontroller Communications (transceiver) Sensors & Actuators (w/ ADC) Memory (program & data)
Radio Frequency (RF), USB, Wireless, Bluetooth.
Some have integrated sensors such as light & temperature
Typical clock rate of a node’s processor
usually 8MHz, but sometimes 16MHz and above
Typical ram of a node
4-8kb of RAM (random access memory)
Typical flash memory of a node
128-256kb of flash memory.
Limitations of nodes
- Often in hostile places; airplanes, forests, battle field
- Limited storage space and power (hard to change battery)
- Limited computational power
- Mobile networks inferior to wired
- Arbitrary topology - nodes in a plane wont be in a fixed place so difficult to create encryption key amoung local niehgbourhood of nodes
XM1000 Node Processor:
Processor: Texas Instruments, 16bit RISC (Reduced instruction set computing) archiatecture
62.5-ns Instruction Cycle Time
XM1000 Node Memory
116kb flash memory
8kb RAM
1mb external flash
XM1000 Node ADC & Interfaces:
ADC: 12bit resolution (8 channels)
Interfaces: UART, SPI, 12C, USB
XM1000 node accuracy
Humidity: +- 3% %RH
Temp: +- 0.4c
XM1000 node communication (transceiver) spec
RF Chip: IEEE 802.15.4 standard 2.4Ghz wireless module Transfer rate: 250Kbps RF power -25dBm ~0dBM Range: ~120m outdoor ~20-30m indoor Power consumption 17.4mA
What standard is used for IoT?
IEEE 802.15.4
Stanard used which specifies the physical layer (PHY) and medium access control (MAC) for low-rate personal area networks (LR-WAN)
Emphasis on low-speed, low cost, small packets, simplicity unlike Wi-Fi which focuses on higher bandwidths (and high power)