Carles Albàs
Carles Albàs
  • 6
  • 28 146
Central heating remote control with an ESP32.
That's a simple project I made to control our central heating over the internet with an ESP32.
มุมมอง: 1 102

วีดีโอ

Exploring an abandoned military base in Athens
มุมมอง 4864 ปีที่แล้ว
In this video I show some footage I have of an interesting, seemingly military facility I found on top of a mountain in my trip to Athens.
Fixing my grandfather's radio. (1962 Philips B4E25A)
มุมมอง 4294 ปีที่แล้ว
In this video I fix my grandfather's old radio.
Cleaning my Amstrad CPC464
มุมมอง 2464 ปีที่แล้ว
In this video I disassemble my Amstrad CPC464 and give it a good clean.
How to make a keylogger that connects via Tor
มุมมอง 1834 ปีที่แล้ว
In this video I show you a very simple keylogger that sends the keystrokes to your hidden service via the Tor network. For educational purposes only. I am not endorsing any kind of illegal activity.
Arduino cruise control for my car
มุมมอง 26K4 ปีที่แล้ว
In this video I show my simple yet functional cruise control system for my car. I used an Arduino Nano and a custom designed interface to read the speed of the car and simulate the throttle input. Source code and schematic: github.com/SantiagoDelEstero/autocruise

ความคิดเห็น

  • @riouaxel148
    @riouaxel148 หลายเดือนก่อน

    Nice job ! is it still fonctional 5 years later ? Is it smooth on non flat road ? I notice that all your arduino code do is read the wheel speed every 500ms and adapt the throtle sensor at the same interval. I think you can significantly increase smooth by using a PID regulation , especially when the road begin to climb , with a good PID seting it should instantly put 100% or 0% throtlle when needed. If think of doing the same , but there is no flat lands where i live so i've got to think about that lol

  • @TDPalioG3queaFiatNaoFez-zf9sg
    @TDPalioG3queaFiatNaoFez-zf9sg 3 หลายเดือนก่อน

    boa sou aki do brasil vc ligou no sensor de velocidade??

  • @bartekpoznan
    @bartekpoznan 4 หลายเดือนก่อน

    fantastic! i thing that CANBUS is response for engine speed control :)

  • @andersonmanfredini
    @andersonmanfredini 5 หลายเดือนก่อน

    Hello, friend congratulations on the project, I am a student here in Brazil would like to use your scheme, would you like to make available or design of the license plate?

  • @dasprasanjit_07
    @dasprasanjit_07 6 หลายเดือนก่อน

    carlesalbas2844 Hey can you please share me the link of the site where you bought this PCB Board ?

  • @REVIEW_JUJUR
    @REVIEW_JUJUR 6 หลายเดือนก่อน

    *Your car using DrivebyWire, mine still using single direct cable from pedal to throttlebody. Gonna use some servo…*

  • @ajaysinhvainsh3269
    @ajaysinhvainsh3269 ปีที่แล้ว

    I have some doubts,why u cut lcd wire(grey and orange) ?

  • @m.junaidmasoodkhan6722
    @m.junaidmasoodkhan6722 ปีที่แล้ว

    Please send PCB drawing

  • @AloknandRavishankar
    @AloknandRavishankar ปีที่แล้ว

    Hi. Have you tried doing this using speed information from OBD? We can also read the break pedal value from OBD

    • @contactmsr
      @contactmsr 6 หลายเดือนก่อน

      Hye ! you got it working ? can we join ?

  • @thephysicsflight7841
    @thephysicsflight7841 ปีที่แล้ว

    Hey there! Thanks for making and sharing this project with us... it's really full of information... I have a doubt and that is: how many pulses from the speed sensor are considered as one rotation of the wheel in this project...?

  • @bendavis1215
    @bendavis1215 ปีที่แล้ว

    I've been thinking of doing a very similar project for my fiesta, have you considered adding an extra relay for accelerator pick up whilst in cruise mode so you can still accelerate manually above the cruise limit, using the analogue inputs of the arduino

  • @batterynerd8779
    @batterynerd8779 ปีที่แล้ว

    Hi, it would be very interesting to see your code. Did you just do an if loop and if actual speed < setspeed, than throttle 100%? Wouldn’t that be very uncomfortable to drive?

  • @m.junaidmasoodkhan6722
    @m.junaidmasoodkhan6722 ปีที่แล้ว

    can we take vehicle speed input from OBD2 ? if possible what changes to be required in Arduino program?

  • @m.junaidmasoodkhan6722
    @m.junaidmasoodkhan6722 ปีที่แล้ว

    Hello, it's very interesting project. Thanks for sharing in detail. Can you please add details of wheel speed sensor and it connection? Secondly, if we connect wheel speed sensor with cruise control how ABS will react? Please comment, thanks

  • @wsip82
    @wsip82 ปีที่แล้ว

    Hello, can you send me the program? Greetings!

  • @wsip82
    @wsip82 ปีที่แล้ว

    Very well done man! I want to do the same in my 2002 xsara picasso, greetings from Poland!

  • @madoo0100
    @madoo0100 ปีที่แล้ว

    thx bro ineed to do it for my car nissan sunny at 2016 is it different

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

    Nice job 👏 I was planning something similar to do with electronic pedal . Sadly due to lack of time the project sits on a shelf :-) Just an idea cause I used in the past a waeco magic speed ms-50 as cruise control and it only uses engine speed (rpm) as a reference signal to hold the speed . It also detected if you go on a slope due to ram drops and accelerates the car or it shut down if the drop was to significantly due to wrong gear.

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

    Can i used this march k13? Used sensor speed matic than switch cruise from stering whell?

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

    i want to aplication in march K13 thailand production.. can i use this project this my car?

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

    Nice…

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

    Maybe it’s not fully abandoned but idk it’s government secret

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

    I'm looking to do my own adaptive cruise and found this video. Is there any reason you couldn't do this with CANBUS?

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

    Hey man, really like your video! Do you maybe have the schematics and the code for the esp32?

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

    If i want to make a cruze control based on a gps chip and a step motor to control the pedal itself, does it make sence

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

    I thought you’d be doing this over CANBUS etc, but your hacking direct signals!

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

    i want to do this but add lidar for adaptive cruise :) thanks for the video

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

    Very cool video, sir! Thank you for sharing!

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

    Hello, I have a Ford Focus C-MAX, 2004, and I like your project very much, I would like to implement it in my car. May I know your email address to talk? Thanks!

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

    Perfect project!

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

    Hola Carlos, tengo pensado adquirir una radio a valvulas que tenga FM cres que podria desplazar la escala hasta 108Mz con algun ajuste en las bobinas del modulo de FM. Gracias de antemano, en hora buena por el video.Un saludo

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

    Wow! This man is a legend!

  • @HeinrichG-V12
    @HeinrichG-V12 2 ปีที่แล้ว

    Bye bye safety.... It is most ugly project, which I've ever seen... Here is nothing automotive like...

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

    Great project sir. 👍

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

    To measure torque just use a map sensor or map and tps. Or map and accelerometers.

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

    Impresionante

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

    Well done mate :-D Love the project.

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

    Maybe add to the code, that if car is on cruise control and accelerator pedal is pressed more than arduino giving, then it will release the relay...

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

    It's cool seeing Greek graffiti. I've never seen that before. Funny to think that Greek graffiti has been around a heck of a lot longer than English or other derivative languages. Wrt the single operational room, could you tell what kind of equipment was in there? That is super spooky! Reminds me of Half Life or similar post-apocalyptic video games. That big unit on the floor looks like a generator and the unit on the wall part of a power supply panel. Very strange indeed. Edit: The last shot of the roof might offer an explanation of the equipment. It looks like there might be weather monitoring sensors on the roof and that generator and power panel are there to operate the equipment in case of a power interruption.

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

    Is this a capacitive keyswitch like Topre?

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

    I can't tell you how happy it makes me that youngsters are still finding joy in the earliest PC's. Do you follow CuriousMarc?

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

    You are very ambitious and successful. Five stars. The cons I don't like the location because it makes the project vehicle specific. You need a 3d printer.

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

    Buenas trabajo buenisimo, estoy interesado en el proyecto, nada mas ver el video he reconocido rapidamente que es la A-2 autovia que recorro cada dia desde bcn hasta el bruc, me gustaria aplicar en un peugeot 206 del 1998 no se como sacar la velocidad de mi coche

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

      Hola! En efecto, es la A-2. Para sacar la velocidad del coche tienes que mirar en el manual de servicio qué sensores tiene y dónde, y estar preparado a desmontar medio coche para llegar al cable y cortarlo para hacer un empalme. En mi caso no fue fácil. Si tu coche tiene bus CAN puedes coger un ESP32 por ejemplo y sacar la velocidad de allí. Si tuviera que volver a hacer el proyecto de nuevo seguramente lo haría así.

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

      @@carlesalbas2844 pls.share the codes for ESP32 bCoz getting proper car speed data is very difficult. If you are serious about it then please share the codes for ESP32 , (without proper seed data project is non of use, I have made it but it is useless without speed data) Pls reply if possible.

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

    But this method is extremely risky, one wrong mock sensor input value then whole system collapses, better to integrate with relays using in market cruise control module.

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

      Yeah I have my own doubts about "crashing" the ECU with something like this. I would think it is definitely risky.

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

      My board uses a relay to override the accelerator pedal. If the board crashes or the power is disconnected the car can function perfectly well on manual mode. If the sensor signal were to go wrong I can just power down the cruise control and drive normally. I designed it with that in mind.

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

      If you send a wrong signal to the ECU then sure it crashes and the check engine light turns on. However, I installed the cruise control more than two years ago and hasn't failed a single time.

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

      @@carlesalbas2844 I trust that you know what you are doing. You are a smart cookie. : )

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

    Lets improve this to adaptive cruise control 😀 Great 👍

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

    Good work! Have you found a way to alert the controller for disturbances like uphills and downhills? Im into building a generator, based upon cruise control (which also will face the disturbanceproblem). So I will look at your code and analyse it for curiosity. Thank you for posting.

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

      Not really, it would be useful to have access to the engine torque as well to better anticipate to changes in slope. This cruise control is only based on speed. The controller only increases the throttle after the car has lost speed.

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

    Hi, great project, i already start doing mine , got board uno and lcd connected so far, and sketch loaded. I have two questions ,if u can help me please. 1 it is possible to get wheel speed signal from gearbox speed sensor (ecu pin)? 2. how to convert to mph? Thanks.

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

      Did you figure it out?

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

      Hi! You should look at the schematics for your car and check which sensors it has. If this gearbox sensor is before the gearbox, it'll give you only the RPM of the engine, which can be converted to speed if you know the ratio and the gear. The manufacturer's documentation probably won't tell you what's the output of the sensor. I connected an oscilloscope to the sensor, accelerated and observed what happened. However, if I had to do this project again I probably would use an ESP32 and I'd get the speed directly from the CAN bus.

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

      @@carlesalbas2844 I honestly worry that people who can't figure out basic questions like this are going to kill themselves but then I realize they probably will give up before connecting anything to the car.

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

      @@carlesalbas2844 if you have free time pls. Do it using CAN bus speed data. Because I have tried it but failed. I have made your project and using it. Only speed data create problem (speed signal is not stables) any idea how to solve it.

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

    Look Comma.ai

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

      github.com/Lukilink/openpilot

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

    Hey, I believe this is a Nissan Micra. I have the exact same car! Can you describe from which place did you take the brake and accelerator signals? From the pedal connector or from somewhere else? Cool implementation btw!

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

      Hi! I cut the accelerator pedal sensor cable, not far from the pedal itself. I wouldn't recommend to do that in a new or expensive car that you might wish to sell some day. For the break sensor I just connected a second cable to the connector, as the break just needs to be detected, but not overriden.

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

    hi, this circuit is for servo. Can it be made servo controlled for wired carburetors?