you’ll need an antenna tuner because reasons, and probably extra strain relief, but think about it.
need a 10/20/40m antenna?
hook up two 10m cat5 lengths!
you could keep it in a bag, and go off camping or to a field day, forgot your cables?
no prob! head to a nearby electronics store and grab some ethernet of the length you need!
where the cat5 jacks connect to the pl-259, all wires are used in the cat5.
JUST DONT GO PLUGGING THE OTHER END INTO ANYTHING HAHAA
About a month ago, I set up pfSense on an old PC, and switched it to my main router around a week later once I had gotten the hang of it.
I turned our Asus DSL-N55u to bridge mode, and then pfSense was controlling the ADSL as well!
And with the Meraki MR18 handling WiFi, everything was taken care of.
now, Everything was running fine except a few things..
I have it set up with a squid cache, with max item cach size of 1gb. because it has a 500gb disk in it so I figured why not?
occasionallyyy, the i.imgur website will get weird errors and a few reloads are necessary ?
This seems to be remedied after a reboot of the cache, but im still not sure why it was doing this. maybe time sensitive cookies or something?
The other thing is this:
APPLE DEVICES ARE STUPID
I had my private DNS server in the list that DHCP hands out,
now one would expect as it isnt the ONLY DNS server that clients handle this just fine, so if they need to find testing.stupidurl they check them all, the public DNS say no, but mine says yes!
for the windows and android machines in the house this was very much the case.
but for the apple devices…. THEY KEPT *ONLY* SEARCHING MY DNS SERVER!
This meant that many actual websites and services kept reporting a DNS lookup error whenever people tried to use them.
Everybody in my house except me use apple devices so I have had to remove my DNS server, which has remedied the problem, and not too big a problem as I can just add it to my devices myself.. but still, why didn’t the apple devices query all the DNS servers and pick a working one ? =_=
The problem was consistent across Mac OS X, iOS 7, 8 on iPhones and iOS 8 on iPads….
Oh well… Heres a screenshot of pfSense for anybody interested:
Recently, an Arduino compatible IDE was released for the ESP and I’m super keen to try it out. I’ll download it later today and give it a go, ideally I want the adafruit neopixel library to work as then I can connect my coaster to the internet!
More on that in a minute.
Yesterday two things arrived in the post, my 16 neopixel ring, and my NodeMCU dev board.
Both very exciting!
Maybe I can combine the two? 😉
The dev board is because ive had difficulty flashing the ESP chips in the past so I was hoping to have better luck with a breakout board with inbuilt USB TTL and a flash button. I did! It flashed the latest NodeMCU firmware right away!
Node MCU is an alternate firmware for the ESP that has a runtime for Lua 5.1.4 inbuilt! So this is the excuse I’ve needed to learn a bit of lua!
I’ll also be using this later with the Arduino IDE and I’ll make up an image for cross referencing pins.
The neopixel ring is to be used in my ongoing quest for the most amazing coaster ever.
It will make my drink disco!
I’ve had a prototype in the past using a single RGB LED, then another using a disc of them, and this one is a ring, but they’re addressable!
What I’m hoping to get is a sort of rainbow flowing effect happening.
Ive got the code at a good starting point, for effect testing.
All I did was modify the example sketch that goes through a bunch of possible modes 😀
I’m driving it from a digispark board, and in the final build it will use a 3.7v lipo for power.
The LED ring does seem extremely bright, and gets a little hot during normal operation so I better look at dimming the LEDs as I only need enough light to light up my drink! Not the room Hahaha
There’s a few different sized ones too. The one with 16 and the one with 60 LEDs cost the same! D: sadly I don’t need that many though it’s far too big for my purpose hahaa
Maybe I can find a use for 60… Hehehhhh..
Oh and they come in strips too and individual of course! And boards… THERES LOTS OF CHOICES OK?
Not being content with the painful to wear headset my friend received with their baofeng uv-5r radio, they asked me to make an adapter to use regular headphones with it.
I went one step further for them and included support for headphones with microphone, and PTT button.
This is the working prototype, have to tidy it up a little, and mount things nicely in a box.
It break out to two 3.5mm sockets, one for speakers and one for mic. From there I’m using a spare adapter I had that turns the two separate sockets into a single 4-pole socket!
This let’s you use 4-pole earphones with mic
The volume is crazy loud at the moment so I’ll have to add in a resistor. And nothing is soldered yet, just twisted in, Hehe. I’m in a train (y)
Anyway, I can’t test the mic yet, but the PTT button does work. Not sure where it would be most convenient yet
I’ll figure something out. For now enjoy these images :
I made a batch script at work today to automate a few things as I was working on 15 PCs at once…
Thoguht I would share it here in case someone who happens to be in the same situation stumbles on it!
It has a number of features for example changing the PC name, changing the key for MS Office and then activating it, activating the local admin account and setting a password, auto logging a user in, and REBOOT =D
Its probably buggy, but worked 13 times out of 15 for me! so deal with it..
oh, install office doesnt work but meh. 😀
here she be:
@echo OFF
TITLE Cool Tool
color f0
:MENU
CLS
ECHO ============= COOLTOOL =============
ECHO ————————————-
ECHO 0. Install Office
ECHO 1. Activate Local Admin (Blank Password)
ECHO 2. Rename PC
ECHO 3. Auto Login “Administrator”
ECHO 4. Install office key and activate. (WARNING: INSTALL OFFICE x64 FIRST + CONNECT TO NET)
ECHO 5. Reboot PC To apply changes.
ECHO ==========PRESS ‘Q’ TO QUIT==========
ECHO.
SET INPUT=
SET /P INPUT=Please select a number:
IF /I ‘%INPUT%’==’0’ GOTO OFFICE
IF /I ‘%INPUT%’==’1’ GOTO ADMIN
IF /I ‘%INPUT%’==’2’ GOTO RENAME
IF /I ‘%INPUT%’==’3’ GOTO LOGIN
IF /I ‘%INPUT%’==’4’ GOTO OFFICEKEY
IF /I ‘%INPUT%’==’5’ GOTO REBOOT
IF /I ‘%INPUT%’==’Q’ GOTO Quit
:RENAME
SET INPUT=
SET /P INPUT=Input Computer Number:
echo PCs new name will be: %INPUT%
pause
wmic path win32_computersystem where “Name=’%computername%'” CALL rename name=’%INPUT%’
GOTO MENU
:ADMIN
net user administrator /active:yes
net user administrator “Password”
GOTO MENU
:OFFICEKEY
cd “C:\Program Files\Microsoft Office\Office14\”
delay 3
cscript ospp.vbs /inpkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
echo I SET THE KEY FOR YA. Now to activate…
cscript ospp.vbs /act
echo DONE!
By the way,
The auto login runs a bunch of times because sometimes it works but doesnt…work..?
😀
Just a little post to voice my opinion about the eero wireless device that surfaced overnight,
From what I have read about this device, it is a mesh networking device that is simple to use down to the point of needing almost no user interaction.
In fact, I believe they are claiming that after the initial setup there is no specific need for human interaction at all, it should take care of itself, including rebooting if the DSL/net drops out (straya m8) |
My first impression is that it looks like a poor mans Cisco Meraki,
which is what I use at home (one station, MR18)
I do feel they are going to have a hard time becoming popular though as they are asking a lot of money for them!
For the discounted pre-order price of the eero ($125 each or three for $299) you can already get a high end wireless router, and probably even a decent wireless repeater on top of that considering you would probably want more than one to take full advantage of the purpose of the device!
I would also like to note im a bit sceptical about its claim to be able to fix WiFi problems automatically, what if the DSL drops out?
It cant reset the DSL modem ?
The eero itself is just a router..
but oh well, I haven’t actually used the device.
I may send them an email about getting a unit to loan out and review properly.
I needed a temperature node, but I didn’t have a DHT22 temp/humidity sensor!?
So I modified the example sketch for the DHT to use a DS18B20 Digital Temperature Sensor instead!
It works great!
The sensor is connected as shown here:
http://www.hobbytronics.co.uk/ds18b20-arduino
Heres the code:
/*
DS18B20 Digital Sensor Node Sketch for EasyIoT Server
Modified by Lewys Martin <l@lewys.eu>
See: blog.lewys.eu for details
Original Code:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
V1.0 – first version
Created by Igor Jarc <igor.jarc1@gmail.com>
See http://iot-playground.com for details
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation.
*/
#include <Esp8266EasyIoT.h>
#include <SoftwareSerial.h>
#include <DallasTemperature.h>
#include <OneWire.h>