Git Product home page Git Product logo

science-journal-arduino's Introduction

Science Journal allows you to gather data from the world around you. It uses sensors to measure your environment, like light and sound, so you can graph your data, record your experiments, and organize your questions and ideas. It's the lab notebook you always have with you.

This sketch is used to make an Arduino that has Bluetooth Low Energy (BLE) capabilities (such as the RedBear BLEND board and the Arduino 101) send data from its pins to Science Journal. The arduinoUno firmware is provided for reference, but does not work because of limited RAM on the Uno.

Building the firmware

This project uses Platform IO. Please refer to Build Guide

Contributing

Please read our guidelines for contributors.

License

Open Science Journal is licensed under the Apache 2 license.

More

Science Journal is brought to you by Making & Science, an initiative by Google. Open Science Journal is not an official Google product.

science-journal-arduino's People

Contributors

dakoner avatar ivankravets avatar jimmycasey avatar nmulcahey avatar precision avatar saisanketh 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

science-journal-arduino's Issues

Unable to compile Obstacle avoidance Sketch to Arduino.

Arduino: 1.8.6 (Windows Store 1.8.14.0) (Windows 10), Board: "Arduino/Genuino Uno"

C:\Users\JP\Desktop\aiyprojects\obstacle_avoiding_robot\obstacle_avoiding_robot.ino: In function 'void loop()':

obstacle_avoiding_robot:45:25: error: 'class Ultrasonic' has no member named 'Ranging'

front_d = ultrasonic.Ranging(CM); // measuring fornt distance  

                     ^

obstacle_avoiding_robot:45:33: error: 'CM' was not declared in this scope

front_d = ultrasonic.Ranging(CM); // measuring fornt distance  

                             ^

C:\Users\JP\Desktop\aiyprojects\obstacle_avoiding_robot\obstacle_avoiding_robot.ino: In function 'void get_d()':

obstacle_avoiding_robot:108:26: error: 'class Ultrasonic' has no member named 'Ranging'

 right_d = ultrasonic.Ranging(CM);     

                      ^

obstacle_avoiding_robot:108:34: error: 'CM' was not declared in this scope

 right_d = ultrasonic.Ranging(CM);     

                              ^

obstacle_avoiding_robot:111:26: error: 'class Ultrasonic' has no member named 'Ranging'

 front_d = ultrasonic.Ranging(CM);     

                      ^

obstacle_avoiding_robot:114:25: error: 'class Ultrasonic' has no member named 'Ranging'

 left_d = ultrasonic.Ranging(CM);  

                     ^

exit status 1
'class Ultrasonic' has no member named 'Ranging'

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

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.