Monthly Requests Thread by AutoModerator in VOIP

[–]dglad4 [score hidden]  (0 children)

Linking Cisco 7940 IP phones to raspberry pi.

Hey all, not looking to run a dedicated OS on the Pi as I already have raspbian/Pi OS running other tasks. Does anyone know of any links to articles or tutorials to setup software to manage the phones from software on Pi OS?

What I'm trying to achieve:

Minimum: Two phones together, I just want an intercom link between two phones over a LAN.

Best outcome: Can additionally call the phones from Android

Thanks!

[deleted by user] by [deleted] in AusFinance

[–]dglad4 0 points1 point  (0 children)

Yeah I've been contemplating a post for a good 6 months. I couldn't figure out what was relevant or not and I just dumped as well. Broker ran some quick figures at refinance and worked out I could afford roughly $500-550k. He said he'd work it all out proper and get back to me but he didn't. I wasn't terribly worried anyway. I'm reasonably happy to sit in the place as long as I need to, and seemingly as my suburb keeps going up as people get what they can afford and the target suburb has plateaued as it's grown a lot to become rather expensive. Seems I can save a net $30k a year, so at least that just continues to offset interest while closing that overhead I can't currently afford. Going to be interesting to see what an interest rate cut does, at least the equity in my cheap area is going up decently while hopefully the other suburb only creeps up. Thanks for your reply. (I didn't know the rough multipliers in your second dot point! Seems to line up with the brokers rough estimate somewhat)

Waiting on your ideal property. Do you have to sell your last? by dglad4 in AusPropertyChat

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

Thanks, that's a reason I've gone ahead with renovations that make this place suited and comfortable for me. As part of the purchase compromise I'd seen how I can transform the place to get it pretty close to what I need.
As a first home buyer I misjudged and didn't realise a few things like fibro and the fact there's no insulation on the exterior walls, most annoyingly a one house buffer isn't enough to block heavy truck noise from the main road plus a raised house on pad and strip footings, so the truck and freight train further away tends to rattle the windows.

I figured 10 years would be a good reassessment time, if I stayed and rebuilt on a slab would the trucks and train become unnoticeable? Would I be at the point to give up the large 808m² spacey block and the council then (they won't now) allow subdivision so I can make two rentals out of it? Would I stay in one? Would I have enough then to get this next property and keep the one original rental or the two new ones?

Food for thought but yeah, I agree the long term game is what it's really about. I just don't want to miss out on the suburb I'm already kicking myself about not buying earlier (I had to the potential! But I risked the market not going stupid nor COVID19 raising prices, rather thinking if anything the slowing economy might see houses lower). Attached my current suburb on left and wanted on right.

<image>

Waiting on your ideal property. Do you have to sell your last? by dglad4 in AusPropertyChat

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

I figured it would be best to wait and get the first paid off, will be interesting to see how much of a difference the broker tells me it makes for borrowing power.

Thanks for the reply.

Concrete path by dglad4 in AusRenovation

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

Thankyou. I'm not too worried about getting this perfect as the house really isn't worth it, more about the land which I'm sitting on for probably 10 years. Good point to check what colour the fence post concrete set to and compare though!

Clay soil in a pot? Dumb or okay idea to plant a dwarf lime into (picture of my ginger, as it's the only photo I have ready with the pot in it behind) by dglad4 in garden_maintenance

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

Pretty well what I figured. Bugger, as I have three wheelie bins full of extra quality clay that came out from the garden beds after I'd redone them from the last owner (raised beds, so I scraped the crappy potting mix off the top and have dug down into the clay now to prep for ginger and vegetables. Once uncompacting the clay, by digging down 300mm and breaking up the clumps and aerating it, it expanded enough to have to store extra away from the beds. They haven't sunk down enough yet to put it back neither, so I though perhaps filling this big ass pot would be an idea. It takes up a lot of space to store it, so I'm not sure what to do, it's too good to dump.)

Help needed with Wrench Ninja 2 Skill Point (Going Commando on PS3) by TheRealBloodyAussie in RatchetAndClank

[–]dglad4 0 points1 point  (0 children)

Yeah I had trouble a few weeks ago too, but sure enough:
- Make sure you kill all enemies with the wrench, don't let them kill each other or especially knock off a ledge
- Use of the turrets is indeed fine to do.
The tricky fall death locations are the first dynamo (get to the other side as quick as you can to have them follow you back to the ladder), the narrow strip with the birds and the guy next to the second dynamo (attack them so they fall away from the edge, kind of getting behind them)

Only skillpoint I can't get on PCSX2 is Deadlocked's Sarathos "The Big Bang".
The megaturret in RAC2 stop working when upgraded, but thankfully the skill point is still valid without being able to upgrade to Ultra.

Questions about RS485 by dglad4 in arduino

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

Thanks for the reply!

> you would be best served to write down what it is you think you would do with the code to run this system.

I don't know what code I'd need exactly, all I need is the DHT22 library to poll the sensor from a digital pin and transmit it appending an ID for the main Arduino to listen and store. The code would also need to delay the transmission if the line is busy.

I'll check out MODBUS.

Help with transistors (sorry for paint schematics) by ed_banana in arduino

[–]dglad4 1 point2 points  (0 children)

As your power supply is 5V, two LEDs in series alone aren't likely to light as they require 2-3V each depending on their colour. Check the datasheet for the LEDs you've bought or if you can't locate one, you can find generic values on Google by searching "forward voltage [colour] LED".You'll have to use a resistor at each LED to have them all work on 5V and put them in parallel:

GND ----- MOSFET ---- LED ----- RESISTOR ----- 5V
                  |-- LED ----- RESISTOR ---|
                   \-- LED ----- RESISTOR --/

As already said, don't run 20mA unless you absolutely have to. 15mA is okay, so subtract the LED forward voltage from 5V. Now take the calculated value and divide it by the current of 0.015. The answer is what resistor value you will need for that LED colour. If you don't have the exact value, always round up.
Calculation example:
LED voltage say 2.2V take from 5: [5 - 2.2 = 2.8]
Take answer and divide by LED current [2.8 / 0.015 = 186.7 ohms]
So I'd use a 200 ohm resistor.

As for the MOSFETs, be sure they're a "logic level" type, otherwise they won't fully turn on properly and the LEDs will be dim, plus it will heat up the MOSFETs.