Internet of Things training course description A concise overview course covering The Internet of Things and the technologies involved. Particular emphasis is placed on the high level architecture of IoT and the benefits achievable. What will you learn Describe the structure of the IoT List the technologies involved in IoT. Explain how IoT works. Internet of Things training course details Who will benefit: Non-technical staff working with IoT. Prerequisites: None. Duration 1 day Internet of Things training course contents What is IoT The Internet, what is IoT? IoT and M2M, IoT technologies, IoT architecture. Wired and wireless communication. IoT applications; Smart houses, smart cities, smart cars, wearable, environment, other domain specific IoTs. IoT architecture Physical objects, virtual objects, cloud computing, data capture, communications. Big data. Components Hardware, sensors, actuators, chips, firmware, embedded systems. Open source platforms. Power options: Battery, solar, PoE. IoT communication RF, ZigBee, Bluetooth, Bluetooth LE, RFID, WiFi, 802.11ah, mobile technologies. Wired. Arduino (as an example) Microcontrollers, the platform, development, Arduino software, reading from sensors, I2C, SPI. Arduino and the Internet, HTTP, WiFi, GSM. The cloud and IoT: Pachube, nimbits, ThingSpeak Security in IoT Authentication, Encryption, secure booting, firewalls.
The aim of this module is to enable delegates to perform entry-type injured person rescue operations, in a Wind Turbine Generator, using industry standard rescue equipment, rescue methods and techniques, exceeding those of GWO Working at Heights. Valid GWO BST Module Working at Heights, GWO First aid and GWO Manual Handling certificates are prerequisites for participation.
Regular expressions training course description Regular expressions are an extremely powerful tool for manipulating text and data. They are now standard features in a wide range of languages and popular tools, including Python and MySQL. Regular expressions allow you to code complex and subtle text processing that you never imagined could be automated. Once you've mastered regular expressions, they'll become an invaluable part of your toolkit. You will wonder how you ever got by without them. What will you learn Use Regular Expressions. Troubleshoot Regular Expressions. Compare RE features among different versions. Explain how the regular expression engine works. Optimize REs. Match what you want, not what you don't want. Regular expressions training course details Who will benefit: Anyone looking to use regular expressions. Prerequisites: None. Duration 1 day Regular expressions training course contents Introduction to Regular Expressions Solving real problems, REs as a language, the filename analogy, language analogy, RE frame of mind, searching text files: egrep, egrep metacharacters, start and end of the line, character classes, matching any character with dot, alternation, ignoring differences in capitalization, word boundaries, optional items, other quantifiers: repetition, parentheses and backreferences, the great escape, expanding the foundation, linguistic diversification, the goal of a RE, more examples, RE nomenclature, Improving on the status quo. Extended introductory examples A short introduction to Perl, matching text with regular expressions, toward a more real-world example, side effects of a successful match, Intertwined regular expression, intermission, modifying text with regular expressions, example: form letter, example: prettifying a stock price, automated editing, a small mail utility, adding commas to a number with lookaround, text-to-HTML conversion, that doubled-word thing. Regular expression features and flavours The regex landscape, origins of REs, care and handling of REs, Integrated handling, procedural and object-oriented handling, search-and-replace example. strings character encodings and modes, strings as REs, character-encoding issues, unicode, regex modes and match modes, common metacharacters and features, character representations, character classes and class-like constructs, anchors and other 'zero-width assertions', comments and mode modifiers, grouping capturing conditionals and control. The mechanics of expression processing Two kinds of engines, new standards, regex engine types, from the department of redundancy department, testing the engine type, match basics, about the examples, rule 1: the match that begins earliest wins, engine pieces and parts, rule 2: the standard quantifiers are greedy, regex-directed versus text-directed, NFA engine: regex-directed, DFA engine: text-directed, first thoughts: NFA and DFA in comparison, backtracking, two important points on backtracking, saved states, backtracking and greediness, more about greediness and backtracking, problems of greediness, multi-character 'quotes', lazy quantifiers, greediness and laziness, laziness and backtracking, possessive quantifiers and atomic grouping, possessive quantifiers ?, +, *+, ++ and {m,n}+, the backtracking of lookaround, is alternation greedy? taking advantage of ordered alternation, NFA DFA and posix, the longest-leftmost', posix and the longest-leftmost rule, speed and efficiency. Practical regex techniques Continuation lines, matching an IP address, working with filenames, matching balanced sets of parentheses, watching out for unwanted matches, matching delimited text, knowing your data and making assumptions, stripping leading and trailing whitespace, matching and HTML tag, matching an HTML link, examining an HTTP URL, validating a hostname, plucking a hostname, plucking a URL, parsing CSV files. Crafting an efficient expression Efficiency vs. correctness, localizing greediness, global view of backtracking, more work for POSIX NFA, work required during a non-match, being more specific, alternation can be expensive, benchmarking, know what you re measuring, benchmarking with Python, common optimisations, the mechanics of regex application, pre-application optimizations, optimizations with the transmission, optimization of the regex itself, techniques for faster expressions, common sense techniques, expose literal text, expose anchors, lazy versus greedy: be specific, split into multiple REs, mimic initial-character discrimination, use atomic grouping and possessive quantifiers, lead the engine to a match, unrolling the loop, observations, using atomic grouping and possessive quantifiers, short unrolling examples, unrolling C comments, the free flowing regex, a helping hand to guide the match, a well-guided regex is a fast regex.
WiFi demystified training course description A concise overview aimed at less technical staff requiring an overview of WiFi networks. The course covers the technologies at a high level allowing delegates to discuss WiFi networks with others recognising the buzzwords used. The course will also allow the delegates to recognise the issues involved in planning and installing WiFi networks as well as securing them. What will you learn Recognise the different WiFi technologies available. Describe the architecture of WiFi networks including the role of Access Points. Recognise the distance limitations of WiFi networks. Describe the buzzwords used in WiFi. Recognise the security issues of WiFi networks. WiFi demystified training course details Who will benefit: Anyone working with WiFi networks. Prerequisites: None. Duration 1 day WiFi demystified training course contents Introduction When to use wireless, when to use wired, WiFi technologies: 802.11, 802.11a, 802.11b, 802.11g, 802.11n, WiFi speeds and distances, comparison to other wireless technologies, 802.15 (Bluetooth), 802.16 (WiMax). Simple WiFi networks Network cards, Antennae, Access Points, WiFi routers. Enterprise WiFi networks SSIDs, Multiple WiFi networks, Repeaters, Wireless bridges, Controller based access points, Wireless switches, Power Over Ethernet. RF site surveys Steps and techniques, tools, analysing the feasibility of WiFi, range, performance, roaming. Security How safe are WiFi networks? Encryption, Authentication, WEP WPA WPA2. 802.1x, EAP, RADIUS.
NTP and PTP training course description This course looks at timing and synchronization as provided by NTP and PTP. Hands on sessions primarily involve using Wireshark to analyse the protocols. What will you learn Recognise the importance of timing and synchronisation. Explain how NTP works. Explain how PTP works. NTP and PTP training course details Who will benefit: Anyone using NTP or PTP but particularly relevant for those in the broadcast industry. Prerequisites: TCP/IP foundation for engineers Duration 1 day NTP and PTP training course contents Introduction Clock drift. Timing and synchronization. Importance in computing. Importance in broadcasting. NTP NTP versions, v0 to v4. Architecture. The intersection algorithm. Accuracy. Clock strata, Stratum 0, 1, 2 and 3. Protocol modes. Hands on NTP configuration More NTP NTP packet header. Timestamps. Variables in the header. Clock synchronization algorithm. SNTP. The Windows Time service. Hands on Wireshark and NTP analysis. PTP PTP v2, IEEE 1588. Architecture. Accuracy. Synchronization with PTP. Offset and delay. Hands on Analysing PTP packet flows. More PTP Ordinary clocks, boundary clocks, masters and grandmasters. PTP specific switch types. Hardware time stamping. SMPTE ST2059-2. PTP packet header. PTP domains. Best master clock algorithm. Hands on More Wireshark and PTP.
Are you seeking to make a real impact at work by gaining new leadership skills and enhancing your personal development? Our accredited Leadership Foundation Programme provides you with in-depth understanding of how to enhance business performance and employee wellbeing, and how you as an effective change leader can coach, inspire, engage and empower your people. And you gain an internationally recognised ILM Level 5 Award in Leadership and Management.
Guitar Building Course The Aim The aim of this electric guitar building course is teach you how to assemble a Stratocaster, Telecaster or Jazzmaster style bolt-on-neck design electric guitar to a very high standard as well as gain understanding and knowledge in not only the assembly but also a good understanding of its inner workings and overall function. What to Expect In this electric guitar building course you’ll focus on making the most successful electric guitar of all time: the bolt-on-neck design. In almost any music store, these guitars outnumber others five-to-one. The course will cover Body & Neck assembly, Pickup Installation & Installation of all Electronics and the Professional Setting up of an Electric Guitar The course will commence daily at 09:30 with lectures & discussions on topics relating to each part of the guitar construction and then followed by the practical application of these topics under supervision, finishing at 17:30. The course and workshop located in Cross in Hand, East Sussex, designed for a maximum of 4 people per course enabling a very close learning experience. All Lutherie tools needed to complete the course are supplied. NO Experience necessary! Upon Completion Upon completion of the build your own guitar course you will leave with a great Custom made Guitar! The end product will be a Custom Tele, Strat or Jazzmaster that You will have made and one that will give many standard models a run for their money in tone and feel. Personal attention The course does have a set agenda but we often meander around topics and are happy to do so, most of us have had many different guitars and they nearly always have some curious tales and they are always good to discuss. Break down of guitar course topics by day DAY 1 Body & Neck Wood choice and body design play a large part in the tone of an electric guitar. If you were to play several solid body guitars unamplified you’ll notice distinct differences between various wood types. A solid body that sounds good acoustically generally will sound good amplified. We’ll discuss the different woods used to make electric guitars and the effect of different body styles on tone and sustain. Just as wood affects the body, when making a neck you have to pay attention to wood choice in order to have a good sounding guitar. The hardware that goes into making a great guitar also plays a large role, not only the quality in the parts but also their fitting. You will be instructed on how best to fit all the component parts with skill and accuracy enabling you to create a great custom made guitar.. Topics covered: Body & Neck styles Wood choices Neck joints Adjustable Truss Rods Fitting neck to body Scale lengths Tremolo Bridge placement (Incl Claw & Springs) Fretboard radius Machine head installation Preparing the Nut Slot Making & Cutting a Bone Nut (Requires working with the belt sander) All the hardware fitted to the guitar will be quality Japanese Gotoh vintage parts, these are particularly well made; tuners hold tune well and the Gotoh bridge is of very good quality, all of this goes together to make a great custom built guitar. DAY 2 Electronics & Fret Dressing Once you’ve learnt why and how a great guitar goes together as well as practically applying the previous topics, you now learn to install the best pickups and wiring. For these custom built guitars we will be using Bare Knuckle Boot Camp pickups: very high quality pickups designed to suit our specifications of wood choice and body style. These pickups are hand wound in the UK and are widely regarded as the best pickups on the market today. Choose between Old Guard, True Grit or Brute Force. The key to having a great sounding electric is not just down to the Pickups but also the choice of components that go with it, often overlooked with most mass manufactured guitars, the guitar you make will have highest quality components and will subsequently sound great and work extremely well. Custom CTS Pots, Sprague Capacitor and a CRL (USA) switch as well as vintage cloth wiring all go together to make a very well appointed loaded scratchplate! Topics covered: Schematics Pickup installation Wiring volume & tone pots Wiring 5 way selector switch Wiring output jack Bridge and string grounding Fret Dressing both Theory & Practise DAY 3 Final Assembly The guitar will now be ready for final assembly. Today you will learn how to fully assemble and set up your electric guitar to a professional standard. The topics covered will be very useful for your regular maintenance of the guitar you have made as well as any others that you may have. Topics covered: Professional Setups Theory Fitting and filing the Bone Nut Pickguard placement Installing strap buttons Installing Decals (Personalised custom Decals) Final Setting and fitting the neck Stringing up String tree placement Bridge set up Action height adjustment and setting Pick up height Intonation Customising Your Guitar Build inclusive from £999 We are more than happy to work with you in order to get the custom build you want, so please contact us if you have a specific body colour scheme or neck choice, which Bare Knuckle pickups you want as well as hardware and we will try help achieve exactly that. If you’re unsure what works best, just get in touch and we will advise where we can. All custom options are subject to availability and it is always best to have a 1st & 2nd choice, there are some colours/parts etc that may incur additional cost. Tweed hard cases are available for an additional £75, £90 for the Jazzmaster. (Soft gig bag included) Some additional charges can apply for custom colours or specs or if you would like specific made to order Bare Knuckle Pickups
Essential DHCP training course description Almost all businesses use DHCP. This course builds on delegates existing IP knowledge and focuses on IP Address management using DHCP. Also covered is the role of DHCP in plug and play environments. What will you learn Explain how DHCP works. Configure DHCP servers. Troubleshoot DHCP. Essential DHCP training course details Who will benefit: Anyone working with TCP/IP. Prerequisites: TCP/IP Foundation for engineers Duration 1 day Essential DHCP training course contents Introduction What is DHCP?, IP configuration: Address, mask, default gateway, DNS. History of DHCP: RARP, BOOTP. Hands on Client configuration, releasing and renewing. DHCP servers Installation. Base configuration: Scope. Lease period. DHCP options. Hands on Server setup, Impact of lease times. Server monitoring. How DHCP works Client states. Obtaining, renewing leases. DHCP messages: DISCOVER, OFFER, REQUEST, NAK, ACK, DECLINE, RELEASE, INFORM. Hands on Troubleshooting DHCP using Wireshark. DHCP architecture DHCP relay agents. Server platforms, resilience, DHCP fail over, split scopes. Dynamic DNS and DHCP. Hands on DDNS, routers, Troubleshooting.
A practical programme for HR professionals who are keen to develop a coaching style of interaction either within their teams and/or with business stakeholders. Develop skills in taking a more engaging, non-directive approach to supporting your business and to encouraging a coaching style of communication in your organisation.
In this festive workshop you’ll design and create a beautiful, seasonal glass curve perfect as a gift or to add to your own Christmas display. Our glass Artist Debs will demonstrate and guide you through, step by step of the process. Encouraging your creativity in choosing colours, shapes and themes to create your free standing fused glass piece. There will be a selection of materials available to build up your deign, including frit, stringers, glass dots and enamels. The finished glass curves look gorgeous backlit with a candle, fairy lights or on a window ledge with winter light pouring through. The price includes full tuition, all materials and glass kiln firing. Returned to the studio and ready to collect 2/3 weeks later. The workshop is suitable for complete beginners, there’s no glass cutting or previous skills required.