Skip to content

Python scripting for i2c button panel on the Raspberry Pi

Notifications You must be signed in to change notification settings

hamitron/piController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so the address is 0x3d...
you offset it with the address in the doc(second value)
it gets a lil wonk if you read too fast so dont do that
there is the int pin which you may be able to read
using the gpio library.

so basically when you inevitably get back here:
the int pin (gray wire) pulls low when the FIFO
is non-empty.  when empty it returns to hi-z.

if you do write_byte_data(0x3d,0x11,0b.......x)
that'll set the beep to different things.
dot means 0 x means 1 idk yeah confusing.

exporting video:
use MP4Box -add videofilename.h264 exportd/outputfilename.mp4

About

Python scripting for i2c button panel on the Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages