وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

All about Arduino Wireless and the IoT

سرفصل های دوره

A complete course on using your Arduino to communicate data wirelessly


1 - Introduction to Arduino Wireless
  • 1 - Introduction to Arduino Wireless.zip
  • 1 - What this course covers
  • 2 - Inexpensive Hardware and Software requirements
  • 3 - Why Arduino and Resources

  • 2 - Sending and receiving data with the 315Mhz Wireless radio
  • 4 - DHT11.zip
  • 4 - Setting up the 315Mhz Transmitter
  • 5 - Setting up th 315Mhz Receiver
  • 6 - Setting up the Com Ports on the IDE
  • 6 - VirtualWire.zip
  • 7 - SImple send Tx
  • 7 - VirtualWire.zip
  • 7 - github text file for program.zip
  • 8 - Simple receive Rx
  • 9 - setting up the DHT11 Transmitter
  • 10 - Sending basic numeric data over the 315Mhz transmitter
  • 11 - Receiving basic numeric data over the 315Mhz receiver
  • 11 - simple-dht11-rx.zip
  • 12 - VirtualWire library highlights
  • 13 - Sending an array of numeric data over the 315Mhz transmitter
  • 14 - Receiving an aray of numeric data over the 315Mhz receiver

  • 3 - Sending and Receiving data with th nRF2401 Transceivers
  • 15 - RF24-master.zip
  • 15 - Setting up the nRF2401 transceiver
  • 16 - Transmitting a coordinatd blink on th nRF2401
  • 17 - Receiving the coordinated blink message on the nRF2401
  • 18 - Transmitting a data structure from the nRF2401 trasceiver
  • 19 - Receiving a data structure from the nRF2401 Transceiver

  • 4 - The WIZnet5100 TCPIP based Ethernet Shield for Arduino
  • 20 - Setting up the Ethernet shield and Arduino sketch to ThingSpeak
  • 20 - github code.zip
  • 20 - thingspeak website sign up for free account.zip
  • 21 - Modifying the sketch for multiple data points on ThingSpeak

  • 5 - The CC3000 based WiFi network Shiled for Arduino
  • 22 - The WiFI shield WiFi Library specifications and using ThingsSpeak via WiFi
  • 22 - adafruit base webclient code.zip
  • 22 - adafruit examples change adafruit tinysine and spi clockdivider.zip
  • 22 - linksprite examples using tinysine.zip
  • 22 - linksprite on amazon.zip
  • 22 - link to code.zip
  • 23 - Altering our code to pass data from Arduino Wifi to datalogging Thingspeak

  • 6 - The ESP8266 12E WiFi device
  • 24 - Comparing the ESP826601 and the improved 12E WiFi IoT SoC modules
  • 24 - esp8266 acrobotics on amazon.zip
  • 24 - esp8266 community site.zip
  • 25 - Demo of the Breadboard setup for the ESP8266 12E
  • 25 - esp diagram to dht.zip
  • 26 - Useful Instructional and Driver Download for ESP8266 12E
  • 26 - diagram of esp8266 12e.zip
  • 26 - great tutorial and driver link for esp8266 12e.zip
  • 27 - Configuring the Arduino IDE for the ESP and running a simple WiFi scan example
  • 27 - driver to downloaad.zip
  • 27 - esp8266 community site.zip
  • 28 - Connecting to ThingSpeak and uploading your environmental sensor data
  • 28 - link to code for thingspeak and esp8266 dht11on github.zip
  • 28 - thingspeak.zip

  • 7 - Send WiFi data to your Google Sheet
  • 29 - Part 1 Setting up your Google Sheet
  • 29 - github link for gscript.zip
  • 29 - hacksterio writeup of mkr100 project.zip
  • 29 - hackster writeup of esp8266 project.zip
  • 30 - Part 2 Configuring the PushingBox API
  • 31 - Part 3 Checking our work thus far with a URL test
  • 32 - GitHub Link.txt
  • 32 - Hackster Link.txt
  • 32 - Part 4A The Arduino sketch for the ESP826612E
  • 32 - esp8266 12e pinout and tutorial.zip
  • 32 - esp826612e-sketch.zip
  • 32 - gscript.zip
  • 33 - Part4B The Arduino sketch for the MKR1000
  • 33 - gscript.zip
  • 33 - mkr100 hackster writeup.zip
  • 33 - mrk1000-sketch.zip

  • 8 - Send WiFi Data to InitialStatecom
  • 34 - Data logging and graphing on IntialStatecom
  • 34 - esp8266 code for sending data to initial state.zip
  • 34 - mkr1000 code for intiialstate.zip

  • 9 - Losant with JSON and MQTT
  • 35 - Losant with JSON and MQTT Part 1
  • 35 - losant example sketch for esp8266.zip
  • 35 - losant library for mqtt.zip
  • 36 - Losant part 2
  • 37 - Losant Part 3
  • 37 - losant library also found in part 1.zip
  • 37 - losant sketch for esp8266 and dht.zip

  • 10 - Ubidots
  • 38 - Ubidots using REST
  • 38 - github code for ubidots rest.zip
  • 38 - ubidots rest esp8266 library.zip
  • 39 - Ubidots using MQTT
  • 39 - code example for ubidots mqtt.zip
  • 39 - ubidots library for esp8266 with mqtt.zip

  • 11 - Send WiFi Data to theThingsio using MQTT
  • 40 - Using MQTT for IoT Data with theThingsio
  • 40 - code for the esp8266 to thethingsio using mqtt.zip

  • 12 - Send an Email and Text with Arduino ESP8266 over WiFi
  • 41 - Setting up the parameters on IFTT parameters
  • 41 - esp8266-ifttt.zip
  • 42 - Program the Arduino Sketch ESP8266
  • 43 - Arduino MKR1000 to IFTTT
  • 43 - github link for mkr1000 to ifttt.zip

  • 13 - Setting up Bluetooth to work with Arduino and Android
  • 44 - Wiring Bluetooth to Arduinio and setting RX and TX
  • 45 - Receiving Bluetooth from Android and PC serial logging
  • 45 - great bluetooth terminal for andriod.zip

  • 14 - Datalogging to an SD card
  • 46 - Seting up the SD card to Arduino hardware and wiring
  • 47 - Code the receiver to log data without a computer using a SD card readerwriter

  • 15 - Datalogging to a Serial monitor
  • 48 - Using Putty to log data
  • 48 - putty.zip
  • 49 - Using Tera Term to log data
  • 49 - download of tera term.zip

  • 16 - Section Quizs
  • 1 - Quiz on 315MHz Wireless.html
  • 2 - Quiz on Nordic Radio 2401.html
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 10545
    حجم: 2421 مگابایت
    مدت زمان: 355 دقیقه
    تاریخ انتشار: 8 اردیبهشت 1402
    دیگر آموزش های این مدرس
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید