https://livekit.io logo
Join Slack
Powered by
# robotics
  • g

    gifted-family-53487

    05/01/2025, 7:38 PM
    set the channel description: Building robotics with LiveKit? Meet other builders and the LiveKit team to get help, updates, and share ideas.
  • r

    refined-appointment-81829

    05/01/2025, 8:32 PM
    ๐Ÿ‘‹
  • g

    gifted-family-53487

    05/01/2025, 8:42 PM
    ๐Ÿค– ๐Ÿค– ๐Ÿค–
  • r

    refined-appointment-81829

    05/02/2025, 3:16 PM
    Well, I am not sure how much this classifies as robotics but to kick off the conversation here is a little project I was playing with for a voice controlled home using LiveKit. (sped up the raise and lower because it is slow)
    TV_Control.mp4
    ๐Ÿ™Œ 1
    ๐Ÿš€ 9
    a
    l
    a
    • 4
    • 6
  • r

    refined-appointment-81829

    05/05/2025, 7:52 PM
    This is the last robot I built. I am currently building v2 of this since that one did not handle rain and failed. I custom trained computer vision model so has labels for baby Canadian goose, Canadian goose, dog, person, etc. It only fires if only Canadian geese or baby Canadian geese are there. So if my dog, a person, some one fishing on a boat the laser will not fire. It runs on a raspberry PI (image capture, does inference, and trigger laser), ESP8266 (motor/laser control) and cheap IP camera (IP65 water resistent) mounted on a tree.
    operation_wild_goose_chase.mov
    ๐Ÿš€ 4
    ๐Ÿ”ฅ 10
    ๐Ÿ‘ 4
    g
    d
    f
    • 4
    • 21
  • n

    narrow-dog-51622

    05/27/2025, 12:26 AM
    Anyone worked with insertible streams for telemetry and syncing with video with any robotics projects.
    g
    • 2
    • 22
  • b

    best-area-47552

    05/28/2025, 3:50 AM
    Is there a plan to support an esp32 client sdk for livekit? also, iโ€™m new to this but i thought esp32 is not powerful enough for supporting webrtc, which livekit uses
    g
    r
    • 3
    • 14
  • s

    sparse-dentist-95787

    06/08/2025, 6:34 PM
    https://youtube.com/shorts/CueXQUa94Ss I saw this and i thought of LK, this would be a fun project.
    ๐Ÿ’œ 3
    ๐Ÿ‘ 1
    r
    • 2
    • 1
  • n

    narrow-dog-51622

    07/17/2025, 2:00 PM
    Anyone worked with LiveKit and the DJI v5 MSDK? https://developer.dji.com/mobile-sdk/ I want to make a opensource app to stream and control the drone. The video side is a bit to much for me to understand, I've worked on the virtual sticks and other stuff. Thought about converting this one and updating the SDK version to the latest. https://github.com/Penkov-D/DJI-MSDK-to-PC I have drones to test with just the video / lk side is going to stump me.
    r
    g
    • 3
    • 10
  • c

    cuddly-helmet-91828

    07/17/2025, 2:41 PM
    Hi! Does anyone have experience building a voice agent on a RaspberryPi zero? I am having some issues understanding the agent lifecycle using python clients and would greatly appreciate any support ๐Ÿ™‚
    r
    g
    • 3
    • 42
  • g

    gentle-refrigerator-18414

    07/21/2025, 4:30 PM
    We have our first version of the ESP32 SDK available here: https://github.com/livekit/client-sdk-esp32
    ๐Ÿ™Œ 3
    ๐ŸŽ‰ 7
    f
    • 2
    • 1
  • m

    melodic-finland-57387

    07/25/2025, 12:41 PM
    Hi i am leaning the physical robotics in the drone, I need to know what are the jobs available in as of now
  • r

    ripe-arm-36009

    08/06/2025, 5:51 AM
    suberb.
  • m

    mammoth-park-24283

    09/01/2025, 9:19 AM
    Hi team, we're currently using the DJI docks in our system and are looking into using LiveKit to scale up the streaming component of this (we're currently using RTMP with local MediaMTX servers). What I'm trying to understand is whether we have to use the ingestion service to pipe the dock/drone video output to LiveKit or whether we can generate the WebRTC URL for the room and hand it off to the docks to connect like any other client? Their API is pretty simple in that we can just give it these few parameters: https://developer.dji.com/doc/cloud-api-tutorial/en/api-reference/dock-to-cloud/mqtt/dock/dock2/live.html#start-live-streaming
    g
    n
    • 3
    • 6
  • c

    crooked-advantage-22031

    09/03/2025, 6:10 AM
    Hi Team, Great day! @gentle-refrigerator-18414 On our custom board we are using only two peripherals: audio codec (ES8311) and microphone ADC (ES7210). We are reusing the code from livekit/client-sdk-esp32, with only changes in the pin configuration inside
    third-party/webrtc/codec_board/board.cfg
    . However, when we build and run, it throws an error indicating that I2C initialization failed for both ES8311 and ES7210. On the hardware side, everything looks fine (proper pull-ups are present). From reviewing the code, I see that the project uses a global instance for pin configuration in
    bsp_init()
    . My question is: Do we need to explicitly disable all unused peripheral configurations (like LCD, IMU, buttons, etc.) in order to avoid ambiguity in the BSP init sequence, so that ES8311/ES7210 initialization over I2C does not fail?
    r
    g
    f
    • 4
    • 24
  • s

    shy-vr-59602

    09/07/2025, 10:43 PM
    hey there ๐Ÿ‘‹ I'm super excited about having an voice agent via an ESP32... I have a respeaker light and a SAT1 Dev Board to test this... but I'm somewhat lost as whatever I tried there was always some form of "road" block - so I'm "back to the basics" just get the official demo running - but I failed there as well ๐Ÿ™ˆ If someone could help me to get my first step in right direction I would really appreciate it ๐Ÿคž I opened an issue to share my exact steps + config https://github.com/livekit/client-sdk-esp32/issues/27
    d
    g
    f
    • 4
    • 30
  • p

    powerful-honey-59943

    10/08/2025, 8:06 PM
    Hey guys ๐Ÿ‘‹ Can anyone gives me heads up to where I can start my physical AI journey? Where to start? I am python Dev but no idea where to start and where to continue. I want to run voice AI on physical AI as receptionist Cheers ๐Ÿ™Œ๐Ÿป
    r
    g
    +3
    • 6
    • 24
  • f

    freezing-furniture-95502

    10/10/2025, 6:28 AM
    ๐Ÿ“ฃ LiveKit for ESP32 v0.3.2 has been released, adding support for H.264 video publishing
    ๐ŸŽ‰ 9
    r
    • 2
    • 1