Tous les articles par F4HUY

Postbox detector with SigFox Akeru board

The idea of this project is to easy detect if the postman has put some letter’s in the box … or not. Problem, i live in a apartment, 3th floor, no communication link can be established between my apartment and the mailbox, Wifi networks are not available, ISM 433mhz, 2.4ghz link don’t work, GSM consumption is to high … but SigFox Akeru board work like a charm, amazing for only 25mw of output power with a lot of concrete and metal around…

2015-12-07 17.17.44 Continuer la lecture de Postbox detector with SigFox Akeru board

Getting started with the Sigfox API & php/json

This is, two files written to get data from SigFox backend, one to get message list, and other one to get the device type, it’s can be a good start for your application if you are not familiar with php and json, just edit the file, put your informations, and upload to your server. Data from backend are collected through curl and GET method, stored in a json file (be careful with security permissions) and decoded with json_decode function.

https://github.com/tonygir/SigFox/

message
Continuer la lecture de Getting started with the Sigfox API & php/json

Playing around SigFox network with Akeru board

Last week, I had the chance to attend the SigFox maker’s tour in Paris, it was very interesting to learn more about this amazing technology.

SIGFOX is the first and only company providing global cellular connectivity for the Internet of Things, fully dedicated to low-throughput communications. SIGFOX is re-inventing connectivity by radically lowering prices and energy consumption for connected devices.

After the event, everyone has got a Akeru Sigfox board with one year contract, (ready to send messages to the SigFox network), the board is available in snootlab website for 100€ and is compatible with Arduino,

829-2775credit: snootlab

I ‘m currently do some experimentation with this board, more infos soon.

Teensy GPS Logger redesigned in smaller version

The last and final design, the Teensy and GPS is directly powered from 3.7v li-on batt, 39g heights with IP4 box.

Original project: http://www.f4huy.fr/?p=39
Arduino code and pcb layout (ARES) available.
Load the sketch with CPU Speed 8Mhz under Arduino IDE, (i use v1.6.3 without any problems).

Autonomy test:
With a full batt charge, GPS locked, 5hz rate logging, 20 hours continues logging.

front Continuer la lecture de Teensy GPS Logger redesigned in smaller version

Geiger counter with SBM20 tube

I « rebuild » my Geiger counter, the SBM-20 tube was initially inside the box, so, i have put this one inside a 32mm diam plastic tube, for more convenience, wired through a XLR3 cable.

The LCD display alternatively, the « count per minutes » and result on: milli Sievert/year or nano Sievert/hour, you can switch off/on the buzzer, also 3 modes on measure are available, 15/30/120 secs.

This counter is from « Electronique-Pratique » n°368, a French electronic magazine. Shem, pcb, and PIC hex & C source code available. (Microchip compiler C18 v2.40/MPLAB 8.4)

general_vue2

Continuer la lecture de Geiger counter with SBM20 tube