Projects

Simple 3 Button On off With 12f629 mikroC

Simple 3 Button On-off With 12f629 (mikroC)

a simple 3 buttons on-off with pic12f629. it’s written with MikroC Step 1: The Code… start the code with ”int”———————————————————- int x0,x1,y0,y1,z0,z1; ////// with this the GPIO outputs could stay on or off void main() { GPIO = 0x00; ////// all outputs are 0 CMCON = 0x07; ////// Disable CMCON PORT TRISIO = 0b00111000; ////// […]

Simple 3 Button On-off With 12f629 (mikroC) Continue Reading

Getting Started With the Particle Photon Internet Controlled LEDs

Getting Started With the Particle Photon (Internet Controlled LEDs)

In the previous instructable I showed you how to get started with IoT using the nodeMCU, in this instructable I will be featuring the Particle Photon which is an easy to use IoT device to get started with designing IoT projects. The particle photon is smaller than the nodeMCU and features STM32 ARM Cortex M3 microcontroller on

Getting Started With the Particle Photon (Internet Controlled LEDs) Continue Reading

IO pin Ardunio

Make your own 1×1 22 IO pin Ardunio Compatible

Tested ExtraCore boards and kits are now available for sale from Rugged Circuits. What is it? This Instructable will give you all the files and information you need to make your own Arduino Compatible in small surface mount package. It requires a board manufactured to about 9mil precision. I recommend having the board manufactured at

Make your own 1×1 22 IO pin Ardunio Compatible Continue Reading

Scroll to Top