Blog Stats
- 356,646 hits
-
Recent Posts
- BBC micro:bit Temperature Measurement with Scilab
- BBC micro:bit Robot Controlled with Swipe Gestures on Android Phone
- Remote Reading of Temperature with BBC micro:bit and Bluetooth Low Energy BLE
- Telegram Bot Control with Orange Pi Lite Wifi and AXE056 board with Picaxe 18M2
- 2015 in review for RedAcacia
Recent Comments
Tayeb on Coding in PHP a Hijri-Gregoria… Nehir on Remote Viewing of Temperature… Nehir on Remote Viewing of Temperature… Tayeb on Remote Viewing of Temperature… Nehir on Remote Viewing of Temperature… Archives
- January 2019
- May 2018
- March 2018
- July 2016
- December 2015
- May 2015
- April 2015
- January 2015
- December 2014
- November 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- September 2013
- August 2013
- July 2013
- April 2013
- March 2013
- February 2013
- September 2012
- August 2012
- July 2012
- June 2012
- September 2011
- August 2011
- July 2011
- November 2010
- October 2010
- September 2010
- August 2010
Categories
Meta
Top Posts & Pages
- Design and Simulate a 4-Bit Parity Generator in Multisim and Implement on a Digilent Basys 2 Spartan-3E FPGA Board
- Finite-State Machine Design of a Simple Car Security Alarm on a Xilinx FPGA - Part I
- Designing, Simulating and Implementing a Simple Car Alarm on a Xilinx FPGA - Part I
- Fixing: Fatal Error Call To Undefined Function Json_decode
- Design a Front Panel in ProfiLab-Expert to Control Digilent ChipKIT Uc32 and Basic I/O
- OpenWRT - Rootfs & Swap on USB Storage
- Internet Control of a Labview VI (Part II)
- Designing, Simulating and Implementing a Simple Car Alarm on a Xilinx FPGA – Part II
- Control Remotely a FM Radio module using RDA5807M with a Digilent chipKIT uC32 and Basic I/O
- Telegram Bot Control with Orange Pi Lite Wifi and AXE056 board with Picaxe 18M2
Category Archives: Programming
Designing, Simulating and Implementing a Simple Car Alarm on a Xilinx FPGA – Part II
Objectives Implement a simple car alarm on a Xilinx Spartan 3 Starter kit board from Digilent, using the VHDL code exported from Multisim 12.0 in our first part of this tutorial, In this second part we will implement and test … Continue reading
Posted in Electronic Projects, Programming
Tagged Car Alarm, Digilent, FPGA, HDL code, Simple Alarm, Spartan-3E, Xilinx
3 Comments
Designing, Simulating and Implementing a Simple Car Alarm on a Xilinx FPGA – Part I
Objectives Design and simulate a simple car alarm on NI Multism 12.0 and implement on a Xilinx FPGA Spartan 3 Starter kit board from Digilent. This is a two parts post. In this part we will design a logic circuit … Continue reading
Posted in Electronic Projects, Electronic Simulation, Programming
Tagged Car Alarm, Digilent, FPGA, HDL code, Simple Alarm, Spartan-3E, Xilinx
2 Comments
BlueTerm app for most Android devices
Introduction Having “hacked” into BlueTerm source code to make it work with my HTC clone, known as A3 Star (HD2 T8585 clone), I thought why not make the mod in order that BlueTerm will function in most Android devices with … Continue reading
Overcoming Android bluetooth “blues” with Reflection method
Introduction It is an Android problem: bluetooth does not function in a satisfactory manner. Having recently started to “hack” into Android devices, and learning while doing, I was immediately confronted with the real world of something that does not fully … Continue reading
Posted in Mobile Apps, Programming
Tagged Android, Bluetooth "blues", Bluetooth issues, Java, MediaTek, Reflection method
19 Comments
Android controlled robot via bluetooth
Introduction Having recently bought an Android phone, I thought it would be a nice endeavour to control a robot with such a device. Android being open-source, attracts a large following, and hence there are many different ready-made solutions that can … Continue reading
Posted in Mobile Apps, Programming, Robotic Projects
Tagged Android, BlackBerry Bold, Bluetooth, MIT Scratch, Nokia N97, Robo-51, Scratch, Zx-Bluetooth
2 Comments
Access Control with RFID Tags
Introduction It is quite easy to read IDs of RFID tags, using Parallax’s serial or USB RFID card reader. If you have two RFID cards at least, and of course Parallax RFID reader, you can set up, without hassle, the … Continue reading
Bluemote – remote control of a 8051 robot with bluetooth
About the author: Pedro Vicente, 21 years old, is a 3rd year Electrical Engineering student at Institutto Superior Tecnico (IST), Lisbon, Portugal. During the Summer of 2010 spent a month at ALIATRON as a trainee, when among other projects did … Continue reading
Posted in Electronic Projects, Internet of Things, Programming, Robotic Projects
Tagged Bluetooth, Robo-51, SerialTerm, Server, Termite, XAMPP, Zx-Bluetooth
2 Comments
Controlling a robot with bluetooth-enabled cell phone
Tested on Nokia N97 and Blackberry Bold 9700. Introduction After having recently designed a virtual gamepad to control a robot, making use of a serial bluetooth device, I thought why not do the same with a cell phone. My Nokia N97 … Continue reading
Bluemote – A Virtual Gamepad for Bluetooth Control of a Robot
This application was born after a student trainee, Pedro Vicente, spent his Summer at my company Aliatron and did a technical project with a 8051-based robot “Robo-51” from Inex . Pedro has already published here in this blog, his work that is based on … Continue reading
Posted in Electronic Projects, Programming, Robotic Projects
Tagged BlueMote, Bluetooth, Inex, Processing, Robo-51, Robot Control, Virtual Gamepad, Zx-Bluetooth
1 Comment
Coding in PHP a Hijri-Gregorian Calendar
Why a Hijri-Gregorian calendar: Muslims follow a lunar calendar, named Hijri calendar. Hijra means “migration” in arabic. The muslim lunar calendar starts with the migration of the prophet Muhammad, peace be upon him, from Mecca to Medina. The actual muslim hijri … Continue reading
Posted in Programming
Tagged hijra, Hijri, Hijri calendar, hijri code, hijri-gregorian, Islamic calendar, lunar calendar
76 Comments