Posts with «api» label

APDuino Project – Custom Monitoring without Coding

 

[srejbi] shares a new, programming-free, API-based way to programming Arduino: the APDuino project (minimum hw requirements: Arduino Mega 2560 + W5100 EtherShield). The Apduino relates to a peculiar approach towards Arduino that I noticed in the last years: using Arduino and making things without coding. This is a good thing for people that can’t code, but has to be simpler than learning code itself.

The APDuino Project provides a turn-key software solution for building custom monitoring and automation systems with custom rulesets (featuring expression evaluator with access to sensor and control arrays), cron-like scheduler, remote access and management via HTTP, SD and online logging and more…

All *without* programming (if using supported hardware components) … allowing DIY’ers to build their own automation systems much quicker and easier.

– The image collage attached is showing parts of 1 realization I built (I have 4 completely different systems running, all using the same software ) — This one pictures an aquaponics monitoring system with 16 physical sensors (lots of 1-wire DS18B20′s chained, DHT-11, photoresistors, HY-SRF05 with mechanically inverted reading surface providing tank level monitoring, radio-controlled sockets allow pump and fan controls).

Other systems feature components such as vibration detector, pH probe, BMP085,DS1307 RTC.

via [apduino.org], [Apduino on github]

Arduino Blog 15 Nov 12:42

Check Broadway Discounts with tkts Ticker Tape

If you’ve ever been to Times Square in New York City, you’re probably familiar with the tkts booth, which offers discounted Broadway tickets for same-day shows. Using an Arduino with an Ethernet Shield, a Staples Easy Button, and a thermal printer, Chris D’Angelo created a device that prints the current discount for each show. Since tkts doesn’t have a public API, Chris used their iPhone app and a man-in-the-middle proxy called mitmproxy to determine the URL that the app requests to get the latest data. The Arduino requests that URL and parses the response, which is then formatted for output on the serial thermal printer. Nice thinking! I’m definitely adding mitmproxy to my toolset. [via Adafruit]