ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.6m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MattSpellerM
      MattSpeller @thwr
      last edited by

      @thwr said in What Are You Doing Right Now:

      @travisdh1 let me know pls. I'm playing around a lot with odroids, cubox, pandaboards, bananapi's, beagleboards and others, depending on requirements. My preferred generic platform is the Raspberry Pi 2/3 at moment.

      No PIC's? 😞

      ❤ http://www.microchip.com/design-centers/microcontrollers

      thwrT travisdh1T 2 Replies Last reply Reply Quote 0
      • thwrT
        thwr @MattSpeller
        last edited by thwr

        @MattSpeller PIC too. Can't talk about the project due to NDA. Was something in civil avionics.

        I don't like PICs anyway, bugs here and there and the design is a bit ugly, IMHO. I think Atmel's are generally better.

        Renesas (former Mitsubishi Electronics)
        R8C/M16C/M32C's on the other hand are great uC's. But you can't compare uC 's to Linux on ARM, they serve different purposes.

        1 Reply Last reply Reply Quote 1
        • travisdh1T
          travisdh1 @MattSpeller
          last edited by

          @MattSpeller said in What Are You Doing Right Now:

          @thwr said in What Are You Doing Right Now:

          @travisdh1 let me know pls. I'm playing around a lot with odroids, cubox, pandaboards, bananapi's, beagleboards and others, depending on requirements. My preferred generic platform is the Raspberry Pi 2/3 at moment.

          No PIC's? 😞

          ❤ http://www.microchip.com/design-centers/microcontrollers

          Anyone even playing around in the space really should use a PIC at some point. Knowing history always helps, and they're still useful little guys.

          thwrT 1 Reply Last reply Reply Quote 2
          • thwrT
            thwr @travisdh1
            last edited by thwr

            @travisdh1 Agree on knowing history.

            But do you still pickle all your meat because it was done this way in the past? Or are you using a fridge today? PIC isn't bad at all, I do just prefer something else today. The PIC in the example above wasn't my choice and the project suffered from it. Took me two or three more weeks to hack (and __inline) around some issues like the very limited stack size. Here's some good reading about it: http://embeddedgurus.com/stack-overflow/2009/04/pic-stack-overflow/

            travisdh1T 1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller
              last edited by

              Back from a day sightseeing in Bulgaria. 🙂

              1 Reply Last reply Reply Quote 1
              • stacksofplatesS
                stacksofplates
                last edited by

                Ha so this is what the Oracle Lawyers think

                http://arstechnica.com/tech-policy/2016/05/op-ed-oracle-attorney-says-googles-court-victory-might-kill-the-gpl/?comments=1

                StrongBadS 1 Reply Last reply Reply Quote 1
                • StrongBadS
                  StrongBad @stacksofplates
                  last edited by

                  @johnhooks said in What Are You Doing Right Now:

                  Ha so this is what the Oracle Lawyers think

                  http://arstechnica.com/tech-policy/2016/05/op-ed-oracle-attorney-says-googles-court-victory-might-kill-the-gpl/?comments=1

                  How many open source companies depend on dual licensing? The GPL makes useful dual licensing very hard since any GPL contributed code stops the second license and makes the whole thing GPL. Seems like the lawyers are grasping at straws to win sympathy.

                  1 Reply Last reply Reply Quote 1
                  • DashrenderD
                    Dashrender
                    last edited by

                    5 Machines upgrade to Windows 10 - Dragon profiles copied back down and tested - holy crap that just sucks! what a time suck!

                    1 Reply Last reply Reply Quote 0
                    • MattSpellerM
                      MattSpeller
                      last edited by

                      Just realized y'all are on vacation today, lazy bums

                      gjacobseG 1 Reply Last reply Reply Quote 1
                      • gjacobseG
                        gjacobse @MattSpeller
                        last edited by

                        @MattSpeller said in What Are You Doing Right Now:

                        Just realized y'all are on vacation today, lazy bums

                        Lazy my butt,... er... well sorta..

                        No, Fixed a full breakfast,.. Bacon, Eggs, Biscuits and gravy. That done,.. I've hacked up an old Cell phone battery to a LI charger, Replaced some lamps in the truck, and just took the dash out.

                        This is preliminary to replacing the stock radio/6disk changer with a RPi and a SDR ... Also play to relocate the Kenwook d7100 and GPS antenna. Still working on routing and fabrication for a VHF/UHF antenna to use the fold over mast I have.

                        While I am at it,.. several dash lights are out, might flip them for LED replacements.

                        1 Reply Last reply Reply Quote 1
                        • gjacobseG
                          gjacobse @thwr
                          last edited by

                          @thwr said in What Are You Doing Right Now:

                          Playing with Raspberry Pi's, video streaming and software defined radio (SDR)
                          0_1464373106546_DSC_0023.JPG

                          Curious to know more about the arrangement... and what SDR you chose / why.

                          thwrT 2 Replies Last reply Reply Quote 1
                          • thwrT
                            thwr @gjacobse
                            last edited by

                            @gjacobse said in What Are You Doing Right Now:

                            @thwr said in What Are You Doing Right Now:

                            Playing with Raspberry Pi's, video streaming and software defined radio (SDR)
                            0_1464373106546_DSC_0023.JPG

                            Curious to know more about the arrangement... and what SDR you chose / why.

                            Ah, that's no magic at all. RTL-SDR with adrbox (dump1090 before) and a cheap DVB-T USB receiver. Pi-A (behind the touchscreen) is decoding ADS-B. Additionally, it acts as HTTP and VNC server. Pi-B grabs the VNC stream and does a little upscaling.

                            VNC is in use for a simple reason: I can catch any disconnects and restart the VNC client. That's way harder to accomplish with a browser. At least in the short amount of time I had to build this (roughly two days)

                            I'll post some instructions on my blog next week.

                            gjacobseG 1 Reply Last reply Reply Quote 1
                            • thwrT
                              thwr @gjacobse
                              last edited by

                              @gjacobse As for why adrbox: Great interface, good performance. Backend is the same between dump1090 and adrbox: rtlsdr.

                              1 Reply Last reply Reply Quote 0
                              • gjacobseG
                                gjacobse @thwr
                                last edited by

                                @thwr said in What Are You Doing Right Now:

                                @gjacobse said in What Are You Doing Right Now:

                                @thwr said in What Are You Doing Right Now:

                                Playing with Raspberry Pi's, video streaming and software defined radio (SDR)
                                0_1464373106546_DSC_0023.JPG

                                Curious to know more about the arrangement... and what SDR you chose / why.

                                Ah, that's no magic at all. RTL-SDR with adrbox (dump1090 before) and a cheap DVB-T USB receiver. Pi-A (behind the touchscreen) is decoding ADS-B. Additionally, it acts as HTTP and VNC server. Pi-B grabs the VNC stream and does a little upscaling.

                                VNC is in use for a simple reason: I can catch any disconnects and restart the VNC client. That's way harder to accomplish with a browser. At least in the short amount of time I had to build this (roughly two days)

                                I'll post some instructions on my blog next week.

                                Awesome - look forward to it. Now,.. back to ripping the truck apart (there are only four more screws....

                                thwrT 2 Replies Last reply Reply Quote 1
                                • thwrT
                                  thwr @gjacobse
                                  last edited by

                                  @gjacobse said in What Are You Doing Right Now:

                                  @thwr said in What Are You Doing Right Now:

                                  @gjacobse said in What Are You Doing Right Now:

                                  @thwr said in What Are You Doing Right Now:

                                  Playing with Raspberry Pi's, video streaming and software defined radio (SDR)
                                  0_1464373106546_DSC_0023.JPG

                                  Curious to know more about the arrangement... and what SDR you chose / why.

                                  Ah, that's no magic at all. RTL-SDR with adrbox (dump1090 before) and a cheap DVB-T USB receiver. Pi-A (behind the touchscreen) is decoding ADS-B. Additionally, it acts as HTTP and VNC server. Pi-B grabs the VNC stream and does a little upscaling.

                                  VNC is in use for a simple reason: I can catch any disconnects and restart the VNC client. That's way harder to accomplish with a browser. At least in the short amount of time I had to build this (roughly two days)

                                  I'll post some instructions on my blog next week.

                                  Awesome - look forward to it. Now,.. back to ripping the truck apart (there are only four more screws....

                                  We need pictures 😉

                                  1 Reply Last reply Reply Quote 1
                                  • thwrT
                                    thwr @gjacobse
                                    last edited by thwr

                                    @gjacobse said in What Are You Doing Right Now:

                                    @thwr said in What Are You Doing Right Now:

                                    @gjacobse said in What Are You Doing Right Now:

                                    @thwr said in What Are You Doing Right Now:

                                    Playing with Raspberry Pi's, video streaming and software defined radio (SDR)
                                    0_1464373106546_DSC_0023.JPG

                                    Curious to know more about the arrangement... and what SDR you chose / why.

                                    Ah, that's no magic at all. RTL-SDR with adrbox (dump1090 before) and a cheap DVB-T USB receiver. Pi-A (behind the touchscreen) is decoding ADS-B. Additionally, it acts as HTTP and VNC server. Pi-B grabs the VNC stream and does a little upscaling.

                                    VNC is in use for a simple reason: I can catch any disconnects and restart the VNC client. That's way harder to accomplish with a browser. At least in the short amount of time I had to build this (roughly two days)

                                    I'll post some instructions on my blog next week.

                                    Awesome - look forward to it. Now,.. back to ripping the truck apart (there are only four more screws....

                                    A few more pics, also showing the new Frontend. Sorry about the quality, just shot them with my mobile.

                                    Pi behind touchscreen
                                    0_1464635527030_DSC_0041.JPG

                                    Adsbox on Pi
                                    0_1464635629725_DSC_0037.JPG

                                    Stream on TV
                                    0_1464635770691_DSC_0039.JPG

                                    1 Reply Last reply Reply Quote 1
                                    • JaredBuschJ
                                      JaredBusch
                                      last edited by

                                      noticed this in my Instagram feed.

                                      0_1464645077051_upload-0a1b239c-092a-4818-96ce-d47d3b950fa2

                                      tonyshowoffT 1 Reply Last reply Reply Quote 3
                                      • tonyshowoffT
                                        tonyshowoff @JaredBusch
                                        last edited by

                                        @JaredBusch said in What Are You Doing Right Now:

                                        noticed this in my Instagram feed.

                                        0_1464645077051_upload-0a1b239c-092a-4818-96ce-d47d3b950fa2

                                        Man @scottalanmiller is way younger than I remember

                                        1 Reply Last reply Reply Quote 4
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Finally home!

                                          DashrenderD 1 Reply Last reply Reply Quote 2
                                          • Minion QueenM
                                            Minion Queen
                                            last edited by

                                            Happy Monday even though it's not a Monday, day after a long weekend.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 6
                                            • 7
                                            • 8
                                            • 9
                                            • 10
                                            • 4443
                                            • 4444
                                            • 8 / 4444
                                            • First post
                                              Last post