Internet access gateway on the Raspberry Pi running FreeBSD

Sometimes we get an Internet access by wire but want to get by WiFi (some hotels do this).
Sometimes we can get an Internet access by WiFi only for one device, but we want to use a few devices (other hotels do this).
So, we need a device which will work as Internet access gateway.
Here is a description how to setup such device on the Raspberry Pi running FreeBSD.

Читать далее

How to setup Wireless Access Point on Raspberry Pi running FreeBSD

Usually we connect the Raspberry Pi to the existing network.
But there are situations when we need to setup wireless access point.
This is for example, when the Raspberry Pi works as server for accepting data from different devices in a location without a network.
Here is an description how to setup a Wireless Access Point on the Raspberry Pi running FreeBSD 10.

Читать далее

Real Time Clock in FreeBSD on Raspberry Pi

The Raspberry Pi doesn’t have any ‘Real Time Clock’ (RTC) module, which keeps actual time.

This is not a problem when we connect our system to the Internet.
We can setup NTP (network time protocol) for updating the time from the global ntp servers.
But for stand-alone systems we need to use external RTC module.

I decide to use DS1307 Real Time Clock breakout board kit from the Adafruit.
It is compact and inexpensive.
Adafruit provides good tutorial how to use this kit with Raspberry Pi with Raspbian.

Here is instruction how to use it with FreeBSD on Raspberry Pi.

Читать далее