With just a Raspberry Pi Pico, an analog switch and an op amp, you can build a powerful SDR receiver covering the LW, MW and SW bands. Capable of receiving signals from halfway around the world.
Desktop CNC machines often use stepper motors, often because they do not require position feedback sensors, thus reducing system cost. But there are situations where a position feedback sensor is needed or necessary, and the power output of a stepper motor, especially at high speeds, becomes a bottleneck for those who want a better performing machine.
This article briefly introduces the application example of sensorless square wave drive in "small water pump" based on MM32SPIN05TW.
All flight control information is provided to buyers in the form of data packages, providing flight control development environment, various drivers, various STM32 chip information, all sensor information, flight control related knowledge information, etc., as well as anonymous flight control source code, communication Board source code, etc., the open source code is a complete set of projects, and buyers can directly compile and download it after getting it. Using our materials, you can easily get started with flight control learning and learn the structure and ideas of flight control engineering. After having a certain understanding of flight control, buyers can easily transplant the flight control program into their own system, or add the functions you need.
This article briefly introduces the application example of sensorless sine wave drive technology based on MM32SPIN25 in "handheld vacuum cleaner".
This article briefly introduces the application example of brush drive technology based on MM32SPIN motor/power supply dedicated chip in "servo trajectory control".
This board is a Swiss Army Knife for IoT security researchers, developers, and enthusiasts. The board can be used with different types of software, including third-party sniffers such as SmartRF Packet Sniffer, Sniffle, zigbee2mqtt, Z-Stack-firmware, Ubiqua Protocol Analyzer, our custom firmware, or you can even Specific software requires writing your own software.
This design uses the variable gain wideband amplifier VCA810 to increase the gain and expand the AGC control range, and uses software compensation to reduce the step interval of the gain adjustment and improve the accuracy. The input part uses a high-speed voltage feedback op amp 0 P A842 as a follower to increase the input impedance, and a protection circuit is added to the input part without affecting performance. Various anti-interference measures are used to reduce noise and suppress high-frequency self-excitation. The power output part is made of discrete components. The passband of the entire system is 4.4 k Hz ~ 8.4 MH z, with a minimum gain of 0 dB and a maximum gain of 70 dB. The gain step is ld B/6dB/arbitrarily set. The error between the preset gain and the actual gain below 60 dB is less than 0.2 dB. The effective value of the undistorted output voltage reaches 10.1 V, and the AGC control range is 52 dB when outputting 4.5 ~ 5.5 V.
The Raspberry Pi microcontroller itself does not have an Ethernet MAC, but it can be easily implemented through the programmable IO of the Raspberry Pi. The programmable PIO of the Raspberry Pi microcontroller that costs 5 yuan a piece is indeed a miracle, with IO below 250MHz. Control everything.
The hardware design adopts upper and lower layer design. The upper layer is the control circuit and the lower layer is the dual receiving circuit. The interface design is based on LVGL.
DC motor drive (solution design + chip information + schematic diagram)
The PicoCray project connects multiple Raspberry Pi Pico microcontroller modules into a parallel architecture, utilizing the I2C bus to communicate between nodes
Filter circuit (various design solutions + schematic diagram)
51 microcontroller to RTL8019 Ethernet control example (original program + schematic diagram).
UDP test based on STM32 and network chip W5200
The network card driver and LWIP protocol transplant program source code for the Ethernet communication module based on LPC2138 and DM9000AE written by myself.
CaribouLite is an affordable open source dual-channel software-defined radio (SDR) platform and an SDR-focused FPGA development framework implemented as a Raspberry Pi (RPi) HAT. CaribouLite turns your Raspberry Pi single-board computer (SBC) into a standalone dual-channel radio Tx/Rx with a tunable spectrum up to 6 GHz. CaribouLite gives you complete control over its hardware, including FPGA, firmware, and all supporting software. With the deeply integrated IceStorm toolchain, writing your own FPGA applications couldn't be easier. You can reuse many Verilog modules, such as the SPI and SMI modules, to support custom applications for CaribouLite hardware.
The physical layer data sending and receiving of a PC is very simple. As long as one condition is met, that is, the CRC check of the data packet is correct, the network card can send the data packet to the application software. Otherwise, the network card will directly discard the data packet, which cannot be caught by any software. to the data packet.