https://pad.constantvzw.org/p/pnode
svp on peut faire moins de bruit ca f ait mal a la tete...
je commence a fatiguer

P-node / micro fm + audio streaming

https://p-node.org/

A π-box is a modular system of radio/streaming broadcast, composed of multiples inputs and outputs. The π-box aims to provide a multi-functional and easy-to-use micro-FM & streaming micro radio station. It is based on the mini-fm approach, developed in the 80's by the Japanese artist and researcher Tetsuo Kogawa, which promotes radiotransmissions of FM waves upon a tiny perimeter, such as a house, a block, or a small zone. The π-box combines this ultra local transmission with internet possibilities (through ethernet, WiFi or 3G/4G), to leverage all the possibilities of hybrid transmissions. The system is open source, and based on open source software / open hardware.

REF: https://stuff2233.club/padlife/p/hd_modem


Download + install image + Ready to use
https://p-node.org/documentation/pibox/piboxv2

[img:https://p-node.org/user/pages/04.documentation/01.pibox/01.what-is-a-pibox/1000px-DiagramA-PiBox.png|600px]


STEP BY STEP
https://p-node.org/documentation/pibox/piboxv2

Have SSH access - commandline - headless rpi
$ copy ssh
$ sudo ifconfig

Find your rpi in the network by scanning your [IP] range
$ sudo nmap -sP [IP]/24
Logging in your rpi 
$ ssh pi@[IP] 
Change your password
$ passwd

Wi-Fi is currently blocked by rfkill.
$ rfkill list all
$ rfkill unblock wlan

Configure your rpi 'local' Settings
$ sudo raspi-config

Update + Upgrade your rpi 
$ sudo apt-get update
$ sudo apt-get upgrade