MUHAMMAD YUSRO

Learning, Teaching and Sharing

WEBINAR : PENDIDIKAN VOKASI DI ERA MERDEKA BELAJAR


Program PEP Pascasarjana UNJ menggelar Webinar dengan tema “Evaluasi, Peluang, dan Tantangan Pendidikan Vokasi di Era Merdeka Belajar” tanggal 14 Maret 2023. Materi Narasumber Webinar sbb:

  1. Prof. Dr. Warsito : ARAH REVITALISASI PENDIDIKAN VOKASI DAN PELATIHAN VOKASI DI INDONESIA
  2. Dr. Taufiq Damarjati, M.T : KURIKULUM MERDEKA SMK
  3. Dr.Ir. Abdul Malik, MA : PENDIDIKAN VOKASI DI ERA MERDEKA BELAJAR: TANTANGAN & PELUANG

RAKORNAS BAN-SM 2023

 

Sumber : https://bansm.kemdikbud.go.id/berita_/read/rakornas-ke-1-bansm-2023-di-surabaya

Surabaya—Hadir secara luring para para anggota BAN-S/M (pusat) dan para ketua dan sekretaris BAN-S/M provinsi se Indonesia di Kota Surabaya – Jawa Timur. Tepatnya di hotel Platinum (14-16/2/2023). Perjumpaan organ pusat dan daerah ini untuk hadir berkoordinasi secara nasional dalam Rakornas ke-1 untuk Tahun 2023. Kali ini Rakornas-1 mengawal tema tentang Mitigasi Risiko Pelaksanaan Akreditasi S/M.

Dalam sambutannya, Muhammad Yusro, sebagai ketua Panitia Rakornas, menginformasikan beberapa agenda yang akan menjadi bahasan dalam Rakornas, antara lain: 1). Kebijakan Pendidikan Nasional dan Implikasinya terhadap Akreditasi Satuan Pendidikan, 2). Model Mitigasi Risiko Gratifikasi pada Pelaksanaan Akreditasi dalam Perspektif Inspektorat Jenderal Kemendikbudristek. 3). Pedoman Akreditasi Sekolah/Madrasah, POS Pelaksanaan Akreditasi Sekolah/Madrasah, dan Strategi Percepatan Pelaksanaan Akreditasi Tahun 2023, 4). Kebijakan Anggaran dan Keuangan BAN-S/M Tahun 2023, 5). Praktik Baik, Permasalahan, dan Solusi terkait Pelaksanaan Akreditasi Sekolah/Madrasah, 6). Model Mitigasi Risiko pada Proses Bisnis Akreditasi Sekolah/Madrasah, 7). Penilaian Kinerja Anggota, Kesekretariatan BAN-S/M Provinsi, dan Asesor.

Read More

Raspberry Pi Pico Getting Started Tutorial with MicroPython

From: https://how2electronics.com/raspberry-pi-pico-getting-started-tutorial-with-micropython/

 

Overview

In this Getting Started tutorial, we will learn about the Raspberry Pi Pico, a brand new exciting Microcontroller board based on RP2040 Microcontroller from the Raspberry Pi Foundation. The Raspberry Pi Pico is a low-cost Arm-based microcontroller that we can program using C/C++ and MicroPython.

Over the years Raspberry Pi boards have become a must tool for students, hobbyists,s or Industrialists. But when it comes to cost, the Raspberry Pi Board is overtaken by Arduino, ESP32, STM32, or other AVR, ARM, and PIC Microcontrollers. The Raspberry Pi computer costs around 35-40$ whereas the other microcontrollers barely cost 2-5$ only. This is the reason why Raspberry Pi Foundation released their low-cost powerful competitive Raspberry Pi Pico Board with RP2040, a Dual Core ARM Cortex-M0+ Microcontroller.

The tutorial covers the RP2040 Microcontroller, its features & specifications. We will also learn about the Raspberry Pi Pico Board, its layout, and specifications. The detailed guide of Raspberry Pi Pico Pins like ADC pins, I2C Pins, SPI Pins, UART, etc can help you to interface any sensors or module with this powerful board.

Since it’s a Raspberry Pi Pico getting started tutorial, so we will only program the device using Micropython. For that, you can either use Thonny IDE or you can also go with uPyCraft IDE. In some other tutorials, we will learn how to program Raspberry Pi Pico with C/C++. Even the Arduino IDE will support Raspberry Pie Pico in the future as it is in the development phase now. We will go through the basic Raspberry Pi Pico LED Blink Code & check the board functionality.

What is the RP2040 Microcontroller?

Read More