(LEGACY - not compatible with the current platform) Blynk an LED on Raspberry Pi

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 เม.ย. 2017
  • Important: This tutorial uses a legacy Blynk app that is no longer developed or supported. The flow described here will not work in the current version of the app.
    Please see the links to the new Blynk platform below. Legacy users need to create a new account to use the new platform.
    Blynk.Console (web dashboard): blynk.cloud/dashboard/register
    Download Blynk mobile apps:
    - iOS: apps.apple.com/us/app/blynk-i...
    - Android: play.google.com/store/apps/de...
    New documentation: docs.blynk.io/en/
    Have questions? Ask at our forum:
    community.blynk.cc
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @samsiegel9056
    @samsiegel9056 5 ปีที่แล้ว +2

    Thanks!!!! This was very useful! At first I was watching the one you made for Blynk and Arduino.....then realized my mistake. This was very helpful!

  • @yansantos6421
    @yansantos6421 2 ปีที่แล้ว

    BR - Ótimo vídeo explicativo. Parabéns :)

  • @owenvinall9970
    @owenvinall9970 4 ปีที่แล้ว +1

    Hi Anna. Excellent video. I have subscribed and setup my Local Blynk server last night which is working fine. Please keep doing the videos. Just ignore the few bad .....

  • @turningnull2538
    @turningnull2538 3 ปีที่แล้ว +1

    Da comrade, great help for setup my automatic project of robotics!

  • @Elettronica-xt7nm
    @Elettronica-xt7nm 5 ปีที่แล้ว

    Magnificent video tutorial. I wanted to ask if this procedure could also be used on the Orange Pi PC.

  • @VinodKumar-kw6iw
    @VinodKumar-kw6iw 6 ปีที่แล้ว

    It was Awesome anna....let me get more videos on this from you

  • @kuchnaya4890
    @kuchnaya4890 7 ปีที่แล้ว +1

    so sweet of you

  • @afif-tech2673
    @afif-tech2673 4 ปีที่แล้ว

    you are awesome and I like your tutorial

  • @gabrielgetachew9849
    @gabrielgetachew9849 5 ปีที่แล้ว

    Working Perfectly ;)

  • @sherifmomtaz2425
    @sherifmomtaz2425 2 ปีที่แล้ว

    Very good

  • @TheHimanshirocks
    @TheHimanshirocks 5 ปีที่แล้ว

    I am having issue regarding the onoff module. Is thee an alternate to it?

  • @tonicardona9199
    @tonicardona9199 4 ปีที่แล้ว

    thanks for this video. Can I use it for Raspberry Pi4?

  • @user-jq1ml7yx4t
    @user-jq1ml7yx4t 4 ปีที่แล้ว

    Beautiful!

  • @Kurokun00
    @Kurokun00 6 ปีที่แล้ว

    Hey, how about data streaming from the Raspberry Pi?

  • @HeibertJ
    @HeibertJ 6 ปีที่แล้ว +28

    I can`t understand not even a word of what you are saying. Because you`re too beautiful even to my ears.

  • @minidgreat
    @minidgreat 6 ปีที่แล้ว

    Having trouble running index.js. And your video is not clear enough about the installation of onoff and blynk-library. You run the command and dont show the result that i can match with mine.

  • @ahmedmusawir738
    @ahmedmusawir738 5 ปีที่แล้ว

    Does anyone know how I can add a slider widget to this code so I can adjust the brightness of the LED via Blynk? If so, please share the code.

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

    This video helped me so much! Thank you!
    BTW, the code you show to turn the LED on and off is not in the description (unless I am just missing something). There isn't a tutorial anywhere on the web using buttons as switches in Javascript on the Pi.

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

      Code example could be found here - help.blynk.cc/hardware-and-libraries/node-js/how-to-install-nodejs-library-on-linux

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

      Dmitriy Dumanskiy except that it isn't. The code used in the example in the video contains an if statement that doesn't seem to be documented anywhere. Being able to read the param[status] is a very helpful thing to do!

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

      Agree. You are right.

    • @ragudude
      @ragudude 6 ปีที่แล้ว +2

      var Blynk = require('blynk-library');
      var Gpio = require('onoff').Gpio;
      var led = new Gpio(18, 'out');
      var AUTH = 'ebdc894dclOaa47ff9e6dac028d789b32';
      var blynk = new Blynk.Blynk(AUTH);
      var v0 = new blynk.VirtualPin(0);
      v0.on('write', function(param) {
      if (param[0] == '1') {
      led.writeSync(1);
      } else {
      led.writeSync(0);
      }
      console.log('V0:', param[0]);
      });

    • @ragudude
      @ragudude 6 ปีที่แล้ว +1

      Haven't tested it's success. I print-screened from the video, and converted the image to text. Good Luck!

  • @osoconfesoso9640
    @osoconfesoso9640 7 ปีที่แล้ว +1

    please, more proyects with nodeMCU
    great vidios

  • @vimaljose1725
    @vimaljose1725 5 ปีที่แล้ว

    what is the diff. between virtual button and digital button

  • @jalalwadood6519
    @jalalwadood6519 5 ปีที่แล้ว

    please make a blynk bridge tutorial (board to board)

  • @herantd
    @herantd 6 ปีที่แล้ว +3

    Even after following this slavish I getting this:
    No direct pin operations available.
    Maybe you need to install mraa or onoff modules?

    • @AER0VATION
      @AER0VATION 4 ปีที่แล้ว

      Got the same error. Couldnt figure it out

    • @sanjana27
      @sanjana27 4 ปีที่แล้ว

      Yes. even three years later. This problem still exists. I couldn't find a solution anywhere.

    • @herantd
      @herantd 4 ปีที่แล้ว

      ​@@sanjana27 learn about websockets/socketio and create your own environment. Life is so much easier now

  • @pavankumar693
    @pavankumar693 6 ปีที่แล้ว

    How can we send dht 11 data to blynk using raspberrypi

  • @Krishna.intelligence6047
    @Krishna.intelligence6047 3 ปีที่แล้ว +1

    Can I use the raspberry Pi 4

  • @reneljoshuaarca2751
    @reneljoshuaarca2751 3 ปีที่แล้ว +1

    Why so cuteee

  • @ahmedsaman3070
    @ahmedsaman3070 7 ปีที่แล้ว +1

    😍cool

  • @TheRESMAT
    @TheRESMAT 5 ปีที่แล้ว

    Is local server in raspberry pi 3b?

  • @prasannam5469
    @prasannam5469 6 ปีที่แล้ว +4

    Hi, I followed the instructions in the video. But I end up getting an error "No direct pin operations available. May be you need to install mraa or onoff modules?" Followed other instructions from the forum which use GitHub repository, but in vain. Could you help me pls?

    • @blynk
      @blynk  6 ปีที่แล้ว

      Did you try to install these modules?
      It's better if you post to community.blynk.cc

    • @prasannam5469
      @prasannam5469 6 ปีที่แล้ว

      Yes, I have installed them. But not successful. I'll continue searching/posting in community. Thanks for the reply.

    • @simiali2
      @simiali2 6 ปีที่แล้ว

      Hi, I am having the same problem and can't seem to find the answer. Did you solve yours?

    • @prasannam5469
      @prasannam5469 6 ปีที่แล้ว

      Hi there! As I was new to node.js, I preferred to stick with python instead. There are people working on python scripts to connect your Rpi to Blynk server(Including local server connection). Check GitHub projects on Blynk-python scripts. Hope it helps :)

    • @blynk
      @blynk  6 ปีที่แล้ว +1

      You need to install onoff module

  • @dgiri2333
    @dgiri2333 5 ปีที่แล้ว

    where i need to changes for local server

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

    is raspberry pi zero W supported?

  • @denishd4706
    @denishd4706 7 ปีที่แล้ว +1

    It's a great project ! :D I

  • @sonokhan6101
    @sonokhan6101 5 ปีที่แล้ว

    how to install blynk c++ library on raspberry pi?

  • @jackg.4559
    @jackg.4559 6 ปีที่แล้ว

    hello, missing a pass, how do you open (var blynk = required ("blynk-library")) ?? Thanks for your help!

    • @blynk
      @blynk  6 ปีที่แล้ว

      could you please clarify your question here: community.blynk.cc.
      Thanks!

  • @heshar3584
    @heshar3584 5 ปีที่แล้ว

    mmm can someone explain why im having Error: connect ECONNREFUSED 188.166.206.43:8441

  • @aravindravindranatha4260
    @aravindravindranatha4260 5 ปีที่แล้ว

    Hi I would like to write a code in python that works with Blynk can you please help me

  • @boxout2008
    @boxout2008 4 ปีที่แล้ว +2

    if anyone encountered error in "sudo npm install onoff -g" command to install the onoff library, use this instead "sudo npm install --unsafe-perm -g onoff"

    • @batiste5028
      @batiste5028 4 ปีที่แล้ว

      thank,you help me !!!!!!

    • @johnwood6245
      @johnwood6245 4 ปีที่แล้ว

      Thanks this happened to me on a RPI 4 and this fixed it

    • @boxout2008
      @boxout2008 4 ปีที่แล้ว

      @@johnwood6245 I'm glad I can help :-)

    • @boxout2008
      @boxout2008 4 ปีที่แล้ว

      @@batiste5028 Cool! :-)

    • @boxout2008
      @boxout2008 4 ปีที่แล้ว

      @@batiste5028 welcome.

  • @debjyotiroychowdhury1328
    @debjyotiroychowdhury1328 7 ปีที่แล้ว +2

    More videos about node mcu

  • @pavankumar693
    @pavankumar693 5 ปีที่แล้ว

    Why no videos uploaded???

  • @uditsharma4732
    @uditsharma4732 5 ปีที่แล้ว +1

    Its showing, bash: npm: command not found, when i am doing npm -v.
    Please help as soon as possible.

  • @iamamaker7096
    @iamamaker7096 2 ปีที่แล้ว

    Can you make arduino portenta your project?

  • @kenarf3332
    @kenarf3332 3 ปีที่แล้ว +1

    I can't connect via ssl "not authorised

  • @castledelmar5441
    @castledelmar5441 3 ปีที่แล้ว

    Hi anna,
    Can you demonstrate like a example of ANALOG input with control outputs for LED pwm? if you have a little time. thanks in advance, shout out to @demitrey & blynk...

  • @iamamaker7096
    @iamamaker7096 2 ปีที่แล้ว +1

    CAN I MAKE IT ON RASPBERRY Pİ 4?

  • @mrvegas06
    @mrvegas06 4 ปีที่แล้ว +1

    So cute...

  • @karthikappana781
    @karthikappana781 5 ปีที่แล้ว +6

    I am having a problem where it says npm is not a command

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

    how to make it run at boot? I've been searching for a solution on how to do it but non of them solutions seems to work can you help me?

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

      You can search our form for similar topics
      community.blynk.cc

  • @beattobeat348
    @beattobeat348 4 ปีที่แล้ว

    how to controll web cam wit rasberry pi

  • @MinhNguyen-sk8jg
    @MinhNguyen-sk8jg 3 ปีที่แล้ว

    I can't execute this command "sudo npm install -g" I get a "sudo: npm: command not found error everytime " anyone know why that is?

  • @Thekeza15
    @Thekeza15 5 ปีที่แล้ว +1

    Can I use blynk with raspberry pi 3 B + ??????

    • @lars8254
      @lars8254 5 ปีที่แล้ว

      yes you can

  • @KB0WXR
    @KB0WXR 2 ปีที่แล้ว

    this doesn't work anymore- get errors during install and when you try to connect- SSL not authorized.

  • @AER0VATION
    @AER0VATION 4 ปีที่แล้ว

    Everytime I try to install the blynk library to my pi3, it says sudo: npm: command not found. Tips??

    • @AER0VATION
      @AER0VATION 4 ปีที่แล้ว

      Nvm fixed it. But now its saying this error: no direct pin operations availiable: maybe you need to install mraa or onoff modules. Even though I made sure thier installed and up to date

    • @MinhNguyen-sk8jg
      @MinhNguyen-sk8jg 3 ปีที่แล้ว

      @@AER0VATION how did you fix this sudo: npm: command not found?

  • @sweetfood9551
    @sweetfood9551 4 ปีที่แล้ว

    Mam help me

  • @bamsgian9759
    @bamsgian9759 3 ปีที่แล้ว

    As you can see.
    Ana is pretty

  • @evilrobot6023
    @evilrobot6023 5 ปีที่แล้ว +4

    Hmmm 1:42 "Im connecting the Raspberry pi to my router using USB cable" lol i thought those things are called Ethernet cables

  • @eitolo
    @eitolo 6 ปีที่แล้ว

  • @flickmew99
    @flickmew99 3 ปีที่แล้ว

    she's taken guys

  • @winhtut1187
    @winhtut1187 6 ปีที่แล้ว +1

    i cant understand any words that you said because i cant focus on your tutorial ..............

  • @artart-lp9tl
    @artart-lp9tl 6 ปีที่แล้ว

    cute

  • @unknown-vq1gj
    @unknown-vq1gj 5 ปีที่แล้ว +1

    Комьюннист ИНГЛИЖ

    • @turningnull2538
      @turningnull2538 3 ปีที่แล้ว

      Да товарищ, we have "Blyatful" tech 😂

  • @anupkumarsingh8860
    @anupkumarsingh8860 5 ปีที่แล้ว

    you are so beautiful that I can not blynk my eyes!!

  • @DerKritiker11880
    @DerKritiker11880 6 ปีที่แล้ว

    Instagram?

  • @TheTechieAbhishekS
    @TheTechieAbhishekS 3 ปีที่แล้ว

    Sorry that I can't take my eyes away from you

  • @OpenSourceOnly
    @OpenSourceOnly 3 ปีที่แล้ว

    Is Anna single??

  • @liviuambrus7411
    @liviuambrus7411 4 ปีที่แล้ว +1

    Your explanation is a bit weak

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

    waste of time don't watch these videos because no replies to the comments and since it is official blynk channel they don't no how to treat the subscribers,its better to watch other videos atleast we will get some replies to the comments!!

    • @blynk
      @blynk  7 ปีที่แล้ว +12

      Actually each of your comments was replied. Do you even read them? Sorry dude, but we can't write a code for you, especially since all the information is available online.

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

      yes you are right! i have already read your comments, but you would have suggested me the link for codes which are available on websites, finally i got it on blynk community itself thanks for the reply sorry if you people felt wrong i am a beginner.