NXP NTAG21x variants

[embeddoc url=”https://bachnguyenha.com/wp-content/uploads/2021/05/NTAG213_215_216.pdf” download=”all”]

___

[Info]:

Up to now, there are about 3.4 billion active smartphones in the world today and 2+ billion of them are NFC-enabled devices. These devices belong to 20%+ population of the world, according to NFC Forum

Additionally, NFC Tags to Break 10 Billion Barrier by 2023 … Read more... “NXP NTAG21x variants”

STEM teaching

S.T.E.M (Science – Technology – Engineering – Math) is new educational trend which integrates multidisciplinary knowledge and skills as one program for schools. My STEM teaching locates in two areas:T (Technology) and E (Engineering). Within these areas, robotics and programming are cross-cutting domains that underpin most other fields.

Teaching kids Read more... “STEM teaching”

Fixing C/C++ plugin installation error on Apache Netbeans 12.x

This error originated from recent new JDK 15 release which eliminated “Unpack200” bin from the package as C++ plugin hasn’t been available anymore under new “Netbeans Distribution” term.

If you encounter this, follow steps below to fix:

Step 1: Install JDK 11

Step 2: and reinstall JDK 15

Step 3: … Read more... “Fixing C/C++ plugin installation error on Apache Netbeans 12.x”