Arduino and lcd oled I2C display

Arduino and lcd oled I2C display

OLED I2C display have a 4 pins: GRD, VCC, SCL, SDA. These pins connect to Arduino in the following way: OLED I2C Arduino Uno Arduino Nano Arduino Mega GND GND GND GND VСС 5V 5V 5V SDA A4 A4 20 SCL A5 A5 21 ...

Read More →

Create App With Django-Rest-Framework and Vue.js (Vuetify), Part III

Create App With Django-Rest-Framework and Vue.js (Vuetify), Part III

In the third part I will write how to create the form described in part II in the frontend. All code is available in the git hub repository. Create Vue.js project: vue create gcode_frontend Vue.js  has two beautiful UI-frameworks (there are many more, but these are my favorites). Vuetify and Bootstrap-Vue, Vuetify for build ...

Read More →

Create App With Django-Rest-Framework and Vue.js (Vuetify), Part II

Create App With Django-Rest-Framework and Vue.js (Vuetify), Part II

In the first part, we created a project and connected Django-Rest-Framework, all the code can be viewed here. In the second part I will write how to I watch how endpoints work. For example, let's take the endpoint for creating a user profile.  # gcode_server/users/urls.py path('v1/registration', Registration.as_view(), n...

Read More →

Search
Popular Posts
Subscribe
{{post}}