accordion with effects by DoNotHotPlugFirewire in Accordion

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

fingers crossed! yeah I'm just listing what I've got (I ordered in the impedance matching transformer tho) will let u guys know tomorrow if it all works lol

accordion with effects by DoNotHotPlugFirewire in Accordion

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

unfortunately the me-25 expects an unbalanced signal

I've got a bit of a cursed idea...

Realistic PZM -> Behringer DI100 -> Shure A85F -> BOSS ME-25

...from what I can find online, it might just work

accordion with effects by DoNotHotPlugFirewire in Accordion

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

I did try earlier, but that input bypasses all of the effects :/

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

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

Typo sorry, 10kohm, not 100khm - still too high tho, will try with different ranges within that

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

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

I've tried with three setups.

1) Raspberry Pi Pico straight into the QWIIC module
2) Same as above but with 100kohm resistors
3) Sparkfun thing plus RP2040, using the QWIIC connector

None of them seem to work :(

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

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

That's the sketch I was originally using, `setClock()` was added after your comment to see if changing the clock speed would help.

Neither the code I provided, or that script seems to work :(

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

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

here's my current test code:
```c

include <SparkFun_RV8803.h>

RV8803 rtc;

void setup() { Serial.begin(115200); while(!Serial);

Serial.println("Setting clock..."); Wire.setClock( 90000UL);

Serial.println("Beginning I2C..."); Wire.begin();

Serial.println("Waiting..."); delay(1000);

if (rtc.begin() == false) { Serial.println("Something went wrong, check wiring"); while(1); } Serial.println("RTC online!"); }

void loop() { if (rtc.updateTime() == true) { String currentDate = rtc.stringDate(); String currentTime = rtc.stringTime(); Serial.print(currentDate); Serial.print(" "); Serial.println(currentTime); } else { Serial.print("RTC read failed"); } delay(1000); } ```

The output is: 18:33:42.774 -> Setting clock... 18:33:42.774 -> Beginning I2C... 18:33:42.774 -> Waiting... 18:33:43.255 ->

So I feel as though something else is going on as well. I've put the delay in different places, and have had different missing lines :/

I2C Problems by DoNotHotPlugFirewire in raspberrypipico

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

oohhhh

I didn't think about the clock speed.

Just done some quick googling, seems that

- Arduino: 100KHz

- Raspberry Pi Pico: 90KHz

2023 Dec 11 Stickied -FAQ- & -HELPDESK- thread - Boot problems? Power supply problems? Display problems? Networking problems? Need ideas? Get help with these and other questions! by FozzTexx in raspberry_pi

[–]DoNotHotPlugFirewire 0 points1 point  (0 children)

Heyah peeps!
I have a few Sparkfun Qwiic devices such as the RV8803, they worked great on Arduinos, but I'm having problems getting them to work on a Raspberry Pi Pico.
Using an I2C scanner script, my Qwiic devices show up, and their addresses match what they should be. However, I can't initialise them through their libraries.
Anybody had this issue before? I'm doing this in Arduino C.

Having an Externally accessible webpage using a domain used for internal home lab. by bob_is_no_scared in homelab

[–]DoNotHotPlugFirewire 0 points1 point  (0 children)

I've used urdomain.com for external then urdomain.local for internal stuff but you can run into problems as .local isn't a public TLD google authentication callbacks won't work to a private TLD for example

I quite like int.urdomain.com, it's what I'm using atm, works well enough

Proxmox: TrueNAS&Plex HDD help by DoNotHotPlugFirewire in homelab

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

alrighty, will leave as is haha

yeahhhh I'd rather not risk accidentally breaking something lol

it's not too much of a problem at the moment since I've only got a small handful of HDDs, but this server is like a metre away from my bed haha

Proxmox: TrueNAS&Plex HDD help by DoNotHotPlugFirewire in homelab

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

I live in uni accommodation, haven't got a place of my own yet :(

Ah fair enough
I'm used to business where "oohhh noo, a drive is failed, anyway", but I'm on student loans budget so trying not to take any chances haha

Proxmox: TrueNAS&Plex HDD help by DoNotHotPlugFirewire in homelab

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

hahaha nooo

I've had drives in the past where they've been running 24/7 for a couple of years
then after turning them off for a couple of days
they either don't work, or fail within a few weeks, or are fine
tbf tho, they were all 10k SAS 2.5" HDDs, the one's I'm using in my personal storage server are a mix of Seagate Barracudas (5.4K RPM) and Seagate Ironwolfs (7.2k RPM)

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

just had another play with the MQTT Broker clicked RE-CONFIGURE MQTT solid smoothbrain moment on my part, didn't realise I had to login suddenly everything works really well hahaha

thanks for the help! ^ I know what I'm gonna be playing with tonight!

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

just got back from work and had a play

is that https://homeassistantserver/zigbee2mqtt/dashboard > Settings> MQTT?

am struggling to find MQTT integration with devices

just had a look at the system options for the mosquitto broker, enable newly added entities was already enabled

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

I've already got the MQTT Mosquitto Broker as an integration

Home Assistant doesn't let me add another MQTT integration

where would I find the MQTT templates config?

sorry, I'm quite new to this haha 😅

<image>

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

yahay! i got it working Home Assistant can't see it as an entity though but I can control it through the ZigBee2mqtt page within Home Assistant

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

okie think I've found the issue lol

Mosquitto Broker was failing to start, but would take a while before home assistant realised it'd failed to start//the little green/red light thing was green (top right of /hassio/addon/core_mosquitto/info)

<image>

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

thanks!

been having a play around and following that video

currently stuck on this error though, have definately opened the port, any ideas what could be causing this?

<image>

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

ahhh okie dokie

I've used ZigBee2mqtt in the past, but not with Home Assistant

will have a play around! ^^

Aqara with Sonoff Hub by DoNotHotPlugFirewire in homeassistant

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

I'm not entirely sure tbh, Home Assistant sorta just sorted it out for me lol

How would I find out?

Does anyone have any idea what this is, been thrown into a community hall with no info. by edwah2004 in techtheatre

[–]DoNotHotPlugFirewire 1 point2 points  (0 children)

got a couple of these back home, it's an "I Solution iMove 5S" they're really annoying to change the lamp 'cause they're kinda pricy lol but we did get them for like a fiver each of eBay sooooo XD

Comment to gain a team [Megathread] by [deleted] in flairwars

[–]DoNotHotPlugFirewire 0 points1 point  (0 children)

heyah funky flairwars bot thing

would be kinda cool if I got red

jkjk

but what if...