• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

261 Energy courses in London

Essential Bluetooth

5.0(3)

By Systems & Network Training

Bluetooth training course description Bluetooth is used by many kids these days but is probably under-utilised in business environments. This hands on training course provides an overview of what Bluetooth is, how it works, what it can be used for and how to configure it on different devices. What will you learn Explain what Bluetooth is. Describe the Bluetooth protocol stack. Recognise the applications of Bluetooth. Configure Bluetooth. Bluetooth training course details Who will benefit: Anyone who needs to know more about Bluetooth. Prerequisites: None. Duration 2 days Bluetooth training course contents Classic Bluetooth Bluetooth overview Basics, standards, competing technologies. Bluetooth radio RF bands, power losses, frequency hopping. Bluetooth modulation PSK, DPSK, DPQSK. Bluetooth data transfer FH, TDD, FDMA, ACL, SCO, Bluetooth packets. Making connections Piconets, Scatternets, Pairing The protocol stack Baseband, Link Manager, L2CAP, SDP, GAP, RFCOMM. Profiles FTP, DUN, LAN, Synch, HDP, GOEP/OBEX etc. Security Authentication, authorisation, encryption, risks. Bluetooth Low Energy Introduction Bluetooth Smart and Bluetooth Smart Ready. BLE device types Design goals, terminology and core concepts. BLE usage models Presence detection, data broadcasting connectionless models, gateways. BLE architecture Controller, host, applications and stack splits. BLE protocol stack Link layer, HCI, L2CAP. BLE profiles GAP roles, models, procedures, security modes, data advertising. BLE security Pairing, bonding, data signing BLE applications Devices, services, profiles, peripherals

Essential Bluetooth
Delivered in Internationally or OnlineFlexible Dates
£2,477

HV & MV Power System Design, Protection & Coordination - Virtual Instructor-Led Training (VILT)

By EnergyEdge - Training for a Sustainable Energy Future

Enhance your expertise in HV/MV power system design and protection coordination with EnergyEdge's virtual instructor-led training. Join now!

HV & MV Power System Design, Protection & Coordination - Virtual Instructor-Led Training (VILT)
Delivered in Internationally or OnlineFlexible Dates
£1,899 to £1,999

The Art of Staying Calm: Anger Management in Action 1 Day Workshop in London

By Mangates

Anger Management 1 Day Training in London

The Art of Staying Calm: Anger Management in Action 1 Day Workshop in London
Delivered In-Person + more
£595 to £795

Equinox Gong Bath Retro Glow Studios

By Ascension Sounds

A special gong bath where we will tune into the energy of the equinox

Equinox Gong Bath Retro Glow Studios
Delivered In-PersonFlexible Dates
£22

CRYSTAL GRID FREQUENCY ACTIVATION

By Mystic Sisters

Barbra May (Mystic Sisters) elevates your energetic frequency by anchoring you into a crystal grid and by crystalline vibrations.

CRYSTAL GRID FREQUENCY ACTIVATION
Delivered In-PersonFlexible Dates
£35

NAIL-IT EXPERIENCE

By ALFA LEADERSHIP & WELLBEING

​CHANGE YOUR LIFE IN JUST 36 HOURS 3 DAYS PACKED FULL OF FUN, CHALLENGE, INSPIRATION, INSIGHTS AND MOTIVATION. THIS 3- DAY EVENT MIMICS ASPECTS OF YOUR EVERYDAY LIFE THROUGH CHALLENGES, EXERCISES AND TASKS. IT HELPS YOU SHIFT FROM FEELING STRESSED, STUCK, SEARCHING TO ENERGISED, ELEVATED AND ENGAGED.

NAIL-IT EXPERIENCE
Delivered In-PersonFlexible Dates
£1,500

Full Moon Meditation

5.0(13)

By The Advanced Spiritual Institute

Lets prepare to come together for the Advanced Spiritual Institute's in-person group guided Full Moon Meditation on Monday 27th November 2023 at 6pm. This full moon is a 'beaver moon' the name comes from the heavy activity of beavers building their winter dams.

Full Moon Meditation
Delivered In-PersonFlexible Dates
£20

Angelic Reiki 1&2 Workshop

By Academy Of Angelic Healing

Learn Angelic Reiki with multi-award winning Master Teacher, Jayn Lee-Miller, who was one of the first to work professionally with angels and is now approaching her 18th year of teaching Angelic Reiki. Please email info@healingangels.co.uk for full details of this healing module which has been channelled through the Archangel Metatron especially for this time as the consciousness of humanity is collectively ascending to fifth dimension. The Angelic Kingdom of Light is assisting in helping us hold a place of unconditional love to help us remember the divine beings we truly are. In Angelic Reiki you are attuned by Angels to The Angelic Kingdom of Light and during healing exchanges you actually become the Angel you are channelling.

Angelic Reiki 1&2 Workshop
Delivered In-PersonFlexible Dates
£287

Objective-C programming

5.0(3)

By Systems & Network Training

Objective-C programming training course description A hands on introduction that will allow you to master Objective-C and start using it to write powerful native applications for even the newest Macs and iOS devices! Using The step-by-step approach, will let you get comfortable with Objective-C's unique capabilities and Apple's Xcode 5 development environment. Make the most of Objective-C objects and messaging. Work effectively with design patterns, collections, blocks, foundation classes, threading, Git and a whole lot more. Every session builds on what you've already learned, giving a rock-solid foundation for real-world success! What will you learn Use Xcode 5. Declare classes, instance variables, properties, methods, and actions. Use arrays, dictionaries, and sets. Expand and extend classes with protocols, delegates, categories, and extensions. Use Apple's powerful classes and frameworks. Objective-C programming training course details Who will benefit: Developers wanting to learn Objective-C. Prerequisites: Software development fundamentals. Duration 5 days Objective-C programming training course contents PART 1: GETTING STARTED WITH OBJECTIVE-C The Developer Program: Objective-C, enrolling as an Apple Developer, setting up the development environment, Xcode. Your first project. OO programming with Objective-C: OO projects, Frameworks, classes and instances, encapsulation, accessors, Inheritance. OO features in Objective-C: Messages, methods, working with id, nesting messages, method signatures and parameters. allocating and initializing objects. Using Xcode: Xcode, source code control, git and Xcode, Using a Remote Repository. Compiler Directives: Projects, Compiler Directives, Prefix headers, main.m, .h files. PART 2: OBJECTIVE-C BASICS Messaging in a Testbed App: Setting Up the Testbed Apps, Adding a Text Field and Connecting It to Your Code, Sending a Message to the Text Field, Reviewing the Message Syntax. Declaring a Class in an Interface File: Context, Creating an Instance Variable with id, What Happens When Execution Stops, dynamic binding, Creating an Instance Variable for with the Class Name and with a Superclass Name, instance variable visibility. Properties in an Interface File: Interface Variables vs Properties, Declared Properties, Using Attributes. Implementing Properties. @synthesize, @dynamic. Methods in an Interface File: Methods in a Class, class and instance methods, Method declaration, returning complex data structures from Methods. Actions in an Interface File: Actions, Actions in OS X and iOS, disconnecting actions. Routing messages with selectors: Receiver and selector objects in messages, Objective-C Runtime, SEL and @selector (), performSelector, NSInvocation, testing whether an Instance can respond to a selector. Building on the Foundation: The Foundation Framework, Foundation Classes, Foundation Paradigms and Policies; Mutability, class clusters, notifications. Defining a Class in Implementation Files: Projects, dynamic typing, creating a new App, implementing a method, expanding Classses with init Methods. Organizing Data with Collections: Collecting Objects, Property Lists, Runtime, comparing the Collection Classes, Creating a Collection, Objective-C Literal Syntax, Enumerating collections, Testing Membership in a Collection, Accessing an Object in a Collection. Managing Memory and Runtime Objects: Managing objects in memory, managing reference counts manually and with ARC, variable qualifiers, variable autorelease. PART 3: EXPANDING AND EXTENDING CLASSES Protocols and Delegates: Subclassing, Protocols, Delegates, Looking Deeper Inside Protocols. Categories and Extensions: Comparing categories and protocols, categories vs subclasses, working with categories, class extensions, informal protocols. Associative References and Fast Enumeration: Objective-C 2.0 Time-Saving Features, Extending Classes by Adding Instance Variables (Sort of), Using Fast Enumeration. Blocks: Revisiting Blocks, Callbacks, Blocks, Exploring Blocks in Cocoa, Cocoa Blocks and Memory. PART 4: BEYOND THE BASICS Handling Exceptions and Errors: Exception and Error classes: NSException, NSError, Identifying exceptions, throwing exceptions, catching exceptions. Queues and Threading: Getting Started with Concurrency, Introducing Queues, Dispatch Sources, Using Dispatch Queues. Working with the Debugger: Logging Information, Console Logs, NSLog, Smart Breakpoints, enhancing breakpoints with messages. Using Xcode Debug Gauges for Analysis: Debug Gauges, Monitoing CPU and memory utilization, monitoring energy, Using Instruments. PART 5: OPTIONAL TOPICS C Syntax Summary: Data Types, Control Structures. Apps, Packages, and Bundles: Project Bundles, lproj Files, Asset Catalogs, plist Files, Precompiled Header Files (.pch). Archiving and Packaging Apps for Development and Testing: Archiving.

Objective-C programming
Delivered in Internationally or OnlineFlexible Dates
£4,997

Certified Internet of Things Practitioner

By Mpi Learning - Professional Learning And Development Provider

In this course, students will learn general strategies for planning, designing, developing, implementing, and maintaining an IoT system through various case studies and by assembling and configuring an IoT device to work in a sensor network.

Certified Internet of Things Practitioner
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£350