Got my new PIC16F18446 dev. Board! It's so tiny!

Kiana Khansmith
trying on a metaphor
Lint Roller? I Barely Know Her

ellievsbear
sheepfilms
𩵠avery cochrane š©µ
cherry valley forever
No title available
Xuebing Du

Product Placement
No title available
macklin celebrini has autism
Cosmic Funnies
Mike Driver
h
tumblr dot com

Andulka
One Nice Bug Per Day
todays bird
Show & Tell

seen from Malaysia
seen from Singapore

seen from Brazil

seen from Germany

seen from Singapore

seen from Finland
seen from Australia

seen from United States
seen from Malaysia
seen from United States
seen from United States

seen from Malaysia

seen from United Kingdom
seen from United States

seen from Brazil
seen from Mexico

seen from Malaysia
seen from Argentina

seen from United Kingdom
seen from Canada
@binaryshift
Got my new PIC16F18446 dev. Board! It's so tiny!
Iāll take some time to send the Gerber files to a manufacturer. This is the RS485 Prop Controller. In an Arduino Shield-like form factor, this little thing will allow me to put up to 32 microcontrollers on the same RS485 network. The shield can control a load (Up to 24VDC at 1Amp), play MP3 files on a SD Card (Up to 255 files, 32GB Max) and has SPI, I2C, Analog and Digital GPIOās (Arduinoās Pins, basically). It has 2 RJ45 ports, to put each one of them in series on the RS485 bus.
Serial Communication over RS485, passing through a 30meters cat5 wire! #rs485 #arduino #communication #electronics #diy #led #programming #prototyping
Today I purchased my first PIC32 development board ! Itās the Curiosity PIC32MZEF Development Board. Iāll be able to apply everything I learned during my PIC Programming courses. Canāt wait !
Programming the MQTT Broker #iot #electronics #coding #arduino
So today I learned how to import files to the laser cutter and to operate this beast! How cool is that?!
My first pneumatic project, my first air cylinder! Still waiting for fittings and my 5/2 Valve..
Today I took 2 hours of my time to try EasyEDA, and I made my first Arduino Uno Shield. This is my Arduino MP3 Trigger Shield ! It takes a digital input (from 12 to 3.3V) as a trigger for up to 255 sounds. For the duration of each sound, we are only limited by the SD card capacity (32GB) ! It has a Class D amplifier, an optocoupler (for the 12 to 3.3V trigger option), an audio output for one 3W 8Ohms speaker and headphone jack. Oh and also 2 buttons to control the MP3 player manually. Iāll try to route the traces neatly tho.. Itās a bit messy.
Mesmer: Beyond Animatronics - This is a dream job. So much technology, so much sensors and actuators, combined into a single piece.
ESP8266 connected to my MQTT broker, as well as my Raspberry Pi!
No microcontroller needed š
Quick project! This is my MQTT controlled Latching Relay. The MQTT broker is my Raspberry Pi. I use it via SSH through my Linux. That way I can control everything from a single screen! To activate the relay, I publish a boolean command in the right topic on the broker (in this case, test/relay). I'll connect several of these modules (ESP8266) to the raspberry pi broker (Mosquitto).
Next project coming soon !
Iām currently working on a project that will allow several microcontrollers (up to 32) to communicate between each other on only one data bus. Iāll be using CAT 5 wires, RS485 standard and my own communication protocol ! Coming soon :).
Final project.
A red LED matrix display, controlled by Bluetooth. Just turn it on, download a Bluetooth terminal on your Android Smartphone, connect to it and there you go ! Send any message you want (255 char. max). Controled by an Arduino Nano. It uses the HC-06 Bluetooth module and two Red LED matrix with 74hc595 chips.
Final project.
Today I played with my new XBEEs, some Neopixels and the TCS34725 color sensor from Adafruit ! One XBEE is configured as an End Point (the one with Neopixels), the other as Coordinator (color sensor). After each reset, the arduino Coordinator reads the value from the color sensor and send 3 bytes to the Arduino End Point (byte 1: red, byte 2: green, byte 3: blue). Then, those 3 bytes are sent to the Neopixel strip to be displayed as mixed colors !