Verbose

Another Brick in The Wall

Pretty Debug

A minimal debug library written in C

PrettyDebug A lightweight debug library written in C/C++. It is designed especially for embedded systems keeping in mind the limitation and capabilities of the platform. Low memory usage Supp...

AirBootGSM

An AVR & Arduino GSM OTA firmware upgrade Bootloader

What is AirBootGSM? This is proof of concept AVR & Arduino bootloader for upgrading firmware over the air using GSM modem. It is kind of fail-safe. If anything wrong happens and the chip does ...

Tiny Test

A minimal unit test library written in C

Yet Another Unit Test Library Tiny Test is a minimal unit test library for C/C++. It is designed especially for embedded systems keeping in mind the limitation and capabilities of the platform. Th...

ট্রানজিস্টরের বিকল্প Darlington Driver IC ( ULN2003/ ULN2803 ) ইন্টারফেসিং

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

যখন আউটপুটের সংখ্যা ২ বা তার বেশি দরকার হবে তখন বারবার ট্রানজিস্টর ব্যবহার না করে ট্রানজিস্টরের বিকল্প Darlington Driver IC ( ULN2003/ ULN2803 ) ব্যবহার করা সহজ। ধরি, আমি দুটি ১২ ভোল্টের মোটর মাইক্...

সেন্সরে হাতেখড়ি

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

যা কোনকিছু সেন্স করতে পারে তাই হল সেন্সর। পরিবেশ থেকে নানান জিনিস সেন্স করে বৈদ্যুতিক সিগনালে রূপান্তর করাই এর কাজ। এই তৈরিকৃত সিগনালকে মাইক্রোকন্ট্রোলার দিয়ে Read করে আমদের যন্ত্রকে করে তুলতে পারি...

মাইক্রোকন্ট্রোলারের সাথে Alphanumeric LCD ইন্টারফেস

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

এতক্ষণ আমরা আমদের আউটপুট শুধু LED তেই সীমাবদ্ধ রেখেছি। কিন্তু আর না। এবার আমরা আমাদের আউটপুটকে সরাসরি লেখা আকারে দেখব। এর জন্য যে ডিভাইসটি দরকার হবে তা Alphanumeric LCD। যদিও এর নাম Alphanumeric LC...

মাইক্রোকন্ট্রোলারের বেসিক

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

বেসিক Atmega8 মাইক্রোকন্ট্রোলার প্রোগ্রামিংএ ঢুকার আগে মাইক্রোকন্ট্রোলার সম্পর্কে কিছু বেসিক জিনিস জেনে নেয়া দরকার। প্রথমেই আমরা দেখে নেই মাইক্রোকন্ট্রোলার জিনিসটা দেখতে কেমন। আমরা খুবই কমন একটি ম...

মাইক্রোকন্ট্রোলারের জন্য পাওয়ার সাপ্লাই তৈরি

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

যেহেতু আমাদের মাইক্রোকন্ট্রোলার ৫ ভোল্টের বেশি নিতে পারে না আবার ৫ ভোল্টের কিছু নিচে হলে আবার ঠিকমত কাজ করে না তাই মাইক্রোকন্ট্রোলারের জন্য চাই একটি সুষ্ঠ ৫ ভোল্টের পাওয়ার সাপ্লাই যা কিনা সবসময় Con...

মাইক্রোকন্ট্রোলারে বাটন দিয়ে নির্দেশনা দেয়া

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

ইনপুট দেবার পদ্ধতিটা আউটপুট নেয়ার চেয়ে একটু জটিল। জিনিসটি একটি এনালজি দিয়ে বুঝার চেষ্টা করি। আমরা বাসার গেট লাগানো। এখন কেউ যদি আমার বাসার গেটের বাইরে দাঁড়িয়ে থাকে তাহলে আমার জানার কথা নয়। এখন যদি ...

মাইক্রোকন্ট্রোলার কি ও কেন?

Bangla tutorial series on Microcontroller, retreived from my previous blog d15tech.com. Dated here according to the original published date.

মাইক্রোকন্ট্রোলার মাইক্রোকন্ট্রোলার !!! প্রথমেই বলে রাখা ভালো যে আমাদের আশে যে সকল ইলেক্ট্রনিক্স জিনিস আছে তার প্রাণভোমরা হল মাইক্রোকন্ট্রোলার নামের এক ছোট্ট চিপ যা কিনা অনেক কাজের কাজী। টিভি থেকে ...