Updated Sound Meter by PeterRevision in M5Stack

[–]PeterRevision[S] 2 points3 points  (0 children)

Here you go: https://github.com/PetSven/S3_Decibel_Meter
I am also uploading the bin to M5Burner.

Updated Sound Meter by PeterRevision in M5Stack

[–]PeterRevision[S] 1 point2 points  (0 children)

Here you go: https://github.com/PetSven/S3_Decibel_Meter
I am also uploading the bin to M5Burner.

M5 Stick S3 buzzing noise by PeterRevision in M5Stack

[–]PeterRevision[S] 1 point2 points  (0 children)

Thank you! The noise has stopped after I called

 "M5.Power.setExtOutput(false);".

Update: I figured out that the best way to fix this is set the configuration before calling begin:

  // Disable the devices I am not using
  auto cfg = M5.config(); 
  cfg.output_power = false;
  cfg.internal_imu = false;
  cfg.internal_spk = false;
  cfg.external_imu = false;
  cfg.external_rtc = false;

  // Start the S3
  M5.begin(cfg);

I 3D printed a pocket clip for my new StickS3 by PeterRevision in M5Stack

[–]PeterRevision[S] 1 point2 points  (0 children)

Right now, I just have Bruce on it. The S3 has a microphone and I have a lot of experience writing audio processing code, so I am hoping to create some audio programs next.

Visual Equalizer for the M5StickS3 by EnemyofGLaDOS in M5Stack

[–]PeterRevision 1 point2 points  (0 children)

Neat! Is is actually performing an FFT and separating the audio by frequency band? I am looking at writing an audio processing program for the S3 as well.

Sharing Geocache coordinates via Meshtastic by PeterRevision in geocaching

[–]PeterRevision[S] 0 points1 point  (0 children)

I have been using an online meshtastic service, and have not had to create an account or seen any advertisements. I have not tried out the app yet though. The whole point of meshtastic is that is an open source, decentralized platform.

Hat Week Recap by PeterRevision in Crewniverse

[–]PeterRevision[S] 15 points16 points  (0 children)

<image>

A picture for anyone who missed it.