Giter VIP home page Giter VIP logo

new_funky's Introduction

Funky v2

The Funky v2 is a miniature Arduino Leonardo clone with RFM12B module, intended for low power, battery operated remote node. Due to the miniature size, only few carefully selected pins are available as a side header, none the less that is more than sufficient to interface several sensors at a time.

Having gained experience with my Funky v1 project, I decided to create a new version. The project is a success, yet the areas I wanted to optimize are

The Attiny84 MCU that was used in the Funky v1 has limited RAM and sketch memory The Attiny84 requires an ISP programmer for sketch uploading The Attiny84 required a modified Arduino core Many of the available Arduino libraries are not compatible with Attiny84 So the Funky v2 was created, see my posts here , here and here

Board size is mere 22×22.8mm (0.87″x0.89″) in size (same as Funky v1) The MCU used in an Atmega32U4, the same MCU that Arduino Leonardo uses. This makes the Funky v2 a minuature Arduino Leonardo compatible board with RFM12b module The Funky v2 has the Caterina bootloader, so programming is done with Arduino IDE via micro USB Uses external 8Mhz crystal (can switch to internal RC clock in software as described here) Operates on 3.3V

Read more http://harizanov.com/wiki/wiki-home/funky-sensor-v2/

Licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

new_funky's People

Contributors

mharizanov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

new_funky's Issues

compilation failure with Funky_DHT22_plus_powersave.ino

Hello,
Many thanks for sharing all your work !
const declaration is missing on line 403
char helpText1[] PROGMEM =
should be
const char helpText1[] PROGMEM =
with this correction everything works perfectly on your wonderfull funky-v3 ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.