Circuits@Home

?

Channel Reputation Rank

#5
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Circuits@Home' channel has an outstanding rank. Despite such a rank, the feed was last updated more than a year ago. In addition 'Circuits@Home' includes a significant share of images in comparison to the text content. The channel mostly uses long articles along with sentence constructions of the intermediate readability level, which is a result that may indicate difficult texts on the channel, probably due to a big amount of industrial or scientific terms.

About 'Circuits@Home' Channel

A Solder Joint

? Updates History Monthly Yearly
? Content Ratio
? Average Article Length

Short articles, prevailing on the channel, can be a good choice for 'Circuits@Home' if they’re going to gain their audience’s sympathy with brevity. Also, there are a few medium-length pieces.

short

long

? Readability Level

Intermediate readability level is common for 'Circuits@Home' articles as it addresses the matters that demand certain level of education to be understood. Sometimes the channel gets even more difficult by issuing pieces of advanced readability level (there are just a few of them). In addition the channel contains some materials of a basic readability level.

advanced

basic

? Sentiment Analysis

Positive emotional expressions prevail throughout the texts: they may include favorable reviews, appreciation or praise in regard to the subjects addressed on the channel. However, the channel also contains some rather negative or critical records that make up just a small amount of all its content.

positive

negative

Recent News

Unfortunately Circuits@Home has no news yet.

But you may check out related channels listed below.

Teensy 3.0 now supported by the USB Host library

[...] 3.0 I (Lauszus) am pleased to announce that the first ARM processor is now supported by the USB Host library. It is the Teensy 3.0 which features an 32 bit Cortex-M4 ARM processor running at up to [...]

Wireless Xbox360 controller support for USB Host 2.0 library

[...] Wireless Xbox360 code This is a short announcement of another nice contribution to the USB Host 2.0 library code. Kristian Lauszus from TKJ Electronics announced release of wireless Xbox360 [...]

VBUS power control on USB Host shield

[...] Power switch populated About a month ago I started shipping USB host shields built on PCB bearing revision number 2.0.1. On this PCB I added a new feature, suggested [...]

Adding a display to a digital scale using Arduino and USB Host shield

[...] keyboards and joysticks. To test this theory I made a simple setup consisting of Arduino UNO, USB Host shield and HD44780-compatible LCD display. I also wrote a simple sketch which polls the scale [...]

Simulating cable disconnect on USB Host Shield 2.0

[...] A MOSFET controlling VBUS Today I want to show a simple USB Host Shield 2.0 modification which allows controlling power to USB peripheral. I learned this technique [...]

Xbox360 controller support added to USB Host Shield 2.0 library

[...] xbox360 announcement Kristian Lauszus from TKJ Electronics made another contribution to USB Host Shield 2.0 library – support for Microsoft Xbox360 game controller. Files XBOXUSB.cpp and [...]

Interfacing PS3 controllers to Arduino via wired USB

[...] ps3 usb code This is a short announcement about a new feature added to USB Host Shield 2.0 Library. Kristian Lauszus from TKJ Electronics developed and contributed code for [...]

Developing Arduino code for HID Joystick

[...] text of Arduino sketch plus parsers/callbacks is available on GitHub. The code works with USB Host Shield 2.0, it has been tested on Arduino UNO, Mega, as well as Mega 2560. Unlike USBHID_desc this [...]

Sony PS3 Controller support added to USB Host library

[...] that ever-popular Sony PS3 game controllers are now supported by current (rev.2.0) USB Host Library. Kristian Lauszus from TKJ Electronics developed a library to interface with Dualshock [...]

Bluetooth HID devices now supported by the USB Host library

[...] PS3 keyboard I am glad to announce that Bluetooth HID devices are now supported by the USB Host library. The library already supports PS3 and Wiimote controllers, but now you are also able to use [...]

Using USB Bluetooth dongle on Arduino to connect to Windows PC

[...] Discovering Arduino Bluetooth This is a second article about Bluetooth connectivity using USB Host library for Arduino. Previous article described Android connectivity; today, I will show how to [...]

A documentation project for USB Host Library 2.0 has begun!

[...] USB Host Library Documentation This is short but very important announcement. Kristian from TKJ Electronics [...]

Running USB Host code on Digilent chipKIT board

[...] is 40 MHz which is too high for the MAX3421E chip. The modded shield can be seen on a title picture (click on it to make it larger). Uno32 is 3.3V board; even though the inputs on PIC32 [...]

Adjusting inverter control in Tektronix 7104 oscilloscope power supply

[...] supply cover which takes time and exposes high voltages. The test setup presented on a title picture( click on it to make it bigger) shows how to access this test point leaving power supply [...]

Visualizing HID device reports and report descriptors

[...] is necessary. A screenshot of descriptor report output of a typical mouse can be seen on title picture. The explanation follows. Mouse buttons are defined first. We can see that it is input [...]

Modified USB Isolator

[...] David Peters shared his modifications to my USB Isolator board. The board can be seen on a title picture (click on it to make it bigger), the design files can be downloaded and below is the list of [...]

Bluetooth RFCOMM/SPP service support for USB Host 2.0 Library released!

[...] Compatible Bluetooth Dongles Kristian Lauszus from TKJ Electronics, a man behind PS3 and Xbox360 code in USB Host Shield 2.0 library did it again! I’m [...]

Interfacing PS3 controllers to Arduino via wired USB

[...] announcement about a new feature added to USB Host Shield 2.0 Library. Kristian Lauszus from TKJ Electronics developed and contributed code for interfacing to several Sony PS3 game controllers and has [...]

Sony PS3 Controller support added to USB Host library

[...] controllers are now supported by current (rev.2.0) USB Host Library. Kristian Lauszus from TKJ Electronics developed a library to interface with Dualshock 3, as well as Move Navigation and Motion [...]

Xbox360 controller support added to USB Host Shield 2.0 library

[...] xbox360 announcement Kristian Lauszus from TKJ Electronics made another contribution to USB Host Shield 2.0 library – support for Microsoft [...]

Running multiple slave devices on Arduino SPI bus

Stack of shields Serial Peripheral Interface AKA SPI bus is a popular way to communicate peripheral IO controllers to a micro over short distances an [...]

Running multiple slave devices on Arduino SPI bus – hardware modifications.

WiFi and NFC shield stack Add-on boards AKA “shields” greatly expand the capabilities of standard Arduino platform. Typically, a shield adds a sp [...]

Running multiple slave devices on Arduino SPI bus – data formats

Bit reversal code After finishing hardware modifications for my three-SPI-device setup I started coding and hit a snag. Any device would happily work [...]

Using USB Bluetooth dongle on Arduino to connect to Android phone

Arduino connected to Nexus S Since Kristian’s release of SPP service for USB Host 2.0 library I got many e-mails with questions about Bluetooth ser [...]

Using USB Bluetooth dongle on Arduino to connect to Windows PC

[...] an Arduino to a Windows machine using USB Host Shield ( available at the store ) and USB Bluetooth dongle. The biggest issue with Bluetooth [...] [...]

Interfacing PS3 controllers to Arduino via wired USB

[...] dongle plus it is 100% compatible. Take a look at this example showing how to initialize PS3 controller and access its buttons, joysticks and accelerometers. Kudos to Kristian for this nice piece [...]

Sony PS3 Controller support added to USB Host library

[...] protocol, differences between controllers, as well as plenty of links to other sources of PS3 controller interfacing knowledge. Kristian developed this library as a part of his Balancing robot [...]

Developing Arduino code for HID Joystick

[...] will help you getting field details such as size and count info. Also, if you don’t have Arduino Mega or 2560 to run USBHID_desc, report descriptor for your device can be obtained using one of [...]

Visualizing HID device reports and report descriptors

[...] reports are output. The first report shows empty scale, the second – scale loaded with Arduino Mega/USB Host Shield combo on which USBHID_desc is running (~68g or 2.4oz). USBHID_desc is a useful [...]

Advanced brushless DC motor controller

[...] I got pretty tired of coding recently and had to switch my brain to something as distant from USB protocol as possible. Also, I’ve being planning a quadcopter build for which I need a motor [...]

Advanced brushless DC motor controller

[...] pretty tired of coding recently and had to switch my brain to something as distant from USB protocol as possible. Also, I’ve being planning a quadcopter build for which I need a motor [...]

?Key Phrases
Teensy 3.0 now supported by the USB Host library

[...] 3.0 I (Lauszus) am pleased to announce that the first ARM processor is now supported by the USB Host library. It is the Teensy 3.0 which features an 32 bit Cortex-M4 ARM processor running at up to [...]

Wireless Xbox360 controller support for USB Host 2.0 library

[...] Wireless Xbox360 code This is a short announcement of another nice contribution to the USB Host 2.0 library code. Kristian Lauszus from TKJ Electronics announced release of wireless Xbox360 [...]

VBUS power control on USB Host shield

[...] Power switch populated About a month ago I started shipping USB host shields built on PCB bearing revision number 2.0.1. On this PCB I added a new feature, suggested [...]

Adding a display to a digital scale using Arduino and USB Host shield

[...] keyboards and joysticks. To test this theory I made a simple setup consisting of Arduino UNO, USB Host shield and HD44780-compatible LCD display. I also wrote a simple sketch which polls the scale [...]

Related channels