BadMek
BadMek
  • 14
  • 29 830
ESP-32 | ESP-IDF Setup and Compilation in VS Code | Getting Started with the 3-Step Strategy
This video demonstrates how to configure ESP32 IDF in VSCode using the PlatformIO extension. It covers creating and compiling a new ESP32 project in VSCode, as well as importing and compiling an example project from the ESP-IDF folder.
00:33 ESP-IDF Installtion
01:55 PlatformIO Extension installtion
02:17 Project configuration
06:25 Menuconfig command
09:26 Building
10:25 Flashing the Image
11:45 Starting Serial Monitor
Переглядів: 395

Відео

IoT 101 - AWS IoT with BeagleBone Black | Getting Started guide for beginners
Переглядів 1847 місяців тому
This tutorial is designed to guide you through the process of connecting an IoT device to AWS IoT Core using the connection kit provided by the AWS IoT service. In this demonstration, I will be utilizing the AWS IoT Core service to establish a connection between a BeagleBone device and AWS IoT Core using the MQTT protocol.
Pulse View : Exporting digital signal timing in text file | Pulse duration | Embedded System
Переглядів 4038 місяців тому
In this tutorial, we will explore the step-by-step process of using PulseView software to visualize digital signal ON/OFF times and export the data in a text file format. PulseView is a versatile open-source Logic Analyzer software that allows us to analyze and interpret digital signals effectively. To learn more about PulseView Logic Analyzer software watch my previous video, link below. ua-ca...
PulseView logic analyzer | Sigrok | Free Saleae Logic software alternative | UART timing diagram
Переглядів 12 тис.Рік тому
This video tutorial covers PulseView software, an open-source Logic Analyzer alternative to Saleae's Logic software. I walk through all the essential tools in PulseView for circuit analysis, providing a cost-free option for users. You can find the link to download the software below. sigrok.org/wiki/PulseView
Programming ESP32-CAM | Make your own Security Camera | QuickStart with Arduino
Переглядів 9302 роки тому
ESP32-CAM is a low-cost ESP32-based development board with onboard camera, small in size. It is an ideal solution for IoT application, prototypes constructions and DIY projects. This Video will help you to get started with ESP32 Camera Board from scratch. This will also explain some common mistakes made by beginners and help them to flash the code without any error. Board Manager URL : dl.espre...
STM8S programming using ST-LINK V2 | STVD IDE and COSMIC compiler set-up | STM8S103F LED Blink
Переглядів 9 тис.2 роки тому
This tutorial guides you through the process of setting up STVD IDE and COSMIC compiler for programming the STM8S103F3P6 Development Board. Essential links and important file paths are provided below for your convenience. ST Visual Develop (STVD): www.st.com/en/development-tools/stvd-stm8.html Cosmic C Compiler: www.cosmicsoftware.com/download_stm8_free.php Cosmic C Compiler License Path: C:\Pr...
Keil 5 project set up from scratch | STM32F103 | ST Link V2 Set up | Run-Time Environment Manager
Переглядів 3,7 тис.2 роки тому
This video tutorial demonstrates the process of creating a project on Keil uVision v5 for the STM32F103C8 microcontroller. The content also includes a walkthrough of general configurations in the Run-Time Environment manager and the utilization of the Pack installer for the specified microcontroller.
ESP8266 LED Blink example | Arduino - ESP8266 | ESP 01 Board
Переглядів 1,1 тис.2 роки тому
This video will help you to install and configure Arduino IDE for ESP8266 firmware coding and flashing. This will also show you how an LED blink code is compiled and programmed to ESP8266 module using USB to serial converte. Arduino IDE download page: www.arduino.cc/en/software Additional Boards Manager URLs: arduino.esp8266.com/stable/package_esp8266com_index.json
Programming ESP8266 with Python | Ampy tutorial | Copying script to ESP8266 module | MicroPython
Переглядів 7082 роки тому
This tutorial will explain all the options and commands supported by Adafruit's AMPY tool. Video will explain how Ampy tool is used to run a python script in ESP8266 module and how a python script is copied in to ESP8266 module. Flashing MicroPythin Bin file on ESP8266 module :- ua-cam.com/play/PL8kLhabxVAI3qobP8k99TkiPh3ZYRzMG8.html Adafruit ampy :- learn.adafruit.com/micropython-basics-load-f...

КОМЕНТАРІ

  • @samanttejasr
    @samanttejasr 2 дні тому

    I have programmed stm8s003f3p6 microcontroller... where 2 input (pb4 and pb5) and 3 output pins (pc3, pc4 and pc5) where pc4 and pc5 is getting voltage of 2.8 volts but pc3 is giving only 1.3 volt... i need this to be 2.8 too..what is the mistake i have made? Logic is perfect in my program ..as small LED's are working as per logic. Can u help here?

    • @badmek3782
      @badmek3782 2 дні тому

      I will check and revert, meanwhile you can verify if this pin has any internal pull up enabled.

    • @samanttejasr
      @samanttejasr 2 дні тому

      @@badmek3782 GPIO_Init(OUTPUT_PORT, LED_FOR_HIRE, GPIO_MODE_OUT_PP_LOW_FAST); GPIOC->CR1 |= (1 << 3); push pull mode is enabled as well as internal pull up also enabled.

  • @adexjapan6590
    @adexjapan6590 Місяць тому

    Hi bro, I'm from Indonesia, I want to ask how to copy files from an STM 8 IC, is there a WhatsApp number I can contact?

    • @badmek3782
      @badmek3782 Місяць тому

      Please mail me at badmekanic@gmail.com

    • @adexjapan6590
      @adexjapan6590 Місяць тому

      @@badmek3782 ok bro

  • @andrewandrosow4797
    @andrewandrosow4797 Місяць тому

    Cosmic isn`t a free software.I installed it three yars ago. When I found out that my license had been ellapsed - I tried to re-install Cosmic. But I have not receive a letter with a license key.Nowadays I tried it one more time. I have not had any success. What do we have free ? We have SDCC.The STVD does not suport it. But how to debug a program? By the UART portand LED? Maybe Arduino IDE helps?

    • @19mitch54
      @19mitch54 11 днів тому

      COSMIC has been great about sending me my free license every year. The readme file in the “C:\Program Files (x86)\COSMIC\FSE_Compilers\CXSTM8" folder gives instructions. Since I do not have a mail program installed on my computer, the installer could not automatically request a license through email. I had to use option #4, "Write to file" and manually email it to COSMIC and they sent my free license quickly. COSMIC C is a terrific compiler because it is well integrated into the ST-Visual Develop program to use every feature of STMicroelectronics microcontrollers.

  • @stevekang-sl5dv
    @stevekang-sl5dv Місяць тому

    wonderful

  • @OmkarKhade-m3f
    @OmkarKhade-m3f Місяць тому

    Thanks a lot for this tutorial. Great video with great explanation.

  • @bedroltboom1084
    @bedroltboom1084 2 місяці тому

    Hi sir, I am trying to create a weather app using BeagleBone Black. Can I receive data from temperature and humidity sensors using the AWS connection from my BeagleBone?

    • @badmek3782
      @badmek3782 2 місяці тому

      Yes sure, create a JSON structure for this, use temperature and humidity as keys in this JSON and send the readings as their values. A single sensor can do this.

    • @bedroltboom1084
      @bedroltboom1084 2 місяці тому

      ​@@badmek3782 Sir, thank you for your help. I really appreciate it.

  • @n.a.ntechnicalchannel9624
    @n.a.ntechnicalchannel9624 3 місяці тому

    How to download drivers brother

    • @badmek3782
      @badmek3782 3 місяці тому

      No need to download any additional drivers. All drivers are installed with keil set up.

  • @Hhtfvhrcbgrejkkjhffvbhb
    @Hhtfvhrcbgrejkkjhffvbhb 4 місяці тому

    Sir, Stm32f103rbt6 ic read and copy ke liye simply ho ga Programber stmv2 use kar na he Please guide sir

    • @badmek3782
      @badmek3782 4 місяці тому

      Your question is not clear, could you please explain a little more. You can type in hindi also.

  • @nightshowdown4178
    @nightshowdown4178 7 місяців тому

    nice

  • @axramar1992
    @axramar1992 7 місяців тому

    Awesome, Sir how to do Device provisioning for bulk devices ? say 10 ESP32 dev Kits automatically using JITP or any other methods? can you make video on this ?

    • @badmek3782
      @badmek3782 7 місяців тому

      Sure, will do.

    • @axramar1992
      @axramar1992 7 місяців тому

      @@badmek3782 any Idea on Bulk DPS?

    • @badmek3782
      @badmek3782 7 місяців тому

      Sure, will make a video on AWS device provisioning including bulk DPS

    • @axramar1992
      @axramar1992 7 місяців тому

      @@badmek3782 Thanks, will be waiting for that 😍😍😍💫🎊

  • @shamansusu
    @shamansusu 8 місяців тому

    Dear brother, what is the purpose of STM8S103F3P6? I accidentally burned out the microcontroller due to overloading the RCD3015M module. I want to replace the chip. So will the module work if I just replace it with a new one or do I need to program it. Or will the RCD3015M module work without the STM8S103F3P6 chip? Please help me understand, thank you.

    • @badmek3782
      @badmek3782 8 місяців тому

      Hello Shanasusu, I'm uncertain about the RCD3015 module. However, if it utilizes the STM8S103F3 as the host microcontroller, programming would be necessary when replacing it.

    • @shamansusu
      @shamansusu 8 місяців тому

      @@badmek3782 thank you so much for your response bro. RCD3015 is a signal converter bro. Imagine I have a fresh RCD3015, can I copy the code to a new microcontroller.

    • @badmek3782
      @badmek3782 8 місяців тому

      @shamansusu If the microcontroller memory is not protected you can do that. But in most cases it will be protected. Still give it a try.

  • @jboy6944
    @jboy6944 8 місяців тому

    Thanks, bro; this tutorial was clear and concise.

  • @vp6598
    @vp6598 8 місяців тому

    When I open "ST Visual Develop" window and try to close it, getting massage as "C:\Program Files (x86)\STMicroelectronics\st_tooset\stvd\default.wed was denied". What to do?

    • @badmek3782
      @badmek3782 8 місяців тому

      Are you able to compile the code

    • @vp6598
      @vp6598 7 місяців тому

      Yes, compile the code

  • @joeking5211
    @joeking5211 9 місяців тому

    Very nice vid. But how do you do the simple task of saving the pulses to a csv file with just the pulse on/off ( Hi/LO ) times (uS) for analysing.

    • @badmek3782
      @badmek3782 8 місяців тому

      Hello Joe, I'm creating a tutorial video for this process. However, if you'd like to give it a try beforehand, follow these steps: 1. Open Pulse View and navigate to the Decoder Selector. 2. Expand the Clock/Timing section. 3. Double-click on 'Timing' from the list. This will display pulse timing in the plotted signal. 4. Right-click on the displayed timing and choose the option to export it as annotations into a text file. Make sure to subscribe and like my videos for more content!

    • @badmek3782
      @badmek3782 8 місяців тому

      I have completed video on this topic, please see the link below ua-cam.com/video/u5sBKwxFs-4/v-deo.html

    • @joeking5211
      @joeking5211 8 місяців тому

      @@badmek3782 Hi, MANY MANY THKS for your reply, wow, had a bit of a journey since then, in short, you mentioned the Clock/Timing, my copy does not have it, yep, it's been installed and not updated for very long while. Ok, update to latest ( 0.5.0 ), aaarrrhhh now, that's where it all falls flat. I have been installing/uninstalling/zadig'ing constantly for the last two days with absolutely no success even on a couple of VM's, so it was only today I had the idea of going for the ( 0.4.0 ) vers, the so called stable vers. and Eureka, I got it running, still a different look to your ver of PV which i'm going to assume is the ( 0.5.0 ), I have a missing option next to the protocol button ? and the protocol menu is a straight dropdown list, BUT IT DOES HAVE the all important 'Timing', and so with great thks to your initial reply and a couple of python scripts to filter the Timing output file I have now managed to get the project well under way. I came here to thk you and update you tonight and noticed your new vid and have just given it a watch, VERY WELL DONE, that will be a great help to anyone that was in my position a couple of days back. PS not so sure what the 'Averaging Period' is for, will have to go through the docs, but i really don't need any more from it for now. Keep up the good work, and thks again for that initial heads up.

  • @ericboateng7211
    @ericboateng7211 9 місяців тому

    I am Eric from Ghana. Please can you send me your email I will like to send you a personal email. Thank you

    • @badmek3782
      @badmek3782 8 місяців тому

      badmekanic@gmail.com

  • @Sanaullahalam95
    @Sanaullahalam95 9 місяців тому

    no licence mail recieve try many but not giving me

    • @badmek3782
      @badmek3782 9 місяців тому

      Did you check in the spam box

    • @Sanaullahalam95
      @Sanaullahalam95 9 місяців тому

      yes i have check in spam no any mail dear sir please help@@badmek3782

    • @Sanaullahalam95
      @Sanaullahalam95 9 місяців тому

      any more option

    • @badmek3782
      @badmek3782 9 місяців тому

      If you have any pop up blocker enabled in your browser disable them. If it is not working after that, you have to contact for cosmic support

    • @Sanaullahalam95
      @Sanaullahalam95 9 місяців тому

      Ok

  • @badmek3782
    @badmek3782 Рік тому

    github.com/Rahultt1989/pythonProject/tree/main/pythonProject

  • @FozleaRabbi
    @FozleaRabbi Рік тому

    Nice tutorial

  • @rameshwargadekar7626
    @rameshwargadekar7626 Рік тому

    Helpful to me❤

  • @todorovjr
    @todorovjr Рік тому

    Hello, Great tutorial, but I am having problems with the license. I get the same error message that I've seen other people comment about "FlexLM Invalid (inconsistent) license key" I got the license from the Cosmic email address, after I registered online after finding the registration page manually as LmregFSE didn't open any webpage. I correctly placed the license file in the folder. Can you help me out?

    • @badmek3782
      @badmek3782 Рік тому

      Do you have any pop up blocker enabled in your browser.

    • @todorovjr
      @todorovjr Рік тому

      @@badmek3782 I do, maybe that is why LmregFSE didn’t open a separate window to send the email to cosmic. I resolved my problem by directly messaging Cosmic support with a txt file of my userid and details for the license. Everything else worked flawlessly after that!

  • @samuele5931
    @samuele5931 Рік тому

    Thank you, it was very useful to have an updated tutorial of Pulseview and you explained everything with the right detail

  • @arj1169
    @arj1169 Рік тому

    nice presentation ...keep it up

  • @koihalnijan8819
    @koihalnijan8819 2 роки тому

    Good

  • @mohamedfarid7499
    @mohamedfarid7499 2 роки тому

    thanks a lot

  • @dabhipruthvi5185
    @dabhipruthvi5185 2 роки тому

    Connection error (usb://usb): swim error [30006]: comm init error: chip does not answer can anyone help to ?? i got this type of error

    • @badmek3782
      @badmek3782 2 роки тому

      Hi Pruthvi, Please open "Debug Instrument Settings" on STVD IDE and Uncheck "Restart the application with Swim off". Reset Microcontroller and try debugging after this, check if the issue is resolved. Please see below video for more information ua-cam.com/video/gExRr68CsKs/v-deo.html

  • @anusreepp9700
    @anusreepp9700 2 роки тому

    Very useful.. thank you so much.

  • @prasannakumari5838
    @prasannakumari5838 2 роки тому

    excellent