Brian updated his MSPism RF transceiver design to version 2. He added a dual output low-drop-out voltage regulator and a LiIon battery jack.
MSPism is a X-Bee compatible RF transceiver with an onboard MSP430 microcontroller, using a cheap Nordic nRF24L01+ module. The firmware is currently under development.
Here is a hack that will let you use some 5v HD44780 LCDs at 3V. On some common LCDs you can short the resistor labeled R7 and interface with the LCD at 3.3V.
Later today we will announce the winners of the Energy Micro EFM32 dev-boards. If you’d like one just leave a comment on this post with a project idea.
I can highly recommend CoolRunner-II CPLD Starter Kit. I have this small board for a while and it’s more then you need to learn to use cpld’s and it’s fairly cheap ($60)… it’s of course proprietary, the atmel on board (that can be used to communicate with chips on board and to program cpld and to talk with your host computer via usb) has some proprietary firmware etc etc … but board is interesting, besides everything is broken out there’s a place for external oscillator, there’s internal oscillator on board with switch (10khz, 100khz, 1mhz) 4x7seg display, 2 switches, 2 buttons, 4 leds, LTC2494, LT3028 so you can follow voltage levels, current draw, temperature etc etc .. I highly recommend it
Resin is cured in layers using a UV laser. A linear actuator moves the stage down slightly after each layer is hardend, slowly building the 3D object in layers. Check out a time-laps video below the fold.
Fcobcn posted a picture of his free PICqueño PCB build. We love the look a tall quartz crystal gives to this build.
If you build a free PCB we’ll send you another one! Blog about it, post a picture on Flicker, whatever – we’ll send you a coupon code for the free PCB drawer.
Minibloq ver 0.8 has been released. “Minibloq is a graphical programming environment for Arduino™, Multiplo, physical computing devices and robots. One of it’s main goals is to bring closer physical computing and robotic platforms to primary schools, kids and beginners.”
The simple process of making a demo board for the Bus Pirate turned out to be far more complicated then we expected. Previous versions used many different chips and turned out to be more expensive then the Bus Pirate itself.
For version 5 Sjaak came up with the idea to use a single low-cost microcontroller, a PIC16F1829, to emulate a bunch of devices over various protocols. The protocol and device mode are selected via jumpers.
By selecting jumpers in the DEVICE header, you can chose which function the demo board will perform. The options available are analog-to-digital converter, digital-to-analog converter, memory chip, and PWM output.
By selecting jumpers in the PROTOCOL header, you can chose the protocol. I2C, SPI, UART, and one we haven’t decided yet.
Voltages are measured by an analog to digital converter connected to the ANALOG header
The a digital to analog converter outputs 32 different voltage levels to the ADC pin of the Bus Pirate
Memory mode emulates an EEPROM chip
If you want to check out Bus Pirate’s frequency measurement, the PWM mode outputs a PWM signal to the AUX pin of the Bus Pirate header
Tarloth designed this cool hack to improve signal integrity of the Open Bench Logic Sniffer. Instead of using the standard 1×18 pinheader, he used a dual row 2×18 header. One row is connected to the board, while the other is connected to GND.
Unused signal pins are jumpered to GND using the extra header row. This improves signal integrity on the used channels. If this hack is used with a standard IDC cable, every channel wire has a GND wire on either side of it inside the cable, further improving signal integrity.
Twitter syndication failed yesterday, so today is Twitter free PCB Wednesday.
Every Tuesday we give away two coupons for the free PCB drawer via Twitter. This post was announced on Twitter, and in 24 hours we’ll send coupon codes to two random retweeters.
Don’t forget there’s free PCBs three times a every week:
Hate Twitter and Facebook? Free PCB Sunday is the classic PCB giveaway. Catch it every Sunday, right here on the blog
Tweet-a-PCB Tuesday. Follow us and get boards in 144 characters or less
Facebook PCB Friday. Free PCBs will be your friend for the weekend
On Monday the usually trusty WordPress Tweeter plugin that pushes posts to Twitter stopped working. It wasn’t obvious until yesterday when there were no replies, and lots of complaints, about free PCB Tuesday. WP Tweeter hasn’t been updated in a long time, so we found something fresher. This post will hopefully be syndicated by the new WP to Twitter plugin, which was last updated a few weeks ago.
Want to do some embedded software? Or worse, did you get handed a project and just want to know what is going on? There are some concepts you’ll need to understand: volatile variables, hardware registers, static keywords, memory maps, bit manipulation and function pointers, oh my! This webcast walks step-by-step through the most important concepts a software engineer will need to get started on the path to embedded systems.
#twatch firmware v0f is now available for download. It updates the twatch to use new Twitter feeds and formats.
The Twitter streaming #twatch stopped working because Twitter disabled the feed we used to grab the current trending topics. The new feed needs a Yahoo! Where On Earth region ID in the url. We wanted worldwide trending topics, so we set the region to 1.
Additionally, there was a minor change in feed format that put the region into the trend results. This was fixed by modifying the search keys.
Vincent wrote a guide to compiling the open source cross platform GUI for the Bus Pirate. There’s also a new Windows binary for the project that doesn’t require installation, you can download it here.
Shaos is making a breakout board for PIC32 microcontrollers in DIP through hole packages. He based his design on his previous project the nedoCPU-16, a breakout for the PIC16F870 uCs.
There is a 3.3v power supply onboard along with all the bypass capacitors required for the PIC32 to function properly. As an added feature he placed over-voltage protection on most of the broken out pins. The board is designed to be inserted onto a breadboard using a single row of headers.
Every Tuesday we give away two coupons for the free PCB drawer via Twitter. This post was announced on Twitter, and in 24 hours we’ll send coupon codes to two random retweeters.
Don’t forget there’s free PCBs three times a every week:
Hate Twitter and Facebook? Free PCB Sunday is the classic PCB giveaway. Catch it every Sunday, right here on the blog
Tweet-a-PCB Tuesday. Follow us and get boards in 144 characters or less
Facebook PCB Friday. Free PCBs will be your friend for the weekend
TitanMKD wants to interface his UBW32 with a NFC Arduino shield. He decided to make a adapter board to easily connect and disconnect them together:
I have just developped a first version of arduino adaptor for UBW32, this version is basic because only Power Supply and SPI are connected in order to have a working NFC shield v0.9I will update it later with other pins connection to add analog pins and other GPIO (which requires power adaptation because they are limited to 3.3V on PIC32).