The document proposes a file system interface for sensor nodes to provide a uniform representation and access model for resources. It aims to make development easier by abstracting the various sensors and actuators through a simple interface with operations like read, write, open and close. This hides the complexity and variety of different sensor APIs and allows resources to be accessed sequentially as streams. The design was evaluated on a particle computer with various sensors and actuators accessible through the file system interface with an overhead of about 13 microseconds for read operations compared to direct library calls.