home.social

#gettingstarted — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gettingstarted, aggregated by home.social.

  1. RP Pico Streamline Board - RP2354 - RP Pico #1

    rying out the new Streamline MCU RP2354 board. A dive into what is Raspberry Pico RP2350, WHY am I making this video (on a channel named STM32World) and finally - how easy it is to use.

    #GettingStarted #Tutorial #Streamline #RP2350 #STM32World

    youtube.com/watch?v=7JMziWYkwSg

  2. HOWTO I2C EEPROM - STM32 Tutorial #86

    This video will cover using I2C EEPROM's such as the M24M01 or M24Cxx. We will cover the I2C setup and configuration as well as the M24Cxx library. Finally we will be putting an actual file system (LittleFS) on top of the library.

    #STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeIDE #I2C #EEPROM #M24Cxx

    youtube.com/watch?v=iAjY9P2lb5s

  3. SPI Flash - STM32 Tutorial #84

    In this video we will go through our own W25Qxx SPI Flash library in detail. We will be using a Winbond W25Q128 flash chip on the CurrentMakers Streamline.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #SPI #Flash #W25Qxx #W25Q64 #W25Q128 #Winbond #STM32World #CurrentMakers #Streamline

    youtube.com/watch?v=9BRciMkJ0Fc

  4. ST Just Killed CubeMX (They Split It Again)

    ST just split STM32CubeMX into two versions: Legacy CubeMX and the new CubeMX2. In this video I show what changed, test CubeMX2 on the STM32C5, and explain what this means for all STM32 developers going forward.

    #STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeMX2 #STM32C5 #STM32World #CurrentMakers #Streamline

    youtube.com/watch?v=61r83TTzDfk

  5. Bare metal peripheral from scratch and advanced register debugging - STM32 Bare Metal #6

    In this video we turn the somewhat messy code from the last video into a neatly organized library.

    #STM32 #GettingStarted #Tutorial #STM32World #BareMetal #C

    youtube.com/watch?v=4mSGkdPqDvY

  6. STM32 Bare Metal UART and Print - STM32 Bare Metal #5

    In this video we will be converting our libraries into using bit-fields (bit packing) and implement a UART peripheral and print redirect (printf).

    #STM32 #GettingStarted #Tutorial #STM32World #BareMetal #C

    youtube.com/watch?v=t3Z3966psB4

  7. Did ST FIX STM32CubeIDE 2.1.0? - STM32 Tutorial #82

    STMicroelectronics just dropped an update to STM32CubeIDE - version 2.1.0 (and CubeMX at the same time).

    In earlier videos we have mentioned the rather botched and buggy 2.0.0 release, so the BIG question is - did they listen to the users and fix all the issues. Spoiler: Not really.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #STM32World

    youtube.com/watch?v=6zpMXbjjNs8

  8. 📺 Get oriented in OpenProject with a short video overview of the home page and navigation.

    Learn where everything lives so you can get to work faster.

    youtu.be/rvCd0xH7rCs

  9. STM32 Bare Metal #0 - New series intro (bare metal or register level programming)

    Welcome to the first intro video in our new STM32 Bare Metal series. In this video we will present the motivation as well as some important basic concepts.

    #STM32 #GettingStarted #Tutorial #BareMetal #STM32World #CurrentMakers

    youtube.com/watch?v=wVbD3Y4-GgA

  10. STM32 Tutorial #81 - AMAZING TinyUSB Library

    In this video we will use the TinyUSB library with STM32CubeMX, STM32CubeIDE and HAL to create a composite USB CDC (communication device class) and MSC (mass storage class) device on a STM32H562.

    #STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeIDE #TinyUSB #STM32World #USB #Composite

    youtube.com/watch?v=ZywYPsIohcw

  11. STM32 Tutorial #81 - AMAZING TinyUSB Library

    In this video we will use the TinyUSB library with STM32CubeMX, STM32CubeIDE and HAL to create a composite USB CDC (communication device class) and MSC (mass storage class) device on a STM32H562.

    #STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeIDE #TinyUSB #STM32World #USB #Composite

    youtube.com/watch?v=ZywYPsIohcw

  12. STM32 Tutorial #81 - AMAZING TinyUSB Library

    In this video we will use the TinyUSB library with STM32CubeMX, STM32CubeIDE and HAL to create a composite USB CDC (communication device class) and MSC (mass storage class) device on a STM32H562.

    #STM32 #GettingStarted #Tutorial #STM32CubeMX #STM32CubeIDE #TinyUSB #STM32World #USB #Composite

    youtube.com/watch?v=ZywYPsIohcw

  13. STM32 Tutorial #80 - CLion More Basic Usage

    In this video we continue from the previous video to explore the basic editing functionality in CLion. We cover the most basic commands like moving lines/blocks, search/replace, column selection mode, refactoring and more.

    #STM32 #GettingStarted #Tutorial #CLion #STM32World

    youtube.com/watch?v=bZQ-bXu5rWY

  14. STM32 Tutorial #79 - CLion #2 Basic Usage

    In this video we continue from the previous video to explore the basic navigation that is needed to get going with CLion. We cover debugging tools, selection, navigation, git and diff.

    #STM32 #GettingStarted #Tutorial #CLion #STM32World

    youtube.com/watch?v=IhvXF8aVAdA

  15. STM32 Tutorial #77 - Printing with libopencm3 uart

    In this video we continue the journey using STM32 with open source tools only. We will add printf redirect.

    #STM32 #GettingStarted #Tutorial #CLion #libopencm3 #BareMetal

    youtube.com/watch?v=KrPzrj2nZWI

  16. STM32 Tutorial #75 - Introduction to CLion for STM32 development

    CLion is a C/C++ IDE from Jetbrains, and has over the last few years improved a lot when it comes to STM32 embedded support. In this video we look at the first steps on how to set up an STM32CubeMX project for CLion, more easily than doing the same thing with the new STMCubeIDE 2.0.0

    #STM32 #GettingStarted #Tutorial #CLion #STM32World

    youtube.com/watch?v=OAcD135fnms

  17. FIRST STM32CubeIDE 2.0.0 Tutorial

    Introducing the new and improved STM32CubeIDE along with the new and improved bowtie Lars ;)

    As mentioned in my earlier rant video, STMicroelectronics have just made using STM32CubeIDE a LOT harder. In this video we go through how it can be used with a few extra steps.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #STM32World

    youtube.com/watch?v=Sa_HBrblF0w

  18. STM32 Tutorial #69 - WS2812 USB HID Controller (Neopixel RGB LED)

    In this video we will combine earlier videos using USB HID to control the programmable RGB WS2812 Neopixels.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #USB #HID #WS2812 #NeoPixel #STM32World

    youtube.com/watch?v=gc_AD8k0PCI

  19. STM32 Tutorial #68 - USB HID Bidirectional

    In a previous video (linked below) we created a very basic USB HID device and had working communication from the host to the device. In this video we're going to expand on this video implementing full bi-directional communications.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #HID #USB #STM32World

    youtube.com/watch?v=EQKnW47atDU

  20. STM32 Tutorial #65 - Bit Banging PWM SUPER Optimized

    In this Tutorial video we will dive further into timers by using a timer to bit bang PWM on a GPIO where no timer channel is available (such as PC13). We will begin by letting STM32CubeMX generate all the code but then optimize that by creating our own interrupt handler.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #Timer #PWM #BitBang #STM32World

    youtube.com/watch?v=QHcK3Ani-As

  21. STM32 Short #7 - OVERCLOCKING is it possible?

    Planning a video on the STM32 clock configuration we decided to experiment with overclocking. Can you in fact overclock a STM32 MCU past the specifications and how far can you push it. Lawyers might argue I need to include a disclaimer here: "Do not try this at home", but I really think you SHOULD try this at home.

    #STM32 #GettingStarted #STM32CubeIDE #STM32CubeMX #Clock #Overclocking #STM32World

    youtube.com/watch?v=DTdoIq5RIDg

  22. Timer Input Capture

    In this video we'll be revisiting timers. In a much earlier video we were using Timer Input Capture to decode rotary encoders. In this video we will be using input capture mode to measure frequency and duty cycle of a pulse width moduleated input.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #PWM #Timer #InputCapture #STM32World

    youtube.com/watch?v=9HpiXjB3kkc

  23. STM32 Tutorial #57 - Music Player part 2 - Reading and Parsing WAV files

    Second video in the Music Player series. In this video we will implement the file handling, WAV file parsing and sending the WAV PCM data to the audio DAC.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #I2S #DMA #WAV #SDIO #STM32World

    youtube.com/watch?v=5F6Y1Ttpg-A

  24. STM32 Tutorial #56 - Music Player part 1 - Audio out to I2S

    In this video we start building our "Music Player" introduced in the previous video. This video will focus on the I2S audio out to the DAC as well as adjusting sample rates. Part 2 which will deal with reading WAV files from SD card will follow soon.

    #STM32 #GettingStarted #Tutorial #STM32CubeIDE #STM32CubeMX #I2S #DMA #STM32World

    youtube.com/watch?v=hFuhPGSGzWM

  25. STM32 Tutorial #55 - I2S w. DMA - Dual Sine

    In this Getting Started Tutorial video we are going to dive into generating an audio I2S stream. We will be creating dual SINE waves (Left/Right) at 96 kHz sample rate.

    #STM32 #Tutorial #GettingStarted #STM32CubeIDE #STM32CubeMX #I2S #DMA #STM32World

    youtube.com/watch?v=vOAf3xxGq_o

  26. Perfektionismus blockiert oft den Start. Prototypen oder MVPs helfen, erste Erfolge zu sehen und das Projekt ins Rollen zu bringen. "Ein guter Start ist besser als endloses Zögern." #Prototyping

    Basierend auf: "Bin fast fertig, muss nur noch anfangen" von J. Kriechhammer
    #LearningNugget #GettingStarted #Motivation

  27. STM32 Tutorial #45 - HOW to Flash (ST-Link)

    After understanding the different STM32 variants, the most confusing to new developers seems to be the issue of how to flash. In this video we will go through all the options. The content of this video has been covered in earlier video but not concentrated like in this video.

    #STM32 #Tutorial #GettingStarted #STLink #Flashing #stm32world #Arduino

    youtube.com/watch?v=jHo_IpqRlRE

  28. Some of you may already know that I earned the CompTIA A+ certification in January. It took almost 11 months of studying to make it happen, and the hard work paid off. I decided to make a video to #payitforward and show everyone the resources that helped me in my journey. The link to my blog post with links is here: charleseroop.com/2023/03/04/ea

    Video: youtu.be/SbzCY3B3250

    #IT #entrylevel #entryleveljobs #Aplus #CompTIA #tech #resources #help #gettingstarted #certifications #techjobs

  29. Just finished the last preparation for my upcoming session tomorrow at the dataMinds.be User Group. There still is some time left to register.

    See you tomorrow!

    Info and registration: dataminds.be/improving-team-co

    #DatabaseProjects #AzureDevOps #DataEngineering #GettingStarted

  30. Getting started with Mastodon? Couple of unintuitive things I spent ages finding out, I thought I'd share (using mastodon app on Android):
    1) to search for anything or anyone, click on #
    2) profile pic is called Avatar. To set yours up click on the pic top right (which will presumably be an elephant, equivalent of Twitter egg) > edit profile > upload avatar
    3) press Publish to *start* composing a toot (as well as to actually toot it)
    #GettingStarted #mastodon #Profile #Seach

  31. My advice if you're trying to start your own #mastodon isntance: USE CLOUD STORAGE! I'm specifically using #s3, but there are other options. If you end up federated with a lot of other servers you're going to be downloading a lot of media, and that will fill up your local storage quickly. S3 is pretty cheap, and a better form of #contentdelivery anyway. #advice #gettingstarted #twittermigration #selfhosted

  32. My advice if you're trying to start your own #mastodon isntance: USE CLOUD STORAGE! I'm specifically using #s3, but there are other options. If you end up federated with a lot of other servers you're going to be downloading a lot of media, and that will fill up your local storage quickly. S3 is pretty cheap, and a better form of #contentdelivery anyway. #advice #gettingstarted #twittermigration #selfhosted

  33. My advice if you're trying to start your own #mastodon isntance: USE CLOUD STORAGE! I'm specifically using #s3, but there are other options. If you end up federated with a lot of other servers you're going to be downloading a lot of media, and that will fill up your local storage quickly. S3 is pretty cheap, and a better form of #contentdelivery anyway. #advice #gettingstarted #twittermigration #selfhosted

  34. My advice if you're trying to start your own #mastodon isntance: USE CLOUD STORAGE! I'm specifically using #s3, but there are other options. If you end up federated with a lot of other servers you're going to be downloading a lot of media, and that will fill up your local storage quickly. S3 is pretty cheap, and a better form of #contentdelivery anyway. #advice #gettingstarted #twittermigration #selfhosted

  35. 3D Printering: Getting Started Is (Still) Harder Than It Needs To Be - Stop me if this sounds familiar. You are interested in 3D printing but lacked a clear idea of what w... more: hackaday.com/2020/03/05/3d-pri #hackadaycolumns #3dprinterhacks #gettingstarted #3dprintering #resources #primer