Search results for "events"
-
Dragino Dragino LWL01 LoRaWAN Water Leak Sensor (EU868)
LWL01 is powered by a CR2032 coin battery, in a good LoRaWAN Network Coverage case, it can transmit as many as 12,000 uplink packets (based on SF 7, 14 dB). In poor LoRaWAN network coverage, it can transmit ~ 1,300 uplink packets (based on SF 10, 18.5 B). The design goal for one battery is up to 2 years. User can easily change the CR2032 battery for reuse. The LWL01 will send periodically data every day as well as for water leak event. It also counts the water leak event times and also calculates last water leak duration. Each LWL01 is pre-load with a set of unique keys for LoRaWAN registration, register these keys to local LoRaWAN server and it will auto connect after power on. Features LoRaWAN v1.0.3 Class A SX1262 LoRa Core Water Leak detect CR2032 battery powered AT Commands to change parameters Uplink on periodically and water leak event Downlink to change configure Applications Wireless Alarm and Security Systems Home and Building Automation Industrial Monitoring and Control
€ 19,95
Members € 17,96
-
Elektor Publishing FreeRTOS for ESP32-Arduino
Practical Multitasking Fundamentals Programming embedded systems is difficult because of resource constraints and limited debugging facilities. Why develop your own Real-Time Operating System (RTOS) as well as your application when the proven FreeRTOS software is freely available? Why not start with a validated foundation? Every software developer knows that you must divide a difficult problem into smaller ones to conquer it. Using separate preemptive tasks and FreeRTOS communication mechanisms, a clean separation of functions is achieved within the entire application. This results in safe and maintainable designs. Practicing engineers and students alike can use this book and the ESP32 Arduino environment to wade into FreeRTOS concepts at a comfortable pace. The well-organized text enables you to master each concept before starting the next chapter. Practical breadboard experiments and schematics are included to bring the lessons home. Experience is the best teacher. Each chapter includes exercises to test your knowledge. The coverage of the FreeRTOS Application Programming Interface (API) is complete for the ESP32 Arduino environment. You can apply what you learn to other FreeRTOS environments, including Espressif’s ESP-IDF. The source code is available from GitHub. All of these resources put you in the driver’s seat when it is time to develop your next uber-cool ESP32 project. What you will learn: How preemptive scheduling works within FreeRTOS The Arduino startup “loopTask” Message queues FreeRTOS timers and the IDLE task The semaphore, mutex, and their differences The mailbox and its application Real-time task priorities and its effect Interrupt interaction and use with FreeRTOS Queue sets Notifying tasks with events Event groups Critical sections Task local storage The gatekeeper task
€ 44,95
Members € 40,46
-
Dragino Dragino LDS02 LoRaWAN Door Sensor (EU868)
The Dragino LDS02 is powered by 2x AAA batteries and targets long-time use, these two batteries can provide about 16,000~70,000 uplink packets. After the batteries run out, the user can easily open the enclosure and replace them with 2 common AAA batteries. It will send periodically data every day as well as for each door open/close action. It also counts the door open times and calculates the last door open duration. The user can also disable the uplink for each open/close event, instead, the device can count each open event and uplink periodically. It also has the open alarm feature, the user can set this feature so the device will send an alarm if the door has been open for a certain time. Each LDS02 is pre-load with a set of unique keys for LoRaWAN registration, register these keys to the LoRaWAN server and it will auto-connect after power on. Features LoRaWAN v1.0.3 Class A SX1262 LoRa Core Door Open/Close detect 2 x AAA LR03 Batteries Door open/close statistics AT Commands to change parameters Uplink on periodically and open/close action Open duration alarm Downlink to change configure Applications Wireless Alarm and Security Systems Home and Building Automation Industrial Monitoring and Control
€ 34,95€ 24,95
Members identical
-
Elektor Publishing Practical Audio DSP Projects with the ESP32
Easy and Affordable Digital Signal Processing The aim of this book is to teach the basic principles of Digital Signal Processing (DSP) and to introduce it from a practical point of view using the bare minimum of mathematics. Only the basic level of discrete-time systems theory is given, sufficient to implement DSP applications in real time. The practical implementations are described in real time using the highly popular ESP32 DevKitC microcontroller development board. With the low cost and extremely popular ESP32 microcontroller, you should be able to design elementary DSP projects with sampling frequencies within the audio range. All programming is done using the popular Arduino IDE in conjunction with the C language compiler. After laying a solid foundation of DSP theory and pertinent discussions on the main DSP software tools on the market, the book presents the following audio-based sound and DSP projects: Using an I²S-based digital microphone to capture audio sound Using an I²S-based class-D audio amplifier and speaker Playing MP3 music stored on an SD card through an I²S-based amplifier and speaker Playing MP3 music files stored in ESP32 flash memory through an I²S-based amplifier and speaker Mono and stereo Internet radio with I²S-based amplifiers and speakers Text-to-speech output with an I²S-based amplifier and speaker Using the volume control in I²S-based amplifier and speaker systems A speaking event counter with an I²S-based amplifier and speaker An adjustable sinewave generator with I²S-based amplifier and speaker Using the Pmod I²S2 24-bit fast ADC/DAC module Digital low-pass and band-pass real-time FIR filter design with external and internal A/D and D/A conversion Digital low-pass and band-pass real-time IIR filter design with external and internal A/D and D/A conversion Fast Fourier Transforms (FFT)
€ 39,95
Members € 35,96
-
Elektor Bundles Raspberry Pi Pico Experimenting Bundle
The project book, written by well-known Elektor author Dogan Ibrahim, is an introduction to using the Raspberry Pi Pico Experimenting Kit. The kit is based on the Raspberry Pi Pico processor and includes several on-board as well as external sensors, and an actuator. The kit is programmed using the MicroPython programming language. The Thonny development environment (IDE) is used in all the projects in the book. All the projects given in the book have been fully tested and are working. No prior programming or electronic experience are required to follow the projects.The book’s fully evaluated projects feature all the supplied components. Each project includes a block diagram, a circuit diagram, a full program listing, and a complete program description.Included in the bundle Raspberry Pi Pico RP2040 Pico Expansion Board 1.44-inch TFT LCD with ST7735 driver 3x Pushbutton input 3x LED output 1x Active buzzer 6x Interfaces (UART/GPIO/I²C/ADC) Grove-compatible Powered by Micro-USB 8 Modules MPU6050 6-axis IMU DHT11 humidity & temperature sensor 10 A relay SG90 servo Slide potentiometer Serial-to-WiFi (ESP8266) module Ultrasonic range sensor 8-bit RGB addressable LED (WS2818) module Project book (178 pages) 42 Projects in the BookBoard-Hardware-Based Projects Flashing an on-board LED Flashing SOS Flashing LED – using a timer Alternately flashing LEDs Pushbutton control Changing the LED flashing rate using pushbutton interrupts Binary counting LEDs Randomly flashing yellow, green, and blue LEDs Chasing LEDs Reaction timer Buttons and LEDs The TFT Display Second counter Event counter Reaction timer Display LED and button status Temperature and humidity – display in Thonny window Temperature and humidity – LED output Temperature and humidity – display on TFT ON/OFF temperature control ON/OFF temperature control – setting the desired temperature Voltmeter Changing the brightness of an LED Ultrasonic distance measurement - display in Thonny window Ultrasonic distance measurement - display on TFT Height of a person (stadiometer) Ultrasonic reverse-parking aid with buzzer Ultrasonic liquid level controller Melody maker Servo motor control Accurate servo motor control WS2812 LED strip light show - state machine approach WS2812 LED strip light show – using the neopixel library WS2812 LED strip show – another neopixel library example Displaying 3 dimensions of acceleration A car’s maximum acceleration – using the TFT display Level display using the gyroscope MPU6050 temperature display TFT display test TFT bitmap display Using the WiFi Connect to the local Wi-Fi network and display the IP address Controlling an LED from a smartphone using Wi-Fi Displaying the temperature on a smartphone using Wi-Fi
€ 79,95€ 39,95
Members identical
-
Elektor Publishing SDR Hands-on Book
The short-wave technique has a very particular appeal: It can easily bridge long distances. By reflecting short-wave signals off the conductive layers of the ionosphere, they can be received in places beyond the horizon and therefore can reach anywhere on earth. Although technology is striving for ever higher frequencies, and radio is usually listened to on FM, DAB+, satellite or the Internet, modern means of transmission require extensive infrastructure and are extremely vulnerable. In the event of a global power outage, there is nothing more important than the short-wave. Amateur radio is not only a hobby, it’s also an emergency radio system! Elektor’s SDR-Shield is a versatile shortwave receiver up to 30 MHz. Using an Arduino and the appropriate software, radio stations, morse signals, SSB stations, and digital signals can be received. In this book, successful author and enthusiastic radio amateur, Burkhard Kainka describes the modern practice of software defined radio using the Elektor SDR Shield. He not only imparts a theoretical background but also explains numerous open source software tools.
€ 34,95
Members € 31,46
-
Elektor Digital Electronics for Space (E-book)
Space, the final frontier, will become more and more popular. The space industry is continually growing and new products and services will be required. Innovation is needed for the development of this industry. Today it is no longer possible to follow all the events in field of space. The space market is growing and activities are increasing, especially the market for small-satellites. This book wants to help close the gap and encourage electronic engineers to enter into the fascinating field of space electronics. One of the main difficulties is finding people with knowledge of space electronics design. Nowadays companies have to invest a lot of time and resources to instruct electronic engineers with no experience of space. Only a brief and basic introduction of this topic is typically achieved at university in space engineering lectures. Professionals with practical experience and the necessary theoretical knowledge are scarce. Companies from the space sector are searching for staff with knowledge of space electronics. This book will bring space closer aspiring to the space electronic hobbyists.
€ 24,95
Members € 19,96
-
Elektor Digital Practical Audio DSP Projects with the ESP32 (E-book)
Easy and Affordable Digital Signal ProcessingThe aim of this book is to teach the basic principles of Digital Signal Processing (DSP) and to introduce it from a practical point of view using the bare minimum of mathematics. Only the basic level of discrete-time systems theory is given, sufficient to implement DSP applications in real time. The practical implementations are described in real time using the highly popular ESP32 DevKitC microcontroller development board. With the low cost and extremely popular ESP32 microcontroller, you should be able to design elementary DSP projects with sampling frequencies within the audio range. All programming is done using the popular Arduino IDE in conjunction with the C language compiler.After laying a solid foundation of DSP theory and pertinent discussions on the main DSP software tools on the market, the book presents the following audio-based sound and DSP projects: Using an I²S-based digital microphone to capture audio sound Using an I²S-based class-D audio amplifier and speaker Playing MP3 music stored on an SD card through an I²S-based amplifier and speaker Playing MP3 music files stored in ESP32 flash memory through an I²S-based amplifier and speaker Mono and stereo Internet radio with I²S-based amplifiers and speakers Text-to-speech output with an I²S-based amplifier and speaker Using the volume control in I²S-based amplifier and speaker systems A speaking event counter with an I²S-based amplifier and speaker An adjustable sinewave generator with I²S-based amplifier and speaker Using the Pmod I²S2 24-bit fast ADC/DAC module Digital low-pass and band-pass real-time FIR filter design with external and internal A/D and D/A conversion Digital low-pass and band-pass real-time IIR filter design with external and internal A/D and D/A conversion Fast Fourier Transforms (FFT)
€ 32,95
Members € 26,36
-
Elektor Publishing FPGA Programming and Hardware Essentials
Kick off with the MAX1000 and VHDPlus Ready to Master FPGA Programming? In this guide, we’re diving into the world of Field Programmable Gate Arrays (FPGAs) – a configurable integrated circuit that can be programmed after manufacturing. Imagine bringing your ideas to life, from simple projects to complete microcontroller systems! Meet the MAX1000: a compact and budget-friendly FPGA development board packed with features like memory, user LEDs, push-buttons, and flexible I/O ports. It’s the ideal starting point for anyone wanting to learn about FPGAs and Hardware Description Languages (HDLs). In this book, you’ll get hands-on with the VHDPlus programming language – a simpler version of VHDL. We’ll work on practical projects using the MAX1000, helping you gain the skills and confidence to unleash your creativity. Get ready for an exciting journey! You’ll explore a variety of projects that highlight the true power of FPGAs. Let’s turn your ideas into reality and embark on your FPGA adventure – your journey starts now! Exciting Projects You’ll Find in This Book Arduino-Driven BCD to 7-Segment Display Decoder Use an Arduino Uno R4 to supply BCD data to the decoder, counting from 0 to 9 with a one-second delay Multiplexed 4-Digit Event Counter Create an event counter that displays the total count on a 4-digit display, incrementing with each button press PWM Waveform with Fixed Duty Cycle Generate a PWM waveform at 1 kHz with a fixed duty cycle of 50% Ultrasonic Distance Measurement Measure distances using an ultrasonic sensor, displaying the results on a 4-digit 7-segment LED Electronic Lock Build a simple electronic lock using combinational logic gates with push buttons and an LED output Temperature Sensor Monitor ambient temperature with a TMP36 sensor and display the readings on a 7-segment LED Downloads Software
€ 39,95
Members € 35,96
-
Elektor Digital FPGA Programming and Hardware Essentials (E-book)
Kick off with the MAX1000 and VHDPlus Ready to Master FPGA Programming? In this guide, we’re diving into the world of Field Programmable Gate Arrays (FPGAs) – a configurable integrated circuit that can be programmed after manufacturing. Imagine bringing your ideas to life, from simple projects to complete microcontroller systems! Meet the MAX1000: a compact and budget-friendly FPGA development board packed with features like memory, user LEDs, push-buttons, and flexible I/O ports. It’s the ideal starting point for anyone wanting to learn about FPGAs and Hardware Description Languages (HDLs). In this book, you’ll get hands-on with the VHDPlus programming language – a simpler version of VHDL. We’ll work on practical projects using the MAX1000, helping you gain the skills and confidence to unleash your creativity. Get ready for an exciting journey! You’ll explore a variety of projects that highlight the true power of FPGAs. Let’s turn your ideas into reality and embark on your FPGA adventure – your journey starts now! Exciting Projects You’ll Find in This Book Arduino-Driven BCD to 7-Segment Display Decoder Use an Arduino Uno R4 to supply BCD data to the decoder, counting from 0 to 9 with a one-second delay Multiplexed 4-Digit Event Counter Create an event counter that displays the total count on a 4-digit display, incrementing with each button press PWM Waveform with Fixed Duty Cycle Generate a PWM waveform at 1 kHz with a fixed duty cycle of 50% Ultrasonic Distance Measurement Measure distances using an ultrasonic sensor, displaying the results on a 4-digit 7-segment LED Electronic Lock Build a simple electronic lock using combinational logic gates with push buttons and an LED output Temperature Sensor Monitor ambient temperature with a TMP36 sensor and display the readings on a 7-segment LED Downloads Software
€ 32,95
Members € 26,36
-
Elektor Digital FreeRTOS for ESP32-Arduino (E-book)
Practical Multitasking Fundamentals Programming embedded systems is difficult because of resource constraints and limited debugging facilities. Why develop your own Real-Time Operating System (RTOS) as well as your application when the proven FreeRTOS software is freely available? Why not start with a validated foundation? Every software developer knows that you must divide a difficult problem into smaller ones to conquer it. Using separate preemptive tasks and FreeRTOS communication mechanisms, a clean separation of functions is achieved within the entire application. This results in safe and maintainable designs. Practicing engineers and students alike can use this book and the ESP32 Arduino environment to wade into FreeRTOS concepts at a comfortable pace. The well-organized text enables you to master each concept before starting the next chapter. Practical breadboard experiments and schematics are included to bring the lessons home. Experience is the best teacher. Each chapter includes exercises to test your knowledge. The coverage of the FreeRTOS Application Programming Interface (API) is complete for the ESP32 Arduino environment. You can apply what you learn to other FreeRTOS environments, including Espressif’s ESP-IDF. The source code is available from GitHub. All of these resources put you in the driver’s seat when it is time to develop your next uber-cool ESP32 project. What you will learn: How preemptive scheduling works within FreeRTOS The Arduino startup “loopTask” Message queues FreeRTOS timers and the IDLE task The semaphore, mutex, and their differences The mailbox and its application Real-time task priorities and its effect Interrupt interaction and use with FreeRTOS Queue sets Notifying tasks with events Event groups Critical sections Task local storage The gatekeeper task
€ 34,95
Members € 27,96
-
Elektor Bundles MakePython ESP32 Development Kit
Learn how to use the ESP32 Microcontroller and MicroPython programming in your future projects! The project book, written by well-known Elektor author Dogan Ibrahim, holds many software- and hardware-based projects especially developed for the MakePython ESP32 Development Kit. The kit comes with several LEDs, sensors, and actuators. The kit will help you acquire the basic knowledge to create IoT projects. The book’s fully evaluated projects feature all the supplied components. Each project includes a block diagram, a circuit diagram, a full program listing, and a complete program description. Included in the kit 1x MakePython ESP32 development board with color LCD 1x Ultrasonic ranging module 1x Temperature and humidity sensor 1x Buzzer module 1x DS18B20 module 1x Infrared module 1x Potentiometer 1x WS2812 module 1x Sound sensor 1x Vibration sensor 1x Photosensitive resistance module 1x Pulse sensor 1x Servo motor 1x USB cable 2x Button 2x Breadboard 45x Jumper wire 10x Resistor 330R 10x LED (Red) 10x LED (Green) 1x Project book (206 pages) 46 Projects in the Book LED Projects Blinking LED Flashing SOS Blinking LED – using a timer Alternately flashing LEDs Button control Changing the LED flashing rate using pushbutton interrupts Chasing-LEDs Binary-counting LEDs Christmas lights (random-flashing 8 LEDs) Electronic dice Lucky day of the week Pulsewidth Modulation (PWM) Projects Generate a 1000-Hz PWM waveform with 50% duty cycle LED brightness control Measuring the frequency and duty cycle of a PWM waveform Melody maker Simple electronic organ Servo motor control Servo motor DS18B20 thermometer Analog To Digital Converter (ADC) Projects Voltmeter Plotting the analog input voltage ESP32 internal temperature sensor Ohmmeter Photosensitive resistance module Digital To Analog Converter (DAC) Projects Generating fixed voltages Generating a sawtooth-wave signal Generating a triangular-wave signal Arbitrary periodic waveform Generating a sinewave signal Generating accurate sinewave signal using timer interrupts Using The OLED Display Seconds counter Event counter DS18B20 OLED based digital thermometer ON-OFF temperature controller Measuring the temperature and humidity Ultrasonic distance measurement Height of a person (stadiometer) Heart rate (pulse) measurement Other Sensors Supplied with the Kit Theft alarm Sound-activated light Infrared obstacle avoidance with buzzer WS2812 RGB LED ring Timestamping temperature and humidity readings Network Programming Wi-Fi scanner Remote control from the Internet browser (using a smartphone or PC) – Web Server Storing temperature and humidity data in the Cloud Low-Power Operation Using a timer to wake up the processor
€ 89,95€ 49,95
Members identical