Compact Non-Invasive Sensor Chip Developed to Record Multiple Heart and Lung Signals

A team of researchers at the ‘Georgia Institute of Technology’ has come up with a non-invasive sensor-in-a-chip that records details of the heartbeat, respiration rates, and lung sounds. It even tracks the wearer’s physical activities, such as walking. The signals are recorded in sync, potentially giving healthcare workers a detailed overview of a patient’s heart and lungs.

The ladybug sized chip acts as a high-tech electronic stethoscope combined with an accelerometer and is called an accelerometer contact microphone. It detects vibrations that enter from inside the body while filtering out distracting noises from outside the body’s core like airborne sounds. The sounds thus produced are analyzed to get detailed information on the patient.

The device is sensitive to sounds coming at it from inside the body and it picks up useful vibrations even through clothing. The chip has two thin layers of silicon sandwiching a 270 nm gap, each carrying a small voltage which gives it a sensing capability. Vibrations from bodily motions and sounds send pressure waves through the chip which makes the voltage change subtly and creates readable electronic outputs.

The sensor is a chip attuned to vibrations and next to it is an electronic chip called a signal-conditioning circuit that translates the sensor chip’s signals into patterned read-outs. While the chip was being tested on humans, it recorded a variety of signals from the mechanical workings of the lungs and the heart with great clarity. The team plans to attach three sensors or more to a chest band to triangulate signals, determining exactly where they come from inside the body.

The chip is sealed inside a vacuum cavity to keep air currents from interfering with incoming vibrations. This reduces noise to an ultra-low level and gives the sensor an incredibly broad bandwidth. The researchers used a manufacturing process developed in Ayazi’s lab called the Harps+ platform (high aspect ratio poly and single crystalline silicon) for mass production. Thereafter, hand-sized sheets were cut to the needed size.

[via]

Traco Power launches new website www.tracopower.com

Traco Power, a leading company for high quality industrial and medical DC/DC and AC/DC power conversion products and customized power solutions has launched a new, improved website. The website is designed to offer the ultimate user-friendly experience with improved navigation and functionality while allowing customers to easily access and compare the full product portfolio Traco Power has to offer. Created with the best user experience in mind, the site includes many new features to help users to quickly and easily navigate the site to find the ideal product they need.

New features include:

  • Intuitive navigation and design to reduce the number of clicks to navigate the site
  • Products are well arranged in series and model overviews and are categorized by application and by category
  • Direct product search with “1-click” direct access to datasheets
  • Compare function
  • Easy download and previews of 3D and CAD models
  • Easy to use product filters which allow users to narrow down the product portfolio by selecting key performance attributes the wanted product needs to have
  • Compatible with all browsers and mobile devices with “app-like” mobile version
  • A media section with dozens of free whitepapers, instructions, selection guides, and videos
  • Stock-check function with live API interfaces to stockholding distributors worldwide
  • Easy to use the contact page to find Traco Power subsidiaries and distributors worldwide
  • Direct access to get technical support
  • Application reports and success stories

Florian Haas, Director of Marketing, Traco Power Group added:

“User centricity has always been at the heart of this project. Dozens of interviews and workshops with users, engineers and online experts really helped us to add new, important functions which simplify the search for the right power supply immensely” Visitors to the new site can stay informed with the latest Traco Power and industry news through the new NPI & News section. This section will contain richer online content such as technical tips, press releases, NPI’s, Videos, whitepapers, announcements and newsletters.

more information: www.tracopower.com

Axiomtek’s High-performance Fanless Embedded System with Front-accessible Design – eBOX640-521-FL

Axiomtek – a world-renowned leader relentlessly devoted in the research, development and manufacture of series of innovative and reliable industrial computer products of high efficiency – is pleased to announce the eBOX640-521-FL, its new high-performance fanless embedded system powered by the 8th generation Intel® Core™ i7/i5/i3 and Celeron® processor with the Intel® H310 chipset (codename: Coffee Lake). This outstanding embedded system features a wide choice of front-accessible I/O interfaces for easy cabling and maintenance. It also has a flexible I/O window for ease of customization for versatile applications and customer requests. The eBOX640-521-FL is a great choice for smart production, machine automation, product testing, smart warehouse and AIoT-related applications.

With its IP40-rated heavy-duty aluminum extrusion and steel case, the durable box computer can run in harsh environments with a wide operating temperature range of -10°C to +50°C and vibration endurance for up to 3G. “Axiomtek’s eBOX640-521-FL features front I/O design to fit in space-limited environments where rear access is restricted. In addition, the reliable embedded box PC comes with a flexible I/O window design for maximizing the utility in the automation applications. To achieve great wireless communication capabilities, the eBOX640-521-FL offers one PCI Express Mini Card slot and one M.2 Key E 2230 socket,” said Janney Lee, product manager of Product PM Division at Axiomtek. “Besides, the Intel® Core™-based embedded PC is compatible with Windows® 10 IoT and Linux operating systems.”

Continuing the design elements of the eBOX640 series, the eBOX640-521-FL offers rich I/O connectivity including one RS-232/422/485, one RS-232, two Gigabit Ethernet, two USB 3.0, four USB 2.0, one audio (Line-out), one DisplayPort, one HDMI, one 8-CH DIO and four SMA-type antenna openings. This industrial-grade embedded system also features a wide range 12/19 to 24 VDC power input with a DC-Jack connector. It offers dual DDR4-2400 SO-DIMM slots for up to 32GB of system memory. Meanwhile, the compact yet rugged system has dual 2.5” SATA HDD drive bays to enhance the storage capacity.

Advanced Features:

  • LGA1151 socket 8th gen Intel® Core™ i7/i5/i3 & Celeron® processor (Coffee Lake)
  • Supports 2 COM, 6 USB and 8-CH DI/DO
  • Two 2.5″ SATA drive bay
  • 2 Key E 2230 for Wi-Fi
  • Front I/O connectivity design
  • 12/19 to 24 VDC power input via DC-Jack
  • Flexible I/O window supported

Axiomtek’ high-performance fanless embedded system, the eBOX640-521-FL, is going to available at the end of May 2020. For more product information or pricing, please visit our global website at www.axiomtek.com or contact one of our sales representatives at info@axiomtek.com.tw.

ATtiny10 Programming with Platformio and Terminal

The ATtiny10 is an intriguing little device with plenty of capabilities. It’s size pushes your creativity but first, it needs to be programmed. This can get a little tricky but here I suggest two easy ways to get started.

The Atmel ATtiny101 is a tiny AVR microcontroller with a 6 pin SOT23 package that despite the size offers very interesting features. It has 1kb of flash memory, 32 bytes of RAM, a 16bit Timer, 8bit ADC, watchdog and the list doesn’t end here. Needless saying that you can get some real fun with this mix of size and specs supported by some creativity 2.

So at this point, you already placed your order but you haven’t considered how to get the code inside this little thing. This is indeed a head-scratching issue: you can’t get the code inside this little thing plugging in the USB cable like an Arduino. Instead, what’s needed is an interface called TPI (Tiny Programming Interface). But don’t worry, following the notes below you’ll be able to program the ATtiny10 in two different ways!

ATtiny10 Programming with Platformio and Terminal – [Link]

Meet the New WiO Terminal From Seeed Studio

Seeed Studio, one of the biggest open-source electronics component manufacturer, recently announced the launch of a new Product called the WiO Terminal. The Wio terminal is an addition to Seeed’s impressive Wio family of development boards which comprises popular boards like the Wio Tracker and the Wio Node, which are boards designed to meet the needs of diverse IoT applications.

Unlike other boards in the family, however, the Wio Terminal is not just a microcontroller board or an embedded functional module. It is an all-encompassing system, equipped with a Screen, a Development Board, Input/Output Interface and an enclosure, that all together makes it an efficient and Product-Ready device. According to Seeed, the board was released to enable the community to develop customized products at a much lower risk and cost, even for those who have no hardware background.

Compatible with Arduino C and Micropython, the Wio Terminal is based on an ATSAMD51-based microcontroller running at 120MHz. It is equipped with a Realtek RTL8720DN chip which provides both Bluetooth (BLE4/5.0) and Wi-Fi (2.4G/5G), connectivity, making it an IoT ready device. To make it a perfect fit for several applications, the Terminal is equipped with a 2.4” LCD Screen, an onboard inertial measurement unit(LIS3DHTR), a microphone, a buzzer, a microSD card slot, a light sensor, and an infrared emitter(IR 940nm). In addition to this, it also comes with two multifunctional Grove ports for connection to over 300 sensors and actuators in the Grove Ecosystem, a Raspberry pi 40-pin compatible GPIO for even more add-ons, and 3 user-programmable push-buttons to provide all that is needed (including enclosures) for standalone applications.

Asides being able to serve as a standalone unit, the Wio terminal could also be connected as a HAT to the raspberry with its display and other features available for use by the raspberry pi, enabling users to interact with the pi directly and easily implement standalone edge computing solutions.

Highlight features of the Wio Terminal include;

Highly Integrated Design

  • MCU, LCD, WIFI, BT, IMU, Microphone, Buzzer, microSD Card, Configurable Buttons, Light Sensor, 5-Way Switch, Infrared Emitter (IR 940nm), Crypto-authentication Ready

Powerful MCU – Microchip ATSAMD51P19

  • ARM Cortex-M4F core running at 120MHz (Boost up to 200MHz)
  • 4 MB External Flash, 192 KB RAM
  • Comprehensive Protocol Support
  • SPI, I2C, I2S, ADC, DAC, PWM, UART(Serial)

Reliable Wireless Connectivity

  • Powered by Realtek RTL8720DN
  • Dual Band 2.4Ghz / 5Ghz Wi-Fi (802.11 a/b/g/n)
  • BLE / BLE 5.0

USB OTG Support

  • Accessible Devices(as USB-Host): Mouse, Keyboard, MIDI Devices, Xbox/PS Gaming Controllers, 3D Printers
  • Simulated Devices(as USB-Client): Mouse, Keyboard, MIDI Devices

Grove Ecosystem

  • 300+ Grove modules to explore with IoT
  • Two onboard multi-functional Grove ports can be used for Digital, Analog, I2C, and PWM

Raspberry Pi 40-pin Compatible

  • Can be mounted to a Raspberry Pi as a slave device
  • Raspberry Pi’s HAT can be used with an adapter cable

Software Support

  • Arduino
  • MicroPython
  • ArduPy
  • AT Firmware
  • Visual Studio Code

Video

More information about the Wio terminal, including the price and features, can be found on the product’s page and on seeed’s product announcement page.

A LoRaWAN Theft Recovery System for Stolen Bikes using a Low-Cost Dragino LGT-92

Simon Kemper has published a guide for making use of the low-cost Dragino LGT-92 LoRaWAN asset tracking system to help track a bike when it’s stolen for easy recovery, while running for years on a single battery. Dragino LGT-92 is built for asset tracking across a LoRaWAN connection (a long-range low-power radio standard). The Dragino LGT-92 integrates a LoRaWAN radio with GPS-based location tracking. For the device to keep the power usage down, it utilizes an accelerometer to wake from sleep . This means that location fixes and updates are limited to when the device has detected movement.

Kemper states:

“The LGT-92 is available in two versions. One of these versions offers the complete product, but without a case.” He continues “This variant can be used to build your own products based on the LGT-92. Further individualization are available: Connection of external antennas for LoRaWAN and GPS; terminal strip for connection of battery pack. Use the screw terminal to connect high-capacity batteries, for example D-Cells from Saft Batteries. These come with capacities of over 15.000mAh (15 Ah!) and are theoretically capable of operating the LGT-92 for several years.”

With board and battery available, all that is needed is to connect it with the item to be tracked. Kemper further explains:

“I have equipped my bike with an LGT-92. When I park the bike, the LGT-92 goes to sleep. If someone tries to grab my bike, the sensor wakes up and tells the platform to send an alarm immediately… Periodic reporting about once per hour indicates that the device is still within range of a LoRaWAN network and working properly. Again, you can react to these messages by setting a rule to indicate the absence of these hourly messages.”

datacake.de Interface

The back-end connectivity is enabled by the Datacake IoT cloud platform, set up by Kemper to display the last-known position, to track battery charge and any detected motion, to send SMS alerts, and link to a smartphone app for on-the-go tracking. The LoRaWAN connectivity is as a result of The Things Network.

Kemper concludes the guide by saying:

“I can absolutely recommend the LGT-92! So far I have not found a better LoRaWAN Asset Tracker. I am also thrilled that with the naked PCB I get a kit which I can use as a basis for my own products… “As with all Dragino products, the quality of the firmware is excellent. A lot of thoughts have been put into the application and into how to achieve long battery life. And I must admit that they did a good job.”

For Kemper’s full write-up, visit IoT Uncovered.

Boost the Speed of your STM32 Microcontrollers by 31% Using Core-Coupled Memory

When working on projects with computation-intensive routines and (or) near real-time performance requirements, having a “lightning-fast” RAM is usually a good thing for developers. This is one of the reasons while STMicro included the Core Coupled Memory (CCM) RAM  in a good number of its STM32 microcontroller series, and Dim Tass recently demonstrated how to use it, in a blog post on his website.

Core Coupled Memory (CCM), unlike flash storage, offers high performance and a zero wait-state that allows the execution of instructions at a fraction of the time it takes when running the firmware from flash storage.  According to STMicro, it is was included in the microcontrollers for use in scenarios that involve “real-time and computation-intensive routines [including] digital power conversion control loops (switch-mode power supplies, lighting), field-oriented 3-phase motor control, [and] real-time DSP (digital signal processing)”.

Describing CCM, Tass referred to it as potentially one of the features used by STM to set the microcontrollers with it, apart. In his words, “Vendors need to make themselves stand out from their competitors and this is done in many different ways. Of course, the most important is the price, but some times that’s not enough, because even the low price doesn’t mean that the controller fits your project”.

For the demo showcasing how developers can use the CCM, Tass made use of an STM32F303CC development board, which has 256kB of flash storage, 40kB of static RAM (SRAM) and 8kB of Core Coupled Memory(CCM) RAM. For the firmware, he adopted the LZ4 compression algorithm as a benchmark, along with a custom CMake that allows execution on flash  SRAM, and CCM RAM. Executing the LZ4 compression algorithm at different clock speeds on the flash, the SRAM, and the CCM. At the default board clock speed of 72MHz and a block size of 8k, executing the LZ4 algorithm from the flash took between 279 and 304 milliseconds. Moving to the SRAM dropped the runtime further to 251ms, but switching to CCM lowered it still further to 172ms. To further test the limits, Tass overclocked the device to get a clock speed of 128MHz and tested the performance of all three memories again. At the new clock speed with the same block size as before, execution time dropped to between 156-171ms on flash memory, 141 on the SRAM, 97ms on the CCM.

Speaking on the performance of the CCM, Tass said,

“I was expecting that it would be a bit faster, but I didn’t expect that the difference would be that great. 31% faster is a lot of performance gain, you can’t ignore this, especially in time-critical code.”

The project, including all the files, is documented on Tass’s Website. 

Barometric pressure sensor for smartphones, wearable and hearable devices

Bosch Sensortec has announced a barometric pressure sensor that is able to deliver much higher levels of accuracy for altitude tracking in smartphones as well as wearable and hearable devices.

The sensor, the BMP390, can measure height changes below 10cms thanks to the improved resolution and is 50 percent more accurate than its predecessor.

Accurate altitude detection helps to localize people indoors, where GPS signals are not available. The addition of the vertical-specific position to existing horizontal information enables first responders to determine the floor level of smartphone users who trigger an emergency call.

“The use of Bosch Sensortec’s latest BMP390 pressure sensor in smartphones, enables a high precision localization service that ultimately has the potential to save thousands of lives,” said Dr. Stefan Finkbeiner, CEO at Bosch Sensortec.

Wireless providers in the US will soon be required to meet an increasingly stringent series of location accuracy benchmarks, including providing the caller’s dispatchable location and similar moves could be implemented in other regions like Europe or Asia, to further improve people’s safety and peace of mind.

Bosch and NextNav, a 3D geolocation service provider, have collaborated on component specifications and system performance resulting in consistent, high accuracy z-axis capabilities indoors. This is accomplished by applying barometric pressure sensors in the phone, like the Bosch BMP390, and combining them with NextNav’s Metropolitan Beacon System (MBS) z-axis service to determine three-dimensional location and positioning.

The sensor also enables improved indoor navigation in general, for example in combination with the Position Tracking Smart Sensor BHI160BP. These solutions compensate for traditional localization technologies such as GPS that do not work efficiently in shielded environments.

Furthermore, the BMP390 is able to support enhanced GPS applications for outdoor navigation and calorie expenditure estimation tasks. The use of advanced barometric pressure sensing can determine whether a user is walking up or down an incline, stairs or lifting weights during a fitness training session. This helps to increase the precision of calorie tracking by up to 15 percent. Thanks to the improved accuracy of altitude measurements, fitness trackers are able to show exactly how far a user has run, walked or cycled.

The BMP390 provides a typical relative accuracy of ±0.03 hPa. Typical absolute accuracy is ±0.5 hPa. The accuracy is the result of significant improvements in temperature stability, drift behaviour and noise. The sensor offers high temperature stability across its entire operating temperature and pressure range of 0 to 65 °C and 700 to 1100 hPa respectively, with an average temperature coefficient offset (TCO) of just ±0.6 Pa/K. Noise is also low, at only 0.9 Pa typical, an improvement of 25 percent relative to the predecessor BMP380. The device also provides high long-term stability, and low short- and long-term drift.

Measuring only 2.0 mm x 2.0 mm x 0.75 mm, the sensor is easy to integrate into portable devices. Power consumption is kept low at 3.2 μA at 1 Hz (typical) to maximize battery life on portable devices.

more information: www.bosch-sensortec.com

12V SLA Lead Acid Battery Charger Using BQ24450

This project has been developed to charge SLA (Lead Acid Batteries) . It helps to charge 12V Lead-acid battery up to 12Ah in capacity. Specific current output is possible by altering the current sense resistor.  The BQ24450 chip contains all the necessary circuitry to optimally control the charging of valve-regulated lead-acid batteries. The IC controls the charging current as well as the charging voltage to safely and efficiently charge the battery, maximizing battery capacity and life. Depending on the application, the IC can be configured as a simple constant-voltage float charge controller or a dual-voltage float-cum-boost charge controller.

The built-in precision voltage reference is especially temperature-compensated to track the characteristics of lead-acid cells and maintains optimum charging voltage over an extended temperature range without using any external components. The ICs low current consumption allows for accurate temperature monitoring by minimizing self-heating effects.

The IC can support a wide range of battery capacities and charging currents, limited only by the selection of the external pass transistor. The versatile driver for the external pass transistor supports both NPN and PNP types and provides at least 25mA of base drive current.

In addition to the voltage- and current-regulating amplifiers, the IC features comparators that monitor the charging voltage and current. These comparators feed into an internal state machine that sequences the charge cycle. Some of these comparator outputs are made available as status signals at external pins of the IC. These status and control pins can be connected to a processor, or they can be connected up in flexible ways for standalone applications.

Note: The circuit can use dual transistor for currents up to 1A-15Amps, use proper transistor as per current requirements.
Note: This board has been designed for dual transistors, for load current up to 1Amp use single PNP transistor as such TIP32 TO220, Omit Q2 and use Q1, Transistor pins configuration as shown in the picture below. Omit R5 and R6 is 0 Ohms.
Please take care placing the Q1 transistor, as there is an error on the PCB design. Advice the NPN pinout prior to placing it.

Features:

  • Input Supply 16V-20V DC
  • Charging Voltage 12V SLA(Lead Acid Battery), AGM
  • Lead Acid Battery 5-12Ah  ( 500mA)

Schematic

Connections

Video

BQ24450 Datasheet

Vicor DCM5614 Isolated Regulated DC Converter

Vicor DCM5614 Isolated Regulated DC Converter comes in a VIA™ package, offers up to 96% efficiency, and operates from 180VDC to 400VDC. This DCM Converter features flexible mechanical mounting options with low top- and bottom-side thermal resistances due to the thermal management and power benefits of VIA packaging technology. When paired with downstream regulators and PoL current multipliers, the DCM enables power system architects to achieve power-system solutions with outstanding performance metrics. Vicor DCM5614 Isolated Regulated DC Converter is ideal for communication systems, defense, and aerospace applications.

Features

  • Isolated, regulated DC-DC converter
  • Up to 1300W, 46.43A continuous
  • 96% peak efficiency
  • 451W/in3 power density
  • Wide input range 180VDC to 400VDC
  • Safety Extra Low Voltage (SELV) 28V nominal output
  • 2121VDC isolation
  • ZVS, ZCS high-frequency switching
    • Enables low-profile, high-density filtering
  • OV, OC, UV, short circuit and thermal protection
  • Fully operational current limit
  • Available in chassis-mount and through-hole VIA package
    • 5.57in x 1.40in x 0.37in [141.43mm x 35.54mm x 9.40mm]
  • PMBus® management or analog control interface

more information: www.vicorpower.com

TOP PCB Companies