Go to advanced search

by sony8943
Fri Apr 17, 2020 5:01 am
Forum: Español
Topic: Mediacenter + Emuladores + Juegos PC Steam para Raspberry
Replies: 572
Views: 423693

Re: Mediacenter + Emuladores + Juegos PC Steam para Raspberry

Hola, tengo raspberry pi 3 y ejecuto kodi 18.6 con 3 add pytz, plexus y sopcastro. Abro por ejemplo 1 chanel y él dice que la carga del plexo inicializada falló. ¿Qué configuración debo hacer en frambuesa pi y kodi? Hello I have raspberry pi 3 and I run kodi 18.6 with 3 add pytz ,plexus and sopcastr...
by sony8943
Tue Apr 23, 2019 5:34 am
Forum: General discussion
Topic: use sleep() or alternate timers in NodeJS
Replies: 1
Views: 545

use sleep() or alternate timers in NodeJS

Hello i want to insert delay or sleep time between the gpio pin but when i pres V1 appears this error on terminal. how to put the proper command delay or sleep time var Blynk = require('blynk-library'); var Gpio = require('onoff').Gpio; var led1 = new Gpio(27, 'out'); var led2 = new Gpio(18, 'out');...
by sony8943
Tue May 15, 2018 4:17 am
Forum: Troubleshooting
Topic: MP3 will not play from python script run at boot
Replies: 4
Views: 1066

Re: MP3 will not play from python script run at boot

Hello someone find how to run mp3 audio python script on boot
by sony8943
Wed Apr 18, 2018 8:11 am
Forum: Automation, sensing and robotics
Topic: bluetooth proximity car
Replies: 9
Views: 1353

Re: bluetooth proximity car

and how to add extra address bluetooth
by sony8943
Wed Apr 18, 2018 5:38 am
Forum: Automation, sensing and robotics
Topic: bluetooth proximity car
Replies: 9
Views: 1353

Re: bluetooth proximity car

thank you a lot its working fine
i am not connect relay, only 2 pnp transistor bd 138 and i try to find this python script to run automatic when i open raspberry pi with schedule program ( 22:00 to 4:00 the program will shout off) and day is (4:10 to 21:50)
by sony8943
Tue Apr 17, 2018 4:43 pm
Forum: Automation, sensing and robotics
Topic: bluetooth proximity car
Replies: 9
Views: 1353

Re: bluetooth proximity car

i try but is not working
by sony8943
Tue Apr 17, 2018 3:53 pm
Forum: Automation, sensing and robotics
Topic: bluetooth proximity car
Replies: 9
Views: 1353

Re: bluetooth proximity car

thanks pcmanbob i check i connect 2 led on in pin 17 one in pin 18 its working very good ;but is stay 2 sec open after 10 sec off just i need once to give 2 sec and stay off forever; so i need to find a timer push button to pres continuu ( or switch) and give 2 sec signal to another gpio pin
by sony8943
Mon Apr 16, 2018 4:38 pm
Forum: Automation, sensing and robotics
Topic: bluetooth proximity car
Replies: 9
Views: 1353

bluetooth proximity car

#!/usr/bin/python import bluetooth import time import RPi.GPIO as GPIO GPIO.setmode(GPIO.BCM) RELAY = 17 GPIO.setup(RELAY, GPIO.OUT) while True: print "Checking " + time.strftime("%a, %d %b %Y %H:%M:%S", time.gmtime()) result = bluetooth.lookup_name('78:7F:70:38:51:1B', timeout=5) if (result != Non...

Go to advanced search