-
Recent Posts
- Calliope mini 2.0 – Flash Memory for 20 programs
- Calliope mini as a maker tool
- 3D Modeling for 3D Printing
- Powering Arduino from a Capacitor
- Crappy Arduino M0+ Pro
- How to flash an Arduino over the Air with Bluetooth
- Control your Arduino with Scratch over Bluetooth
- There shall be sensors, Mysensors…
- How to fire an IFTT Event with a custom http request
- Waking up an Arduino with Input from a Sensor
Recent Comments
- re:cap "Finding Europe with Lights" - ubirch.blog on Building a cellular tracker: Part0 – Why future IoT Devices might run on GSM and not Wifi
- Rohit Singh on Drone with Raspberry and Arduino/Multiwii (part 1)
- themikemachine on Building a cellular tracker: Part4 – Which cloud-service to chose for storing the data
- quadrocopterversicherung.com on Drone with Raspberry and Arduino/Multiwii (part 1)
- Malcolm on Waking up an Arduino with Input from a Sensor
Archives
Categories
- Follow Making connected stuff on WordPress.com
Blogroll
Monthly Archives: June 2015
How to fire an IFTT Event with a custom http request
Recently the guys from IFTT integrated a new way to trigger events – now you can call the platform with so called “Maker Events”, which are basically customizable http/api requests. Find more details here: iftt.com/maker The request looks like this: https://maker.ifttt.com/trigger/plant_thirsty/with/key/[your key] … Continue reading
Posted in Allgemein
Leave a comment
Waking up an Arduino with Input from a Sensor
Currently i am investigating ways to wakeup an Arduino out of deep sleep mode with an IRQ Event. If you think of low power standalone measurement applications, this can be very interesting, because the board can sleep with very low … Continue reading