Skip to content

Instantly share code, notes, and snippets.

@seokos
seokos / app_stack_uart.c
Created October 27, 2023 19:49 — forked from ultramcu/app_stack_uart.c
C Library for Raspberry Pi Send/Receive Serial
/*************************
* UART For Raspberry Pi (2014/10/10)
* gcc version 4.6.3 (Debian 4.6.3-14+rpi1)
*
* copyright [email protected]
* www.appstack.in.th
* https://github.com/ultramcu/AppStackUART
* ***********************/
#include <stdio.h>
@seokos
seokos / Checking your Raspberry Pi's view of its power supply.md
Created July 11, 2023 12:44 — forked from Paraphraser/Checking your Raspberry Pi's view of its power supply.md
Checking your Raspberry Pi's view of its power supply (sometimes it's not the wall-wart)

Checking your Raspberry Pi's view of its power supply

Sometimes it seems like the first (and sometimes only) advice you get offered for almost any problem with a Raspberry Pi is "check your power supply". You think something like:

"hey, I'm using an official power supply sold as being matched with my Pi so how can there be any problem?"

You look up the specs then stick a controlled load across your supply and confirm that it can deliver the required number of Watts.

Yet your problems persist…