Jump to content

New pages

New pages
Hide registered users | Hide bots | Show redirects

15 September 2026

25 August 2026

  • 14:0414:04, 25 August 2026 PCB (hist | edit) [1,701 bytes] 192.168.202.216 (talk) (Created page with "PCB BOARD DESIGN SPECIFICATIONS Must haves - STM development board should be able to be attached - Module headers for peripheral devices (figure out specifications for headers and where they should terminate) - Power rails for 3.3v and 5.0v pins to power the dev board and other peripherals - Slot for radio communication adapter. - Maybe a breakout of the pins we are going to use.")

12 August 2026

  • 14:1714:17, 12 August 2026 Voltage Ranges (hist | edit) [686 bytes] Nelson (talk | contribs) (Created page with "Measurements for what the radio voltages. We notice that the speaker voltages are heavily biased vs ground, which is annoying. We think there's enough amplitude we can just half the output, instead of trying to high-pass filter it. == Speaker (radio out) == Raw (Standard Garrett yell): Min: 2.7V Center: 3.6V Max: 4.5V With 1/2 divider (Standard Garrett yell): Min: 1.48V Max: 2.02V")

31 July 2026

  • 13:4213:42, 31 July 2026 DAC (hist | edit) [2,484 bytes] Nelson (talk | contribs) (Created page with "Category:Contracts == DataBlock Struct == ``` typedef struct { int length; // Length in bits int current_index; // current position *TO BE READ NEXT* in bits uint8_t flags; // an area to communicate between different things accessing this memory const int max_length; // maximum length which can be stored in `data` in bits const uint8_t* data; // pointer to uint8 array to store data in } DataBlock_s; ``` == FLAGS Data == - 0 for DAC_STOP...")
  • 12:4112:41, 31 July 2026 Code Style (hist | edit) [793 bytes] Nelson (talk | contribs) (Created page with "== 2026 07 31 == What format do we use to name things? - Using "*" then " * " then ": " to write comments - Method names: Upper Snake Case - Struct names: Upper Snake Case, append "_t" - Variables: Lower Snake Case - Files: - .c, .h, .txt Lowercase with underscores - .txt and .json Upper Camel Case - Folders: By vibes") originally created as "Formatting"
  • 11:3911:39, 31 July 2026 2026 07 31-Meeting (hist | edit) [742 bytes] Nelson (talk | contribs) (Created page with "Category:Meetings Beans!")

30 July 2026

23 July 2026

24 June 2026