Giter Site home page Giter Site logo

sixfab / tinylab Goto Github PK

View Code? Open in Web Editor NEW
72.0 28.0 48.0 6.85 MB

tinylab : prototype easier than ever

Home Page: https://sixfab.com/product/tinylab-exclusive-kit/

License: GNU General Public License v2.0

C 3.71% C++ 17.38% Processing 0.22% Makefile 0.08% CSS 0.63% Python 0.12% Shell 0.01% Elixir 0.01% XSLT 0.03% HTML 76.85% JavaScript 0.97%

tinylab's Introduction

tinylab

tinylab : prototype easier than ever

tinylab's People

Contributors

andreneedham avatar eguven avatar felixgeyer avatar gmacario avatar saucompeng avatar selengalp avatar skoky 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tinylab's Issues

tinylab_test_code fails to compile

Tested with Arduino 1.8.2 (Windows 10) and the following libraries loaded by the Arduino Library Manager:

  • DS1307RTC Version 1.4.0
  • LedControl Version 1.0.6
  • LiquidTWI2-master Version unknown (from https://github.com/lincomatic/LiquidTWI2)
  • RF24 Version 1.3.0
  • RotaryEncoder Version 1.1.0
  • SdFat Version 1.0.3
  • Time Version 1.5.0
  • extEEPROM Version 3.3.5
Arduino: 1.8.2 (Windows 10), Board: "Arduino Leonardo"

In file included from D:\data\github\sixfab\tinylab\test_code\tinylab_test_code\tinylab_test_code.ino:30:0:

C:\Users\gmacario\Documents\Arduino\libraries\DS1307RTC/DS1307RTC.h:19:22: error: 'tmElements_t' has not been declared

     static bool read(tmElements_t &tm);

                      ^

C:\Users\gmacario\Documents\Arduino\libraries\DS1307RTC/DS1307RTC.h:20:23: error: 'tmElements_t' has not been declared

     static bool write(tmElements_t &tm);

                       ^

tinylab_test_code:41: error: 'tmElements_t' does not name a type

 tmElements_t tm;

 ^

D:\data\github\sixfab\tinylab\test_code\tinylab_test_code\tinylab_test_code.ino: In function 'void setup()':

tinylab_test_code:119: error: expected primary-expression before ')' token

     if (RTC.write(tm)) {

                     ^

D:\data\github\sixfab\tinylab\test_code\tinylab_test_code\tinylab_test_code.ino: In function 'void loop()':

tinylab_test_code:377: error: expected primary-expression before ')' token

       if(RTC.read(tm)){

                     ^

tinylab_test_code:380: error: expected primary-expression before '.' token

     lcd.print(tm.Hour);

                 ^

tinylab_test_code:382: error: expected primary-expression before '.' token

     lcd.print(tm.Minute);

                 ^

tinylab_test_code:384: error: expected primary-expression before '.' token

     lcd.print(tm.Second);

                 ^

tinylab_test_code:447: error: 'twiClock400kHz' was not declared in this scope

        uint8_t eepStatus = eep.begin(twiClock400kHz);

                                      ^

D:\data\github\sixfab\tinylab\test_code\tinylab_test_code\tinylab_test_code.ino: In function 'bool getTime(const char*)':

tinylab_test_code:664: error: expected unqualified-id before '.' token

   tm.Hour = Hour;

     ^

tinylab_test_code:665: error: expected unqualified-id before '.' token

   tm.Minute = Min;

     ^

tinylab_test_code:666: error: expected unqualified-id before '.' token

   tm.Second = Sec;

     ^

exit status 1
'tmElements_t' does not name a type

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Tinylab - Software Serial

Hello,

I wanted to ask whether it is possible to use the SoftwareSerial library in tinylab? Most of the pins are occupied, so I couldn't managed to use the library. I hope you have an advice.

Müge

Serial1 was not declared

Hi

im getting:
twitter:45: error: 'Serial1' was not declared in this scope
Serial1.begin(115200);

any ideas?

License

Hi,

I notice your project in indiegogo. You mention that license is CC-BY-SA in campaign website. As far as I see in license file it is licensed under CC-BY not CC-BY-SA.

So can you clarify that which license is valid for project.

Thanks,

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.