Ir para conteúdo
View in the app

A better way to browse. Learn more.

EletrônicaBR.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

alex picao

Membros
  • Registrado em

  • Última visita

  • Créditos EBR

    1
  1. bom dia ficou meio confuso ajudar o amigo no projeto falta detalhes para que alguem possa ajudar ok lembrando que os valores. 0xE0E020DF sao gerados por cada tecla do controle remoto ok, abra o munitor serial: na sketch do arduino e veja os valores .ok espero ajudar de qualquer forma. /* * IRremote: IRrecvDemo - demonstrates receiving IR codes with IRrecv lembrando que os valores * An IR detector/demodulator must be connected to the input RECV_PIN. * Version 0.1 July, 2009 * Copyright 2009 Ken Shirriff * http://arcfn.com buton 1:0xE0E020DF butao 2:0XE0E0A05F botao 3:E0E0609F botao 4:E0E010EF */ #include <IRremote.h> int RECV_PIN = 11; const int led = 13; IRrecv irrecv(RECV_PIN); decode_results results; void setup() { Serial.begin(9600); pinMode(led,OUTPUT); irrecv.enableIRIn(); // Start the receiver } void loop() { if (irrecv.decode(&results)) { Serial.println(results.value, HEX); irrecv.resume(); // Receive the next value if(results.value==0XE0E020DF){ digitalWrite(led,HIGH); } if(results.value==0XE0E0A05F){ digitalWrite(led,LOW); } } delay(100); }
  2. estou com esta tv cce c420 que nao sai de stand by ja verifiquei todas as tensoes da fonte e as mesma estao ok ja na placa principal verifiquei que me falta a tensao do bl on por esse motivo nao acende o backlight, desde de ja agradeço se alguem puder me dar uma dica por favor nao venha me dizer para trocar a a placa principal estou tentando consertar a mesma
  3. conheci EletrônicaBR nas pesquisas no google sou tecnico em eletronica a 30 anos

Account

Navigation

Pesquisar

Pesquisar

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.