STEVAL-FKI868V1 – Sigfox testing with ST Hardware

STEVAL-FKI868V1 with NUCLEO-L152RE board. Can be used “normally” or via mbed. ST Page: http://www.st.com/en/evaluation-tools/steval-fki868v1.html Sigfox page: https://partners.sigfox.com/products/steval-fki868v1 Schematics in the datasheet or here: http://www.st.com/resource/en/schematic_pack/steval-fki868v1_schematic.pdf S2-LP ULP transceiver page: http://www.st.com/en/wireless-connectivity/s2-lp.html STMicro …

Sigfox – WiSOL SFM10R1 – SNOC Board

WiSOL SFM10R1: a cheap Sigfox Module made by WiSOL available as devkit from SNOC/Yadom. Some links: Wisol module manufacturer site: http://www.wisol.co.kr/ Yadom online shop: http://yadom.fr/ SNOC (Société Nationale des Objets …

OpenHAB ++

the name is my.openhab.org The next step in the BB+Debian+OpenHAB story.   [code lang=”C”] Apache2 configuration for the ports: /etc/apache2/ports.conf Apache2 configuration of the virtual host: /etc/apache2/sites-available/default OpenHAB configuration for …

elinks on BeagleBone

installing and running elinks – the text mode browser – on a BeagleBone BeagleBone is great! install elinks: wget http://www.elinks.cz/download/elinks-current-stable.tar.gz tar – xzvf elinks-current-stable.tar.gz cd elinks-0.11-20130125 (better press tab after …

More BeagleBone linux

More Angstrom tools: systemd, is a system and service manager, a initd replacement systemd uses journal instead of syslog journalctl – a “/var/log/messages” replacement configuration file: /etc/systemd/journald.conf journalctl can be …

nmap on BeagleBone

Installing nmap on BeagleBone Maybe the best network scan tool available, the powerful nmap is also free. http://nmap.org/ Install sequence: wget http://nmap.org/dist/nmap-6.25.tgz cd nmap-6.25 ./configure make make install The install …