Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Weird and The Wonderful
  4. Possibly the hottest mess I've seen in some time

Possibly the hottest mess I've seen in some time

Scheduled Pinned Locked Moved The Weird and The Wonderful
iothelpannouncementlounge
11 Posts 5 Posters 71 Views 1 Watching
  • 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.
  • H honey the codewitch

    I have a little IoT audio development board - an AI Thinker ESP32 Audio Kit Version 2.2 rev 2957. The thing is supposed to able to be developed into an Alexa type device. The problem with it is the documentation is maybe the worst I've ever seen. It claimed that the audio chip was an ES8388. It's an AC101, which isn't even similar. Worse, there are at least 3 different versions of "Version 2.2" with different pinouts, none of which are specifically documented, requiring you to piece together snatches of old documentation, messageboard responses, and just random detritus from google and wave a dead chicken over the whole thing and maybe it will work. I've been working on it all day and am not at the point where it produces sound yet. I can turn an LED off and on. Would not recommend to a friend. Skip AI-Thinker and an get an Espressif LyraT board instead. Meh. Edit: I got mine making sound finally but who knows how many boards this works for.

    To err is human. Fortune favors the monsters.

    D Offline
    D Offline
    den2k88
    wrote on last edited by
    #2

    Quote:

    Possibly the hottest mess I've seen in some time

    Word for word what I thought when I met my wife :-D

    GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

    Mike HankeyM D 2 Replies Last reply
    0
    • H honey the codewitch

      I have a little IoT audio development board - an AI Thinker ESP32 Audio Kit Version 2.2 rev 2957. The thing is supposed to able to be developed into an Alexa type device. The problem with it is the documentation is maybe the worst I've ever seen. It claimed that the audio chip was an ES8388. It's an AC101, which isn't even similar. Worse, there are at least 3 different versions of "Version 2.2" with different pinouts, none of which are specifically documented, requiring you to piece together snatches of old documentation, messageboard responses, and just random detritus from google and wave a dead chicken over the whole thing and maybe it will work. I've been working on it all day and am not at the point where it produces sound yet. I can turn an LED off and on. Would not recommend to a friend. Skip AI-Thinker and an get an Espressif LyraT board instead. Meh. Edit: I got mine making sound finally but who knows how many boards this works for.

      To err is human. Fortune favors the monsters.

      Mike HankeyM Offline
      Mike HankeyM Offline
      Mike Hankey
      wrote on last edited by
      #3

      Don't know if this is what you're looking for but I bought one recently and it's a pretty decent device. I was looking for an Alexa type device but not cloud based. Audeme - Home[^]

      PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: ARM Tutorial Part 2 Timers

      H 1 Reply Last reply
      0
      • D den2k88

        Quote:

        Possibly the hottest mess I've seen in some time

        Word for word what I thought when I met my wife :-D

        GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

        Mike HankeyM Offline
        Mike HankeyM Offline
        Mike Hankey
        wrote on last edited by
        #4

        This is what I thought of mine when I met her. Trashy Women (Remastered Version) - YouTube[^]

        PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: ARM Tutorial Part 2 Timers

        1 Reply Last reply
        0
        • Mike HankeyM Mike Hankey

          Don't know if this is what you're looking for but I bought one recently and it's a pretty decent device. I was looking for an Alexa type device but not cloud based. Audeme - Home[^]

          PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: ARM Tutorial Part 2 Timers

          H Offline
          H Offline
          honey the codewitch
          wrote on last edited by
          #5

          Cool. I'm looking to avoid the Arduino ecosystem, as it's more bulky, pricey and less powerful than I'm used to as a general rule. I ordered a couple of different ESP32 based LyraT boards which are sort of gold standard boards for doing this sort of thing in the ESP32 world. But yeah, that's basically what I'm doing. I intend to release a library for it, so maybe I'll end up supporting the Arduino boards down the road, but I'm really focused on the ESP32 line.

          To err is human. Fortune favors the monsters.

          Mike HankeyM 1 Reply Last reply
          0
          • H honey the codewitch

            Cool. I'm looking to avoid the Arduino ecosystem, as it's more bulky, pricey and less powerful than I'm used to as a general rule. I ordered a couple of different ESP32 based LyraT boards which are sort of gold standard boards for doing this sort of thing in the ESP32 world. But yeah, that's basically what I'm doing. I intend to release a library for it, so maybe I'll end up supporting the Arduino boards down the road, but I'm really focused on the ESP32 line.

            To err is human. Fortune favors the monsters.

            Mike HankeyM Offline
            Mike HankeyM Offline
            Mike Hankey
            wrote on last edited by
            #6

            I'm fixing to convert it to use with ARM, I going away from Arduino. I'd eventually like to do some Home IoT stuff...if I ever get the time.

            PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: ARM Tutorial Part 2 Timers

            Mircea NeacsuM 1 Reply Last reply
            0
            • Mike HankeyM Mike Hankey

              I'm fixing to convert it to use with ARM, I going away from Arduino. I'd eventually like to do some Home IoT stuff...if I ever get the time.

              PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: ARM Tutorial Part 2 Timers

              Mircea NeacsuM Offline
              Mircea NeacsuM Offline
              Mircea Neacsu
              wrote on last edited by
              #7

              Mike Hankey wrote:

              if I ever get the time.

              Time is such a precious commodity when you are retired ... sometimes I wonder how I found time to work :laugh:

              Mircea

              Mike HankeyM 1 Reply Last reply
              0
              • Mircea NeacsuM Mircea Neacsu

                Mike Hankey wrote:

                if I ever get the time.

                Time is such a precious commodity when you are retired ... sometimes I wonder how I found time to work :laugh:

                Mircea

                Mike HankeyM Offline
                Mike HankeyM Offline
                Mike Hankey
                wrote on last edited by
                #8

                You got that right. I work more now than I did when I worked full time. Difference is there's no pressure to get them done.

                Give me coffee to change the things I can and wine for those I can not! PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: Simon Says, A Child's Game

                D 1 Reply Last reply
                0
                • Mike HankeyM Mike Hankey

                  You got that right. I work more now than I did when I worked full time. Difference is there's no pressure to get them done.

                  Give me coffee to change the things I can and wine for those I can not! PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: Simon Says, A Child's Game

                  D Offline
                  D Offline
                  DrWalter PE
                  wrote on last edited by
                  #9

                  Mike Hankey wrote:

                  I work more now than I did when I worked full time. Difference is there's no pressure to get them done.

                  Yeah, Ain't that the truth. I left salaried employment to start my own shop, but I worked twice as hard as I did when I had an actual job! Then I retired, or at least I drew my retirement, so now I only spend about 8 or 9 hours in front of the keyboard tinkering with projects that interest me!

                  Mike HankeyM 1 Reply Last reply
                  0
                  • D DrWalter PE

                    Mike Hankey wrote:

                    I work more now than I did when I worked full time. Difference is there's no pressure to get them done.

                    Yeah, Ain't that the truth. I left salaried employment to start my own shop, but I worked twice as hard as I did when I had an actual job! Then I retired, or at least I drew my retirement, so now I only spend about 8 or 9 hours in front of the keyboard tinkering with projects that interest me!

                    Mike HankeyM Offline
                    Mike HankeyM Offline
                    Mike Hankey
                    wrote on last edited by
                    #10

                    DrWalter PE wrote:

                    I worked twice as hard as I did when I had an actual job! Then I retired, or at least I drew my retirement, so now I only spend about 8 or 9 hours in front of the keyboard tinkering with projects that interest me!

                    Yep, but lately I've had to finish some woodworking projects so it's taken me away from the keyboard, temporarily anyway.

                    Give me coffee to change the things I can and wine for those I can not! PartsBin an Electronics Part Organizer - An updated version available! JaxCoder.com Latest Article: Simon Says, A Child's Game

                    1 Reply Last reply
                    0
                    • D den2k88

                      Quote:

                      Possibly the hottest mess I've seen in some time

                      Word for word what I thought when I met my wife :-D

                      GCS/GE d--(d) s-/+ a C+++ U+++ P-- L+@ E-- W+++ N+ o+ K- w+++ O? M-- V? PS+ PE Y+ PGP t+ 5? X R+++ tv-- b+(+++) DI+++ D++ G e++ h--- r+++ y+++*      Weapons extension: ma- k++ F+2 X

                      D Offline
                      D Offline
                      DrWalter PE
                      wrote on last edited by
                      #11

                      Don't you keep working on stuff like that just for the great feeling when you finally make it work? Been there, done that, but not on that particulr board.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups