- 27
- 205 681
River Champeimont
เข้าร่วมเมื่อ 5 ต.ค. 2013
Hello! I'm River Champeimont (she/her), and I make videos about my Arduino projects.
Assembling my remote drawing device in a 3d-printed case
In this video I show you how I soldered the circuit permanently on a PCB and how I assembled everything in a final 3D-printed case.
The entire project is open source (3d model, circuit, code) and everything is available here: github.com/raphaelchampeimont/arduino_remote_drawing
The entire project is open source (3d model, circuit, code) and everything is available here: github.com/raphaelchampeimont/arduino_remote_drawing
มุมมอง: 88
วีดีโอ
Remote drawing - How it works 3/3 - Redis & High Reliability
มุมมอง 773 ปีที่แล้ว
This is the final "how it works" video for my Remote Drawing project. Here I explain how stations communicate with each other through a Redis server, and how each station automatically reboots if it gets stuck. Complete open source documentation of the project is here: github.com/raphaelchampeimont/arduino_remote_drawing
Remote drawing - How it works 2/3 - Serial communication
มุมมอง 783 ปีที่แล้ว
Here I explain how the two Arduinos in my remote drawing project communicate with each other. This video follows th-cam.com/video/0sYpoyhKGwk/w-d-xo.html. All code and schematics are open source and available here: github.com/raphaelchampeimont/arduino_remote_drawing
Remote drawing - How it works 1/3 - Hardware
มุมมอง 913 ปีที่แล้ว
Here I explain which hardware I used for my "remote drawing" project and what issues I encountered with it. If you don't know about my project yet, see the intro video here: th-cam.com/video/fHJE1c8BRzo/w-d-xo.html Links to the Adafruit hardware I used: - Adafruit 7.0" 40-pin TFT Display - 800x480 with Touchscreen www.adafruit.com/product/2354 - Adafruit RA8875 Driver Board for 40-pin TFT Touch...
Remote drawing on Arduino
มุมมอง 1493 ปีที่แล้ว
My latest project that allows two users to share a drawing at two remote locations. Everything is open source. Schematics and code are here: github.com/raphaelchampeimont/arduino_remote_drawing
How I monitor my computer with an Arduino
มุมมอง 2.4K3 ปีที่แล้ว
Here I present a project I created with an Arduino to integrate a small LCD display showing hard disk activity, fan speed and temperature. The goal was to achieve that without installing any software on the computer. Source code and schematics are available here: github.com/raphaelchampeimont/arduino_computer_monitor
Playing music stored on floppy disks with Arduinos
มุมมอง 2.1K3 ปีที่แล้ว
In this project my challenge was to read music stored on floppy disks in real time with an Arduino. This is a success, although I need two Arduino Unos and the audio is quite low quality (4-bit / 8 kHz). All the source code and electric schematics are here: github.com/raphaelchampeimont/arduino_music_on_floppy_disks Other links: - Library used to control floppy drive: github.com/dhansel/Arduino...
Connecting Arduino to serial port (2/2)
มุมมอง 1.8K3 ปีที่แล้ว
Connecting Arduino to serial port (2/2)
Connecting Arduino to serial port (1/2)
มุมมอง 11K3 ปีที่แล้ว
Connecting Arduino to serial port (1/2)
Arduino playing music received on the serial port
มุมมอง 1.6K3 ปีที่แล้ว
Arduino playing music received on the serial port
True analog output on an Arduino using a resistor ladder as DAC
มุมมอง 4223 ปีที่แล้ว
True analog output on an Arduino using a resistor ladder as DAC
Arduino project with PS/2 keyboard and LCD screen
มุมมอง 1.2K3 ปีที่แล้ว
Arduino project with PS/2 keyboard and LCD screen
Le contrôle des loyers : une mauvaise idée
มุมมอง 2113 ปีที่แล้ว
Le contrôle des loyers : une mauvaise idée
Fonder une société juste : Rawls contre l’utilitarisme
มุมมอง 2.8K3 ปีที่แล้ว
Fonder une société juste : Rawls contre l’utilitarisme
Comment marche la loi de l'offre et de la demande ?
มุมมอง 156K9 ปีที่แล้ว
Comment marche la loi de l'offre et de la demande ?
cool man
I don't know how people haven't seen your project. It's excellent. Very beautiful and it gives people ideas for other interesting projects. Congratulations. I really liked your initiative to share this knowledge. It was very valuable.
Thank you so much for your comment! I liked a lot making this project too and it is still fully functional on my desk 😀
sweet, i didn't know you could send serial commands like that in windows. I was looking for ideas on how to send simple commands and talk to a serial device from a pc using putty but this is even easier. The only issue i had was the first command worked, but no other commands worked after that. i'm not sure why but i'm going to keep playing around to test. thanks!
You can even use the windows command line like "echo some message >COM1" so in theory you don't even need the Arduino serial console although it makes it simpler.
Hi, may I ask what are all the materials and componenets that you have use in this project? I am planning to do the same for a project in school! Thank you so much in advance
can i also ask which wat model of arduino are you using?
@@xiaodingdang2764 It's a regular Arduino Uno v3.
Here I list the components I used: github.com/raphaelchampeimont/arduino_fake_bomb_wires
Madam plz teach us how to do this.
Cool!
unbelievable! Good job!
thank you in advance. Can you post the tutorial for making the fake bomb and it is urgent
Yes you can find the link in the description of the video: github.com/raphaelchampeimont/arduino_fake_bomb_wires
merci
Could you send me the circuit diagram
it's there: github.com/raphaelchampeimont/arduino_fake_bomb_wires
Hey bro i have an idea that’s similar to your project and I appreciate to give me knowledge how to connect the QWERTY keyboard to Arduino as an input 😊❤
The keyboard is actually 4 pins (VCC, GND, DATA, CLK). You can see the diagram here github.com/raphaelchampeimont/arduino_almacha_os. Unfortunately I don't think the wire colors are strandard inside the PS/2 keyboard cable are standard so you'd have to somehow guess. For the software side you can either do like in github.com/raphaelchampeimont/arduino_almacha_os/blob/main/almacha_os/keyboard.ino where I did it the hard way by coding the low-level signal decoding (which I did for fun) or simpler like here github.com/raphaelchampeimont/arduino_eeprom_editor/blob/main/EEPROM_editor/EEPROM_editor.ino where I used a library that decodes the PS/2 signals for me.
suscripto a tu canal
hermoso proyecto!!!
Wow you provided,what i needed exactly, we need lots of people like you,being with creative ideas, rather than to use straight forward idea, like audio from sd card,or wifi... which is what i saw majorly,for my searches.
Thank you :)
@@riverchampeimontis there a way just for audio just to play from the computer itself through the Arduino like Make the Arduino as main audio device
@@riverchampeimontI'm trying to do like you know when you plug headphones into a computer like that but I want to build my own DJ controller I'm trying to figure out just for audio to be playing through the Arduino and through the speaker pins into an amp
@@dj-la--wolf7194 If I understand properly you want to use directly the headphones output of the computer, connect it to the Arduino which would capture the sound and then apply some transformation with code and re-output it. For the output you could do the same as my project. But for the input you would need to connect it to an analog pin on the Arduino and read it as an analog signal.
Tout est dit !
J’en avais vraiment besoin merci
"Came for the code, stayed for the culture" - me
Amazing project, could i send realtime audio from microphone connected to one Arduino to another? Im trying to make simple arduino based landline phone, and use arduino for handling custom phone numbers,
I think this would definitely be possible. In this other video th-cam.com/video/-Ej4zM4t6mE/w-d-xo.html for instance I transmit audio in real time from one Arduino to another. The "input" Arduino reads data from a floppy drive in my project which is much more complicated, so reading from a microphone should clearly be possible. Your project is a really cool idea btw :)
Hello, can you create video tutorial for using module uart to ttl232 with arduino
12:15 Rickroll!
amazing, how did you tap the temperature circuit? im doing this 100%
Thanks :) Actually I don't, I have just used a temperature sensor on the circuit (TMP36)
@@riverchampeimont yeah i was thinking of doing that, the other option is tapping the bios data, im trying to undestand how that works because the bios looks like the only part i could "hack" for that purpouse. meanwhile im monitoring voltage too, just for the sake of showing data, im building a cyberdeck, its all about the aesthetics lol. fan speed was easy buy the idea to tap the hdd led was great.
@@jonayamaha3215 One solution you still have, if like me you power the Arduino directly from a USB port in the computer, is to write a program which runs in the background on your computer, and regularly gets the BIOS sensor data and sends it to the virtual serial port which corresponds to the Arduino. Then on the Arduino side you then read the data from the serial port.
I need a tutorial
You can find everything on the github page: github.com/raphaelchampeimont/arduino_eeprom_editor
Raphael, what is the USB adaptor. I assume it is a wireless adaptor
It's just an external battery. I developed the project by connecting the USB cable directly to my computer, but for the video it would have been confusing because one could have thought that the data goes through the USB cable to the computer (also in that case the ground of the Arduino is connected to the ground of the computer by two ways: RS232 and USB, so if you incorrectly connect the RS232 while connected to the computer via USB you could create a short-circuit).
@@riverchampeimont I am a little bit confused, isn't the USB port on the Arduino using RS232 serial communication? why do you use TX RX pin? just using the USB port as a serial. I am a little bit new to this, thank you for your time.
@@raymondzhao9557 Yes, you can also do serial communication using the USB port. When you connect an Arduino Uno to your computer, your computer emulates a serial port, for instance on my Windows computer it would appear as COM4. This is what I do in this other video th-cam.com/video/IvkEMvsHVPk/w-d-xo.html for instance in which I send data to COM4 which is the virtual serial port which goes through USB. In the current video on the other hand, I wanted to demonstrate that you can also connect an Arduino to the real hardware old-style serial port of the computer (port COM1 in Windows here) by using RX and TX pins. I agree this is only "for the challenge", since using the USB port like like in my other video is in fact much simpler (and you can get a lot more KBit/s also with the USB port).
Hello, I'm trying to reproduce your project, but I'm not sure of the LCD you have used. Could you send some example?
The LCD screen I used is compatible with the Hitachi HD44780 standard in order to be usable with the www.arduino.cc/reference/en/libraries/liquidcrystal/ Arduino module but with the nice addition of being able to change the background color. The specific LCD screen I used is part 399 from Adafruit, cf www.adafruit.com/product/399 which I ordered here from DigiKey: www.digikey.fr/fr/products/detail/adafruit-industries-llc/399/5774232
@@riverchampeimont Hello again. you aproach is more clear, but as i'm finding some difficulties on finding the same screen type you've used, I'm trying to replace it with a normal lcd (both std and i2c) and a RGB led. I'm currently designing it on tinkercad, because I'm adding some extra options. Once I found it almost finished, I'll share it with you, maybe you'll find it useful. Thank you so much!
@@lordnaickol You can indeed adapt it to a regular LCD screen since the LCD library does not use the RGB part in fact. If you publish your code somewhere like Github I can add a link from my github repository to show it as an example of derived project.
You should make this into some kind of boombox lol
Can I get you to explain the wiring diagram into exact words. I'm still learn arduino so the diagram is a still a little unclear for me. I am a newbie at this. I would highly appreciate it. Thank you.
on veut tous la congolexicomatisation des lois du marché. C'est indéniable
Ya des ICCER ? 🤣🤣
Whoa, thanks so much! Cool!
hello i have seen your project quick quesztion how do i add a custom time i mean if i can set the time
You can change the time in the source code with the constant TOTAL_TIME (by default 3600 seconds)
Wow this is very creative
Merci
This is great!! I wasn't aware of the voltage requirements for TX/RX on a computer. Excellent video!
hello can you share the source code thank you
Yes it's there: github.com/raphaelchampeimont/arduino_fake_bomb_wires
@@riverchampeimont thank you sir
What's the name of that circuit board which is connected to led screen and Arduino.
It's an Adafruit RA8875. You can look at the schematic of my setup here: github.com/raphaelchampeimont/arduino_TFT_display_snow
Soo french ! LOL mais très intéressant et inspirant ;-)
Accent français😂
Mais si tout le monde est vaguement heureux ça veux dire que personne ne l’est réellement?(a fond ?) on dirait que ces gens résonne avec un esprit de ruche ou seul l’intérêt de l’ensemble compte mais nous ne pouvons pas fonctionné comme cela nous sommes des mammifères
Great stuff! I like this DIY custom look for PC. I'm searching for ways to make it show temperatures of components...
Wow, really impressive !
-:))) bravo :)
Hello. And thank your for this tutorial. I have a questing, and found your email on your blog, so sent it there. Hope you have time to look at it. Best Regards Mia
Merci beaucoup j’ai un contrôle à ce sujet et tu m’as beaucoup aidé
cool
Nice🎉 Code source 😅
💭 In my head, the floppy heads use custom moving, directly connecting the read/write heads and play/record analogue audio directly, kinda like a cassette tape, maximum 32 seconds per side. 💾 I don't know if this idea even possible somehow... 🤔
Yes, it's possible to use the floppy to write directly analog data (bypassing the regular storage format). This guy has done it for instance: th-cam.com/video/ziVXF_tM4Gw/w-d-xo.html
@@riverchampeimont I already found that video, it uses the data lines with decoding circuits. So, I mean, external fine stepping for the heads and wiring the heads directly (bypassing the drive's circuits), similarly like this: th-cam.com/video/Xpr7B-7BFP4/w-d-xo.html In this, the floppy heads are directly wired like audio cassette heads. Okay?
@@zsombor_99 You're right. I remembered incorrectly the video I cited. On the other hand, the video you're citing does exactly what you talk about indeed writes the audio analog signal directly as magnetic variations on the floppy. Doing it with an Arduino would be possible, but in fact the only part in which the Arduino would be useful is moving the step motor. The signal itself does not need any processing by the Arduino since it's directly the audio signal. So the Arduino code would be pretty trivial: just send a pule to the step motor every time you receive the pulse sent by the drive when it does one rotation.
@@riverchampeimont Yes, but it needs a lot slower and smoother (custom) head moving to improve it.
Great project. Exactly what I want to learn to make.
Neat
That’s really cool 😎
Wha-