<clever>
juri_: and i can now do this over uart1, and inspect the RP1's state from within!
<juri_>
I'm still writing my slicer.
<clever>
nice
<juri_>
... year 4. ;)
<clever>
] gpio_clear 10 2
<clever>
] gpio_set 10 2
<clever>
f_: i noticed a RP1_STAT_LED in the gpio listing, and giving it a poke from the RP1, reveals its the red channel on the status led
<clever>
so i can now alternate the status between green and orange
<juri_>
as a member of the colourblind community, let me throw a tomato at you now. oops, that was an orange.
<clever>
lol
<clever>
thats also why the official firmware doesnt use orange
<clever>
for the old pis, red indicates good power, and only turns off when voltage is low
<clever>
and green indicates activity, turning on when busy
<clever>
for the pi5, its a bi-color red/green led, red indicates off, green indicates on, and green blinks off to indicate activity
<clever>
but it is capable of red+green on the same led
<clever>
juri_: i feel like the pi1-pi4 family is better for the color blind, since you can use position as an extra hint, but with the pi5, the only signal your missing is on vs off
<clever>
and youll probably have other signs that its on
<Riku_V>
a whiny fan for example?
<clever>
Riku_V: only if its over a certain temp
jcea has joined ##raspberrypi-internals
<f_>
clever: sorry, was afk
<f_>
I think we should first bridge to matrix and then, since discord is a bit controversal, ask folks if they want to bridge to discord?
<clever>
let me get the matrix url
<f_>
and I can test if bridging matrix works, unlike discord.
<f_>
I don't have a discord account.
<clever>
ahh
<f_>
Personally I don't like matrix much
<clever>
yeah, i dont use it much either
<f_>
several downsides IMO
<juri_>
personally, i dislike both of them.
<f_>
Yeah I dislike discord more TBH, but have nothing against bridging to discord.
<clever>
what was your matrix userid? not sure where to copy the space url
<f_>
my client doesn't support spaces :/
<clever>
ah, i can invite you to the rooms as well
<f_>
but it's @notrealvitali64:matrix.org
<f_>
TBH matrix.org especially sucks
<f_>
willing to move to another HS :P
<f_>
(I'd like to use my IRC client for matrix and morg doesn't work)
<clever>
invited you to the general channel for rpi-open-firmware
<clever>
there are a number of sub-channels, for each peripheral
<clever>
but they are all silent, not a single message
<f_>
can't see the invite
<f_>
oh there it is
<clever>
do you see the PM i sent?
<clever>
i assume history is visible?
<f_>
I joined
<f_>
Yes, history is visible
<clever>
good
<f_>
Mind giving me mod perms?
<clever>
done
<f_>
Thanks
<f_>
Not sure if it works, gomuks is especially b0rked for some reason.
f_ridge has joined ##raspberrypi-internals
<f_>
hi
<f_>
hi
<f_>
Wonderful! It works!
<f_>
clever: Send a message from Matrix
f_ridge has quit [Remote host closed the connection]
f_ridge has joined ##raspberrypi-internals
<f_>
test
<f_>
Matrix->IRC doesn't work, weird.
<clever>
f_: ive seen other bridges, that emulate an entire home-server, it can then create as many "fake" users as it wants (its a homeserver!) and map each irc user to one
<clever>
and federation lets home servers join the network without any special privs
<clever>
as long as the room lets anybody join, the HS can just have each fake user join, as they pop up in irc
<clever>
but the matrix->irc direction, typically makes a new connection for each user, and then you run into concurrent connection issues
<f_>
Try sending a message from matrix
<f_ridge>
<cleverca22|matrix>ping
<clever>
pong
<clever>
thats better
<clever>
heading upstairs to watch a bit of tv...
f_ridge has quit [Remote host closed the connection]
f_ridge has joined ##raspberrypi-internals
<f_>
ping
<f_>
ping
<f_>
ping
<f_>
clever: As for the fake users feature, matterbridge can do that on Discord with Webhooks
<f_>
Still have to create a proper matrix account for the bridge. Second..
<f_>
Should work.
f_ridge has quit [Remote host closed the connection]
f_ridge has joined ##raspberrypi-internals
<f_>
Ping!
<f_>
no pong?
<f_ridge>
<f_[mtrx]/mx> Pong!
<f_>
Oh there it is.
<clever>
f_: yeah, the discord webhook thing ive seen before, thats less of a fake user, and more of changing the visible name for each msg
<f_>
Pretty much, yes.
<clever>
if you click on the users, youll clearly see they are all the same bot
<f_ridge>
<f_[mtrx]/mx> replying.
<f_>
mm, replies aren't bridged.
<clever>
yeah, context it lost
<f_>
I'll see if that can be enabled..
<f_ridge>
<cleverca22/mx> ```
<f_ridge>
<cleverca22/mx> ] help
<f_ridge>
<cleverca22/mx> command list by block:
<f_ridge>
<cleverca22/mx> [platform]
<f_ridge>
<cleverca22/mx> uart3 : test uart3
<f_ridge>
<cleverca22/mx> [gpio]
<f_ridge>
<cleverca22/mx> gpio_dump_state : dump current gpio state
<f_ridge>
<cleverca22/mx> gpio_set : set a gpio high
<f_ridge>
<cleverca22/mx> gpio_clear : clear a gpio low
<f_ridge>
<cleverca22/mx> [app]
<f_ridge>
<cleverca22/mx> app : commands to operate on apps
<f_ridge>
<cleverca22/mx> start : shortcut for app start
<f_ridge>
<cleverca22/mx> [kernel]
<f_ridge>
<cleverca22/mx> [mem]
<f_ridge>
<cleverca22/mx> dw : display memory in words
<f_ridge>
<cleverca22/mx> dh : display memory in halfwords
<f_ridge>
<cleverca22/mx> db : display memory in bytes
<f_ridge>
<cleverca22/mx> mw : modify word of memory
<f_ridge>
<cleverca22/mx> mh : modify halfword of memory
<f_ridge>
<cleverca22/mx> mb : modify byte of memory
<f_ridge>
<cleverca22/mx> fw : fill range of memory by word
<f_ridge>
<cleverca22/mx> fh : fill range of memory by halfword
<f_ridge>
<cleverca22/mx> fb : fill range of memory by byte
<f_ridge>
<cleverca22/mx> mc : copy a range of memory
<f_ridge>
<f_[mtrx]/mx> stackstomp : intentionally overrun the stack
<f_ridge>
<f_[mtrx]/mx> chain : chain load another binary
<f_ridge>
<f_[mtrx]/mx> sleep : sleep number of seconds
<f_ridge>
<f_[mtrx]/mx> sleepm : sleep number of milliseconds
<f_ridge>
<f_[mtrx]/mx> time : print current time
<f_>
Well
<f_>
As a general rule of thumb..anything more tham 4-5 lines should be in a pastebin :P
<clever>
yeah
<clever>
but discord/matrix support multi-line stuff, and is far simpler then an external pastebin
<f_>
oh yeah
<f_>
Well I forgot that one..
<f_>
MessageQueue is set to 30
<f_>
>Maximum amount of messages to hold in queue. If queue is full messages will be dropped. <message clipped> will be add to the message that fills the queue.
<f_>
clever: Pretty sure you can do file upload on Matrix.
<f_ridge>
<f_[mtrx]/Matrix> I guess that's about it!
<clever>
yep
<f_>
I'll add those to the website perhaps
<f_>
clever: did you also add the chat logs link in discord?
<clever>
yep
<f_>
Nice.
<f_>
I'd still recommend IRC as that's where most of us are on right now
<clever>
i have been doing some RP1 stuff with a dude on discord, in another server
<f_>
44 members on IRC v.s. ~10 on discord and ~10 on matrix
<f_>
clever: would be nice to have convos like this here :P
<f_>
Adding to the website now
<f_ridge>
<f_[mtrx]/Matrix> Reactions not bridged BTW :P
<f_ridge>
<f_[mtrx]/Matrix> At least to IRC.
<f_ridge>
<f_[mtrx]/Matrix> No idea about Discord.
<f_ridge>
<clever___/Discord> same
<f_ridge>
<f_[mtrx]/Matrix> Ah.
<f_>
Well!
<f_>
that bridgen't
<f_ridge>
<f_[mtrx]/Matrix> bridgen't
<f_>
Anyway enough noise.
<f_>
If anyone doesn't want their messages being bridged..let me know and I'll add you to ignore list :D
<f_>
Or if there's too much people, :P I'll see what I can do :P
<f_>
clever:
<f_>
Most of us are on Libera.Chat IRC and it's the recommended way to chat:
<f_>
<...usual IRC blah blah...>
<f_>
If you want, you can also join on Matrix:
<f_>
<matrix address>
<f_>
Or if willing to chat on discord, you can follow this invite link: <invite>
<f_>
Both 3 chats are bridged together so you can talk to us regardless of which chat you're actually in (we use [matterbridge](https://github.com/42wim/matterbridge) to handle the bridging
<f_ridge>
<f_[mtrx]/Matrix> does that look good to you?
<f_ridge>
<f_[mtrx]/Matrix> BTW I'm unable to join other matrix rooms.
<clever>
any error?
<f_ridge>
<f_[mtrx]/Matrix> Except SMI and HVS
<f_ridge>
<f_[mtrx]/Matrix> Permission denied
<f_>
But does the text I sent look good to you? It'll be on the website.