8 PIN PIC Development Board – PIC12F683

8-pin-pic-development-board-c085c-500x500

8 PIN SMD PIC development board is a full-featured development board and platform for 8-bit PIC® microcontrollers. This project is a versatile development solution, featuring several options for external sensors, off-board communication and human interface. Additionally, it offers ample room for expansion, making it an excellent solution for developers and engineers looking for a PIC development board. The 8 Pin SO8-SMD PIC Development / Evaluations Board demonstrates the capabilities of Microchip’s 8-bit microcontrollers, specifically, It can be used as a standalone demonstration board with a programmed part. With this board you can develop and prototype with all Microchip’s 8 PIN PIC microcontrollers which doesn’t required crystals (External Oscillator). On board connector for ICSP allows an easy programming. The board has configurable pull ups on all pins can be soldered or abandon as per requirement, All pins has solder Jumpers for pull down.  Onboard 5V regulator, two tact switch, one output connector to interface with 12V Relay board or solid state AC or DC Relay. Board has small prototype area. We have considered PIC12F683 IC for this Board.

8 PIN PIC Development Board – PIC12F683 – [Link]

8 PIN PIC Development Board – PIC12F683

8-pin-pic-development-board-c085c-500x500

8 PIN SMD PIC development board is a full-featured development board and platform for 8-bit PIC® microcontrollers. This project is a versatile development solution, featuring several options for external sensors, off-board communication and human interface. Additionally, it offers ample room for expansion, making it an excellent solution for developers and engineers looking for a PIC development board. The 8 Pin SO8-SMD PIC Development / Evaluations Board demonstrates the capabilities of Microchip’s 8-bit microcontrollers, specifically, It can be used as a standalone demonstration board with a programmed part. With this board you can develop and prototype with all Microchip’s 8 PIN PIC microcontrollers which doesn’t required crystals (External Oscillator). On board connector for ICSP allows an easy programming. The board has configurable pull ups on all pins can be soldered or abandon as per requirement, All pins has solder Jumpers for pull down.  Onboard 5V regulator, two tact switch, one output connector to interface with 12V Relay board or solid state AC or DC Relay. Board has small prototype area. We have considered PIC12F683 IC for this Board.

Features

  • Supply 6V to 12V DC
  • On Board ICSP Connector for Programing
  • 3 Pin Output Header Connector for Relay or Solid State Relay
  • All Pin has pull up resistors can be solder as per requirement
  • All Pins has solder Jumper for pull down
  • ON Board 5V Regulator
  • On Board 2 tact switches
  • Small Proto Area
  • 3 Parallel Header Connectors connected to pin 2, 3, 4, 5, 6, 7

Schematic

8-pin-pic-development-board-sch

Parts List

8-pin-pic-development-board-bom

Connections

8-pin-pic-development-board-connections

Photos

8-pin-pic-development-board-pic3

8-pin-pic-development-board-pic1

8-pin-pic-development-board-pic2

Temperature alarm for boiling milk

image2

Domen Ipavec shares his temperature alarm for boiling milk. Temperature alarm uses an Atmel attiny841 microcontroller, DS18B20 high temperature waterproof temperature sensor from adafruit, 2×16 HD44780 LCD and a buzzer to do its job.

Anyone who has ever boiled milk on the stove knows, that it has a nasty habit of overflowing. That is why I created the temperature alarm for boiling milk to be used my mother. It continuously measures the temperature of the milk and sounds an alarm when the temperature is over the preset alarm value.

Temperature alarm for boiling milk – [Link]

FiPy, The Future IoT Module

The hardware startup Pycom have been working hard to create a fast-develop-and-connect hardware portfolio, a portal and gathered enough developer manpower to unleash the IoT growth potential. Pycom has just launched its newest product: FiPy!

301c48d603db267c9025d14e206c1b09_original

FiPy is the new IoT module that connects your device to other networks. According to what the company describes, it is the most comprehensive solution, unifying LTE with other proprietary or unlicensed LPWA technologies into a single, five-network IoT connectivity solution.

2c0702a7a39b0313f7b08f94c202b7e2_original

“In addition to WiFi, BLE, LoRa and Sigfox, we’ve added the latest cellular technology for IoT: LTE-M. But, we didn’t just go for one frequency type either. Nope, we partnered with the leaders in their field, Sequans, and are now proud to confirm that our module will have both CAT NB1 and CAT M1.”

The board specifications

  • ESP32-based – Espressif ESP32 SoC
  • Dual processor and WiFi+Bluetooth radio system on chip
  • Supports 5 networks: WiFi, BLE, cellular LTE-CATM1/M2(NBIoT), LoRa, and Sigfox
  • RTC running @ 32KHz
  • Size: 55 x 20 x 3.5 mm
  • Micropython enabled
  • Pymakr and Pymate compatible
  • All your apps from WiPy, LoPy and SiPy will work on FiPy too
  • Open source firmware

Pycom is redefining IoT with this brand new module! FiPy gives access to all the world’s LPWAN networks on one tiny board. It is now live on Kickstarter, check the campaign video:

You can pre-order your FiPy now for $39, the campaign still has 23 days to go and it has already achieved double of its goal. More information about FiPy plus its sensors and accessories check the crowdfunding campaign and the official website.

Dual Screen Netatmo Weather Station

Netatmo Weather Station is a module that measures your indoor comfort by providing vital information such as temperature, humidity, air quality, and CO2, alerting you when you need to air out your home to bring down its pollution levels.

fr8fd78ivcvqdh7-medium

One of the Netatmo limitations is that you need to use a smartphone to view the collected information by the station. To solve this, Barzok had developed an Arduino-based screen to display the weather data remotely, and published a full guide to build it in this instructable.

Barzok’s first attempt was a stand-alone device inside weather station using an Arduino UNO, a real time clock, a temperature and pressure sensor, and a 2.8” screen. It displays the time, pressure history over the past 6 days, and temperature as digits and as a gauge bar.

flxlafbivcvqchz-medium

The next experiment was connecting the Arduino UNO with Netatmo API through an Ethernet shield and displaying the data on the screen. The connection was the difficult part as the Arduino was not powerful enough to establish an HTTPS connection and receive valuable information from Netatmo servers.

The solution uses a PHP client on a web server, which connects with Netatmo servers, and then the Arduino retrieves the data using the standard HTTP.

f4bjzi3ivcvqcwg-medium-1

The final version of the station consists of an Arduino Mega, two 2.8” inches screens, and an ESP8266 Wifi module. There is no limit of the Arduino type and screen size, you can use your model with minor changes of the code. Barzok also made a custom circuit that transforms the 9V input voltage into a 5V to power the Arduino and 3.3V to power the ESP8266.

fdd0p87iva4yibz-medium

The diagram presents the process, the Netatmo module gathers the weather information and uploads them to the Netatmo servers. Then a PHP application runs on remote server and retrieves the information from the Netatmo servers and turns it into simple text data. Finally the Arduino receives the simple texts with the ESP8266 module and displays them on the two screens.

The two screens displays different information, the left one provides the real time data received from the Netatmo sensors about temperature, pressure, humidity, rain and CO2. The other screen shows the time and date, pressure history, and 3 days weather forecast.

f03ni4miva4yiem-medium

fyodjj4iva4yif3-medium

You can find more instructions to build this project with detailed description about the code, schematics, box design at the project page.

ElectroCalc – Electrical and Electronics Calculator

unnamed

“Tiago” tipped us with his latest Android App. His app, ElectroCalc is a fast calculator for electrical and electronic circuits. The calculator includes many tools and comes in a free and a Pro version. Check it out!

ElectroCalc – Electrical and Electronics Calculator – [Link]

Make Your Own Power Meter/Logger

fwrdx89ivo5ma9u-medium

In this tutorial will show us how to build a power meter and logger using Arduino and INA219 power monitor IC:

In this project I will show you how I combined an Arduino, an INA219 power monitor IC, an OLED LCD and a Micro SD Card PCB in order to create a power meter/logger that has more functions than the popular USB Power Meter. Let’s get started!

Make Your Own Power Meter/Logger – [Link]

LTC3786 – Efficient boost controller takes the heat

linear-ltc3786

Linear Technology has launched a higher-temperature 150°C version of its LTC3786 step-up DC/DC controller that boasts 98% efficiency. This H-grade device replaces the boost diode with an N-channel MOSFET for higher efficiency and reduced power loss. by Susan Nordyk @ edn.com:

The controller produces a 24-V, 5-A output from a 12-V input with up to 98% efficiency, useful for automotive, industrial, and medical applications. It operates from an input voltage ranging from 4.5 V to 38 V during startup, maintains operations down to 2.5 V after startup, and regulates an output voltage as high as 60 V. Its low quiescent current of 55 µA helps extend the run time of battery-powered applications in standby mode.

LTC3786 – Efficient boost controller takes the heat – [Link]

4 Channel Relay Board

4-channel-relay-board-i044-500x500

4 Channel Relay Board is a simple and convenient way to interface 4 relays for switching application in your project. Very compact design that can fit in small area, mainly this board is made for low voltage applications.

Features

  • Input supply 12 VDC @ 170 mA
  • Output four SPDT relay
  • Relay specification  10A/24V DC
  • Trigger level 2 ~ 5 VDC
  • Header Connector for connecting power and trigger voltage
  • LED on each channel indicates relay status
  • Power Battery Terminal (PBT) for easy relay output and aux power connection
  • Four mounting holes of 3.2 mm each

4 Channel Relay Board – [Link]

Large Current Relay with Dual Output DC-DC Converter for Hobby CNC/Router

large-current-relay-m119-500x500

Single Channel Large current relay board with dual DC-DC converter board is mainly designed for Hobby CNC, Routers, and Plasma cutters.

Hobby CNC controller requires multiple DC outputs to drive various things.  This board provides 5V DC and 12V DC 1Amp each. The dual supply helps driving LPT breakout board, Sensors, Limit switches and few other things that require 5V and 12V.

The Relay has large current handle capacity and can be used to drive spindles, solenoids, and other things that require switching. The relay requires TTL High signal to trigger or it has the capability to even trigger with GND signal.

Features

  • Supply Input 15V to 35V DC
  • DC Outputs 5V @ 1A & 12V 1A
  • On Board LED for Relay Output
  • Relay Contact 20Amp NC and 30 Amps No 230V AC
  • Relay Trigger 5V TTL in or GND input
  • Screw Terminal and 2 Pin Header Connector Provided for Supply Input
  • Screw Terminal and 2 pin header provided for 5V DC & 12V DC Output
  • 3 Pin Screw Terminal Provide for Relay output Connections NO/NC
  • 3 Pin Header Connector for TTL + Signal Trigger, and Low GND signal Trigger
  • Close The Jumper to trigger rely with low GND signal input

Large Current Relay with Dual Output DC-DC Converter for Hobby CNC/Router – [Link]

TOP PCB Companies