Jhd-2x16-i2c Proteus !exclusive! Here

A smart tool for scrape email address and phone number from Facebook groups members, fans page followers, and friends by friends.

Add to Chrome (It's free)
Current version: v2.0.3, 2025-11-18
jhd-2x16-i2c proteus

Extract details of FB group members and page feed's Commentors / Likers to find their verified professional email address and even mobile phone.

Features

Everything you need to extract and export Facebook leads safely.

Group Members & Page Audiences

Extract from groups, pages, and profiles.

Verified Emails & Phones

Find professional emails and mobile numbers.

Followers & Followings

Fetch user followers and followings.

Bulk ID Finder

Quickly resolve User, Group, and Page IDs.

Fast & Lightweight

Optimized for speed and reliability.

Export CSV / XLSX

Export clean data for your workflows.

How it works

Start in minutes — no coding required.

1. Install the extension

Download the ZIP and load it in Chrome's Extensions (Developer mode).

2. Sign in

Sign in to Facebook. If prompted, ensure a linked Instagram account is logged in.

3. Extract & export

Choose a source, start extraction, then export CSV/XLSX.

Pricing

Get started for free. No credit card required, cancel anytime.

Basic

Free
per user / month
  • Export up to 10 Facebook leads.
  • Basic support
Add to chrome

Professional

$12.99 $20.00 / Month
per user / month
  • Export unlimited Facebook leads
  • Premium support
Add to chrome

100% money back guarantee.

We know you're gonna love our professional services, but let us prove it. If our service hasn't exceeded your expectations after 7 days, you'll get a full refund. Simple as that.

Get started now

Jhd-2x16-i2c Proteus !exclusive! Here

#define I2C_ADDRESS 0x27

void lcd_init() // Initialize I2C TWBR = 0x18; // 100 kHz TWSR = 0x00;

If you are using a microcontroller to interface with the JHD-2x16-I2C display, you will need to write code to send I2C commands to the display. Here's an example code snippet in C: jhd-2x16-i2c proteus

int main() lcd_init(); lcd_print("Hello, World!"); return 0;

#include <stdint.h> #include <stdbool.h> #include <avr/io.h> #include <avr/interrupt.h> #define I2C_ADDRESS 0x27 void lcd_init() // Initialize I2C

This code initializes the I2C interface and sends initialization commands to the JHD-2x16-I2C display. It then prints the string "Hello, World!" to the display.

The JHD-2x16-I2C display is a versatile and widely used LCD display module that can be easily interfaced with microcontrollers using the I2C protocol. With Proteus, you can simulate the operation of the JHD-2x16-I2C display and develop code to interface with it. This write-up provides a comprehensive overview of how to use the JHD-2x16-I2C display in Proteus, including configuration, simulation, and code examples. The JHD-2x16-I2C display is a versatile and widely

The JHD-2x16-I2C is a popular 2x16 character LCD display module that uses the I2C communication protocol. It is commonly used in various electronic projects, such as Arduino, Raspberry Pi, and other microcontroller-based applications. In this write-up, we will explore how to use the JHD-2x16-I2C display in Proteus, a popular circuit simulation software.

void lcd_print(char *str) (1 << TWEN); while (!(TWCR & (1 << TWINT))); for (char *p = str; *p; p++) TWDR = *p; TWCR = (1 << TWINT)

// Initialize LCD uint8_t init_sequence[] = 0x33, // Function set: 8-bit interface, 2 lines, 5x8 dots 0x32, // Function set: 4-bit interface, 2 lines, 5x8 dots 0x28, // Function set: 4-bit interface, 2 lines, 5x8 dots 0x0C, // Display control: Display on, cursor off, blink off 0x01 // Clear display ; for (uint8_t i = 0; i < sizeof(init_sequence); i++) uint8_t data = init_sequence[i]; // Send I2C data TWDR = (I2C_ADDRESS << 1)

Change Log

  • 2025-11-18 — v2.0.3: Fixed extract phone stuck issue.
  • 2025-10-13 — v2.0.2: Adopted changes to Facebook API; fixed an issue causing the extension to get stuck in some cases.
  • 2025-08-23 — v2.0.1: Fixed an occasional issue when reinitializing the access token.
  • 2025-06-03 — v2.0.0: Introduced a new method for obtaining the access token due to major Facebook changes; requires a linked Instagram account that is currently logged in.
  • 2025-03-17 — v1.4.0: Removed feed/group comments and reactions features because the corresponding Facebook APIs are no longer available.
  • 2024-11-29 — v1.3.2: Added fetching user followers and followings.
  • 2024-11-04 — v1.3.0: Fixed group ID detection, user ID fetching, and comment retrieval; removed the comment time filter option; removed user comments/likes.
  • 2023-11-16 — v1.1.4: Stopped using Facebook Mobile for initialization and fixed initialization issues.
  • 2023-10-12 — v1.1.3: Fixed friend list retrieval.
  • 2023-09-13 — v1.1.1: Improved compatibility with group user links.
  • 2023-08-24 — v1.1.0: Fixed missing data when fetching user IDs; optimized logic; added optional comment time; added button loading state; supported more ID formats.
  • 2022-10-02 — v1.0.3: Adjusted interval handling to time ranges; added retrieval modes; added toggles for user ID, user info, email, and phone.
  • 2022-09-28 — v1.0.2: Adjusted export limits: default 10k, maximum 100M.
  • 2022-09-09 — v1.0.0: Initial release.