Giter Club home page Giter Club logo

ishieldarduinolib's Introduction

Hi there 👋

Hi, I'm Vic and I like to build things.

I'm the Chief Technology Officer & Co-Founder of Food for All, the marketplace that connects individuals to tasty meals that otherwise wouldn’t have been sold, creating an extra revenue stream and eco-friendly branding for restaurants. Previously, I worked as a Lead Engineer at Driblet Labs, working on a Smart Water Management IoT solution to track and conserve water.

Also alumni of some major startup accelerators:

Techstars (2019)

Urban-X (2019)

MassChallenge (2018)

👨🏻‍🎓I hold a Bachelor's degree in Computer Hardware Engineering 💻 with a minor in Robotics 🦾 from Tec de Monterrey, Campus Monterrey.

🌐 I'm on the internet:

Twitter

LinkedIn

📰 Interesting Links:

ishieldarduinolib's People

Contributors

viccarre avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

cvirginie pericho

ishieldarduinolib's Issues

iShield and AccelStepper incompatibility

Hi,

I am trying to get a stepper motor and flashing light to work with Bluetooth, but I can't get it all to work together properly. I can get just the motor and light to work together, with the motor rotating correctly.

I can also get the flashing light and Bluetooth to work together, BUT when I add the stepper motor to it, it simply vibrates instead of rotating. There appears to be some incompatibility between the stepper motor and the bluetooth library, but I can't seem to figure it out.

I've tried commenting out everything but the stepper code to get to a baseline where the stepper code is working. Then I've tried uncommenting bit by bit, to see what introduces the issue, and it appears to be the call to ble_begin();

HERE'S THE SAMPLE CODE (uncommenting the ble_begin() statement results in the motor vibrating but not turning):

#include "Boards.h"
#include <SPI.h>
#include <RBL_nRF8001.h>
#include "iShield.h"
iShield myiShield;

#include <AccelStepper.h>

AccelStepper stepper(AccelStepper::FULL4WIRE, 8, 9, 10, 11);

void setup()
{
// Initialize and start BLE library.
// ble_begin();
// Serial.begin(9600);
// ble_set_name((char *)"STEPPER W BLUETOOTH");

Quick Star with Arduino IDE doesn´t work

i realize all the steps like you say, but the problem it´s that the code doesn´t compile, it says to me that require the two libraries that this include #include <Nordic_nRF8001.h>

include <RBL_nRF8001.h> , it doesn´t find it.

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.