Пікірлер
@jana171
@jana171 5 күн бұрын
OK... I'll just start by imitating you then 🙂 this was nice !
@tandiya1279
@tandiya1279 8 күн бұрын
Thank you
@AndrewKiethBoggs
@AndrewKiethBoggs 8 күн бұрын
Amazing video. One of my favorite channels.
@BikingChap
@BikingChap 8 күн бұрын
A really easy to follow intro to NMEA and just what i needed, many thanks!
@alexgo1034
@alexgo1034 11 күн бұрын
Hello ! Do u know what type of data transmits from GPS sensor with sma connector(coaxial cable) for android car multimedia ? Is it UART with some LC filter to power thru cable ? Thanks
@stephenreisinger5268
@stephenreisinger5268 13 күн бұрын
I loved this video and will be checking out Parts Box. I really like your spreadsheet, and that's where I started also. I do have a question about the 2D labeling in Parts Box, though. Looking at your gray storage bin behind you, you have 30 small drawers up top, and 15 large drawers on the bottom. Using your gray storage bin as the example, what would be your recommendation on how you would set up the 2D Storage labeling in Parts Box in this case? Thank you and keep up the great work!
@ChrisWilliams-pu8pj
@ChrisWilliams-pu8pj 17 күн бұрын
Concise video presentation. Thank you!
@astro.turtIe
@astro.turtIe 21 күн бұрын
Sayanee, thank you so much for this video! I spent a bunch of time googling for how to do this and just got confused. Your explanation was very good - really easy to follow, and reproduce. Now I know how to use my logic analyzer to decode I2C signals! Yay!
@sebastianiragorri6884
@sebastianiragorri6884 Ай бұрын
Your way of teaching is very effective and pleasing for me. Then i found the surprise that i live in Chile. Thanks for coming.
@saratdas918
@saratdas918 Ай бұрын
I often get 2 bad connections, 1 bad connections etc and the simulation does not work. How to fix it ?
@ohady.d98
@ohady.d98 Ай бұрын
does it work for rasberry pi?
@alvarobyrne
@alvarobyrne Ай бұрын
this is so valuable, thank you very much
@alvarobyrne
@alvarobyrne Ай бұрын
6r347!
@januchwat5805
@januchwat5805 Ай бұрын
awesome video this should have milions of views to be honest
@hgo31079
@hgo31079 Ай бұрын
This is truly marvelous! Aside from the excellent content, the clarity of the video and the smooth flow are superb. Could you please share what software you use for recording and editing? I’d greatly appreciate it if you could share some tips as well!
@sayanee
@sayanee 25 күн бұрын
I have listed them here: hutscape.com/tools/videography
@shivaghay3198
@shivaghay3198 Ай бұрын
Madam very good video
@KinleyPenjor-xt2sh
@KinleyPenjor-xt2sh 2 ай бұрын
Beautifully explained.
@karuchvz9305
@karuchvz9305 2 ай бұрын
Thanks , you're are awesome you should keep posting videos.
@tm-uz7md
@tm-uz7md 2 ай бұрын
Read the chip's manual and you will recoil in terror. The most overly complex POS chip I have ever seen. The RYLR896 et al chips allow you to interface to LoRa as if it were a UART with just one byte at a time transmission and reception. No control lines to diddle or query. No timing issues. Just pure asynchronous comms.
@bennguyen1313
@bennguyen1313 3 ай бұрын
Can a web-app be written such that it uses the browser to open, like NiceGUI or JustPy? I'd like to make a Windows application, but want to leverage the browser instead of creating my own GUI interface. Or does it depend on what it needs to do.. for example, I need to call DLLs. If the browser won't allow DLL calls, what about accessing the serial port (WebUSB , Web Serial API )? If the browser won't allow that either, then I assume you need to write a Progressive Web App using big frameworks (React, Angular, Electron, etc)? But if I have to develop a traditional exe, then perhaps there's not much advantage to go modern "web app", and instead should just use a traditional approach.... like using Python+Qt/Flet, or C++ (UWP, WPF, WinForms), Dart+Flutter?
@nikostheodorou1096
@nikostheodorou1096 3 ай бұрын
Hello! Is there a way to do data logging with this setup? I have a teensy 4.1 with a micro SD port and i'd like to ask if teensy can be used for this setup, instead of the arduino uno, for the use of data logging. Thank you!
@tabmer-s5r
@tabmer-s5r 3 ай бұрын
hello I am using this library for receiving the IR code.Every time I press the same button on my remote control I get different raw data. For example; The two shutdown codes that I receive from the remote control are different. Could you help me? Thanks.
@SvRider512
@SvRider512 3 ай бұрын
Is LoRa practical to track my cat? Or would a cellular gps IoT device be something more practical?
@FonsecaLA
@FonsecaLA 3 ай бұрын
Great great video! Thank you so much from Brazil, Sayanee!
@tobiask8490
@tobiask8490 3 ай бұрын
finally, someone explains this topic in a way I can understand, thank you!
@multiawsome2918
@multiawsome2918 4 ай бұрын
im currently working on a project using lora tech,would love to get in touch with you and get advice/guidence regarding so; is there any email i could contant you with
@nexuzinnovation-com
@nexuzinnovation-com 4 ай бұрын
Very good info sharing, even after years, I still cannot find a good video showing the circuitry setup of the two pin IR transmitter using IRLib2 until I encountered this video. Thanks again.
@dng88
@dng88 4 ай бұрын
A lot have been changed. I suggest a) 3:06 use of Arduino-cli config needed as not sure how this Desktop .yaml file work; the file now rest in /Users/<user>/Library/Arduino15/arduino-cli.yaml if you run arduino-cl config init (earlier comment use config new; not sure but no time to try it) b) the board has no automation and I think another video will be talking about include etc. that necessary for multiple board same program c) the build file is not auto-generated as build (as it is in macOS temp dir). To get this you have to use all: arduino-cli compile --build-path build/ --fqbn $(BOARD) ./ d) Tbh not sure about the cpplint. Anyway brew install cpplint on top of earlier brew install Arduino e) I note that sometimes the board list may not give you the current board.
@dng88
@dng88 4 ай бұрын
One src for multiple board except different pin possibly?
@dng88
@dng88 4 ай бұрын
After 4 years it was live. I wonder though can we automate more. For example most of mone I like the examples here are similar pgm on similar stuff. Just change port or PIN number plus some different names Aon board etc. can this be done?
@dng88
@dng88 4 ай бұрын
Seems mention the edu mini. Why it cannot be used not mentioned.
@mrpracing6260
@mrpracing6260 4 ай бұрын
Hi, very informative video but I think some clarification are needed. First of all, when you recorded the signal from the AC remote controller a raw data of length 292 was sent to the serial, but from IRLib2 library the buffer lenght is set to100 by default (specified in IRLibGlobals.h RECV_BUF_LENGTH 100 ) so no way that this can work without modifing the library and increasing the buffer length at least by 300 we say, otherway only a buffer of 100 will appear on the serial. Second point, when sending the raw signal with the IRLibSendBase library there is a problem passing the RAW_DATA_LEN with the method .send defined in the IrsendRaw class. As you showed in line 41 of IRLib_HashRaw.h the send method is defined and accept as second argument a unsigned 8bit integer aka a max value of 255 as data length, so when you are trying to send a 292 data lenght as showed on line 14 and 19 of your arduino sketch a truncation will be applied and the data are not send correctly. Please explain how you manage to send a correct raw data of lenght >255 with these libraryes because it can't work in the way the libraryes are aprovided without any modification. Thanks.
@Alkatross
@Alkatross 4 ай бұрын
Incredible video!!! This is the first time i heard the controller/peripheral language used instead of the deprecated version when describing the spi data lanes. I feel so much better not remembering human suffering every time i destibe my computer program.
@devi_rajesh_sales
@devi_rajesh_sales 4 ай бұрын
can you make video on protocol analyzer please it is my request ,it is helpful for many your subscribers please ,make it fast thanks and regards
@raymondmichael4987
@raymondmichael4987 4 ай бұрын
I keep coming to this ❤ so concise and practical; wish you can cover “writing” a library 😊
@melonpip
@melonpip 4 ай бұрын
hello can you do tutoring? :( i got the demo working on my 2.9inch but cant get anything else working with esp8266
@kellyspoolhall761
@kellyspoolhall761 4 ай бұрын
There was nothing wrong with the old pin names. The references made perfect sense. My guess is that some progressive idiot felt triggered and went on a mission.
@elektron2kim666
@elektron2kim666 5 ай бұрын
You can convert the numbers with math both ways. Google try both.
@santeixeira9301
@santeixeira9301 5 ай бұрын
The CLI command is "kicad-cli sch export python-bom -o test test.kicad_sch" then you customize at your will. Years later I know
@RSEmbedded
@RSEmbedded 5 ай бұрын
Thank you :)
@armanhanda
@armanhanda 5 ай бұрын
A versatile mcu indeed! And a very thorough blinky video :D Loved it and hope to see you build something interesting with this unit. All the best!!
@armanhanda
@armanhanda 5 ай бұрын
Very cool! Enjoyed watching along!
@AndrewKiethBoggs
@AndrewKiethBoggs 6 ай бұрын
Amazing, just got through my first case design with your help!!!
@roycun5013
@roycun5013 6 ай бұрын
excellent video... thanks
@MarcDaCosta-lh6yz
@MarcDaCosta-lh6yz 6 ай бұрын
please come back to making content! its so helpful :)
@MarcDaCosta-lh6yz
@MarcDaCosta-lh6yz 6 ай бұрын
love your videos! its very nice to have someone showing the process of figuring out how to design pcbs :)
@salvodippolito6013
@salvodippolito6013 7 ай бұрын
Great video! Thanks a lot for explaining everything so clearly.
@BlueSayamanHey
@BlueSayamanHey 7 ай бұрын
Thanks you it means a lot to me now i wanna try it with all my diveces
@_olives
@_olives 7 ай бұрын
This video was super useful!!