A REST API for Arduino & the CC3000 WiFi Chip

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2024

ความคิดเห็น • 21

  • @openhomeautomation
    @openhomeautomation  10 ปีที่แล้ว

    ▶ A REST API for Arduino & the CC3000 WiFi Chip - TH-cam buff.ly/1fZREgs

  • @marsgoonbars
    @marsgoonbars 10 ปีที่แล้ว +2

    Awesome. I've been looking for a starting point to make a shift from software development into some hardware and you've nailed it.

  • @Litell0
    @Litell0 9 ปีที่แล้ว

    I had a problem on my arduino mega2560 connected with an ethernet shield, i couldn't execute fonctions which were working more than 3 seconds via the API REST. Actually, I used "delay". I didn't understand why it didn't works, but it was finally the watchdog.
    I disabled it and it worked fine :) . I didn't pay attention first to the watch dog because it is used to cancel infinite loops, but it considered my "3 seconds loop" as an "infinite loop" ;)
    Super vidéo, très claire et bien expliquée! ;)

  • @SoumilShah
    @SoumilShah 8 ปีที่แล้ว

    Dear sir your
    library i copied in arduino
    But wen i upload code its shows error

  • @meghakim5982
    @meghakim5982 8 ปีที่แล้ว +1

    hello I would like to complete IDE program when possible thanks

  • @sasukenebe100
    @sasukenebe100 9 ปีที่แล้ว +1

    ive read the cc3000 has serious connectivity issues, and needs to be constantly restarted?

    • @openhomeautomation
      @openhomeautomation  9 ปีที่แล้ว

      +av b Indeed, this is why the code now includes the watchdog to reset the board in case it gets stuck :)

  • @default_youtube_profile
    @default_youtube_profile 7 ปีที่แล้ว

    Can you please share cc3000 and UNO fritzing ?

  • @ahmadharithzakuanmohdnoh72
    @ahmadharithzakuanmohdnoh72 9 ปีที่แล้ว

    hai~im using cc3000 conencted with arduino uno, the problem is when i enter serial monitor on my cc3000 sketch, it only appeared "initializing..." is it because of my code?or any solution?because this is for my final year project

  • @Herone01
    @Herone01 10 ปีที่แล้ว

    Great video Marco! I'm working on something similar to this, and this would be a great start point to keep on. Now i'm using a telnet client to control my system.
    It's possible to make a webpage with javaScript or html and make it send the request by pushing a button?
    cheers!

    • @openhomeautomation
      @openhomeautomation  10 ปีที่แล้ว +1

      Hello Luiz, that's actually what I am currently working on, based on Node.js. You can check out one implementation on this article: www.openhomeautomation.net/arduino-wifi-switch/

  • @rajasekard3665
    @rajasekard3665 7 ปีที่แล้ว

    Hi, Can you tell me how to find the Arduino device ID which you typed in the arrest dashboard while creating device?

    • @openhomeautomation
      @openhomeautomation  7 ปีที่แล้ว

      Hi, it's up to you to set the ID that you want :)

  • @Annutron
    @Annutron 9 ปีที่แล้ว

    hey , i am using arduino r3 with cc3000 , and i have used all IDE 1.0.1--1.0.2--1.0.4--1.0.6 .
    All programs do compile but in all serial port output window it shows "no wifi shield present " , can you help

    • @openhomeautomation
      @openhomeautomation  9 ปีที่แล้ว

      Amit Verma I recommend using the 1.5.7 Arduino IDE, that you can find here: arduino.cc/en/Main/OldSoftwareReleases

  • @Giura
    @Giura 10 ปีที่แล้ว

    Hi, i'm using the rest api with CC3000 and Arduino uno but it only works for a couple of request that the api looks like it's reconnecting in serial monitor and cc3000 stops respondig to get request. Any idea about this behavior?

    • @openhomeautomation
      @openhomeautomation  10 ปีที่แล้ว

      Giura Andrei Thanks for using the aREST API! Make sure you have the latest version of the library at @marcoschwartz/aREST and also make sure that you are compiling with Arduino 1.5.7 or more recent. Let me know if it helps!

  • @hpsamir
    @hpsamir 9 ปีที่แล้ว

    is there a list of the webserver commands that i can use

    • @openhomeautomation
      @openhomeautomation  9 ปีที่แล้ว

      samer faidi Sure! Have a look at: github.com/marcoschwartz/aREST

  • @mattdathew2794
    @mattdathew2794 10 ปีที่แล้ว

    i luv this guy