Skip to content
/ boards Public
forked from souliss/boards

Source files for Arduino based boards designed for Souliss

Notifications You must be signed in to change notification settings

seco/boards

 
 

Repository files navigation

Introduction

Source files for Arduino based boards designed for Souliss

Souliss runs on most of the Arduino compatible boards (a complete list of compatible boards is avialable in the wiki and in the relevant hardware section). Some special design has been shared publicly and you can build them by your self. This repository contains schematics and PCBs.

Battery Operated Board

The Battery Operated Board is a microcontroller board based on the ATmega32u4. It has digital input/output and Analoge 4 pin Grove connector,UEXT connector, an 16 MHz resonator, a micro USB connection, a JST connector for a 3.7V LiPo battery, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a battery to get started.

the ATmega32u4 has built-in USB communication, eliminating the need for a separate USB-to-serial adapter. This allows the Battery Operated Board to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port.

Power

The Battery Operated Board can be powered via the micro USB connection or with a 3.7V LiPo battery (connected to the JST connector on the board). Either power source is regulated down to the operating voltage (3.3V) by the on-board MCP1640. The board contains a MCP73831 LiPo battery charging chip. If the board is connected to both USB and a battery, the USB power will charge the battery.The LED above the Board lights up while the battery is being charged. The charging will stop automatically when the battery is fully charged.

The power pins are as follows:

  • The regulated 3.3V power supply used to power the microcontroller and other components on the board. This can come either from the USB connection or a battery, both via the on-board regulator.
  • Ground pin.

Power Socket based on nRF24L01 radio

The powersocket is a small radio node (2.4 GHz based on Nordic nRF24L01) that allow you to control remotely a 110/220 VAC device through a relay.

Two design are available:

License

Creative Commons License
Souliss Boards is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at http://souliss.github.io.

About

Source files for Arduino based boards designed for Souliss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Eagle 99.9%
  • Prolog 0.1%