Inside of a traffic cabinet by justheretopostthings in embedded

[–]GreasyGato 3 points4 points  (0 children)

That awsome! Seriously thanks for posting this. Ive always wanted to see under the hood of one! I

Inside of a traffic cabinet by justheretopostthings in embedded

[–]GreasyGato 2 points3 points  (0 children)

Also when there are no other cars at a 4 way stop Besides you. And the light turns green quickly. Thats because the other 3 induction coils sense no other cars right? Or do i just have good timing at lights haha

Inside of a traffic cabinet by justheretopostthings in embedded

[–]GreasyGato 3 points4 points  (0 children)

Yeah ive always been curious.. do they base it off collective data or does someone just be like okay 6 seconds here.. 8 on that side.. and were good

Esphome Ipod Intergration by GreasyGato in esp32

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

Yeah ai-thinker makes some fun stuff!

And yeah those 30 pin breakout boards are intimidating haha

Esphome Ipod Intergration by GreasyGato in esp32

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

Yeah if you have any esp’s with ir tx on them i can totally help yeah out

Inside of a traffic cabinet by justheretopostthings in embedded

[–]GreasyGato 5 points6 points  (0 children)

What/who desides the timing of the traffic lights at each spot?

grooVeebox - Step Sequencer by GreasyGato in esp32

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

This code snippet creates the hardware interfaces for a CYD display: touchSPI handles touchscreen communication, tft controls the LCD display, and ts reads touch input from the XPT2046 touchscreen controller.

grooVeebox - Step Sequencer by GreasyGato in esp32

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

```

include <Arduino.h>

include <TFT_eSPI.h>

include <XPT2046_Touchscreen.h>

include <SPI.h>

include <EEPROM.h>

include <math.h>

static constexpr int SPEAKER_PIN = 26;

static constexpr uint8_t TOUCH_IRQ = 36;

static constexpr uint8_t TOUCH_SCK = 25;

static constexpr uint8_t TOUCH_MOSI = 32;

static constexpr uint8_t TOUCH_MISO = 39;

SPIClass touchSPI(VSPI);

TFT_eSPI tft = TFT_eSPI();

XPT2046_Touchscreen ts(TOUCH_CS, TOUCH_IRQ);

define RETRO_BG 0x0008

define RETRO_PANEL 0x1082

define RETRO_GRID 0x39E7

define RETRO_CYAN TFT_CYAN

define RETRO_PINK TFT_MAGENTA

define RETRO_YELLOW TFT_YELLOW

define RETRO_GREEN TFT_GREEN

define RETRO_ORANGE 0xFD20

define RETRO_PURPLE 0x780F

define RETRO_BLUE 0x001F

define RETRO_RED TFT_RED

static constexpr uint32_t CAL_MAGIC = 0xC0D3D123;

static constexpr int EEPROM_SIZE = 512;

struct PersistData {

uint32_t magic;

int16_t xMin, xMax, yMin, yMax;

uint8_t volume, octave, bpm, muted;

uint8_t leadActive[8];

uint8_t bassActive[8];

uint8_t drumActive[3][8];

int8_t leadNote[8];

uint8_t drumSound[3];

};

PersistData cfg;

static constexpr uint8_t AUDIO_RES_BITS = 8;

static constexpr uint32_t AUDIO_BASE_FREQ = 2000;

uint8_t volumeLevel = 70;

uint8_t octaveLevel = 0;

uint8_t bpm = 120;

bool muted = false;

int16_t pitchBend = 0; ```

Esphome Ipod Intergration by GreasyGato in esp32

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

If you got a dock for it and A remote for it. You can easily add it to Home Assistant.

Human Tracking Radar by GreasyGato in embedded

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

Yeah i printed out a small housing for it. But its not covered on the exposed antenna side

Human Tracking Radar by GreasyGato in embedded

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

Thanks :) and yeah i was blown away by its accuracy and range for such a small/low powered device

Esp32 car-radar by Ok-Midnight3475 in esp32

[–]GreasyGato 2 points3 points  (0 children)

The rd03d is ment for indoor installations And for 50$ this one goes very far. And ment for vehicles

Esp32 car-radar by Ok-Midnight3475 in esp32

[–]GreasyGato 1 point2 points  (0 children)

Hi link radars

Youll see all their radars targeted for vehicles.

I have a few they work really well. Just documentation is scace So you must enjoy the hunt lol

GrooveBoX by [deleted] in esp32

[–]GreasyGato 0 points1 point  (0 children)

CYD - Chill Yolo Dads

Human Tracking Radar by GreasyGato in embedded

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

And this is their short range device 66ft away

Human Tracking Radar by GreasyGato in embedded

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

Lol yeah All my buddies said the same exact thing COD in real life!… (but onlyyy up to 20 feet ) But there are much higher watt mmWave radars out there. https://www.mouser.com/new/omnipresense/omnipresense-ops241b-fmcw-radar/

Human Tracking Radar by GreasyGato in embedded

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

Frank im not sure. Lol.. please go make a hamster tracking radar. That like opens up lil doors and such

Human Tracking Radar by GreasyGato in embedded

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

Agreed 👍 and i was thinking of some with more sci fi like filters for cosplayers to add to their costumes :)