Articles

STM32F746 discovery and AC6 (System Workbench for STM32)
We wrote a news about STM32F746 discovery and IDE by openstm32.org on the google+. https://time4ee.com/ got development board STM32F7 discovery by ST. We want to show MULTIPLATFORM (Linux – Ubuntu,…

Raspberry Pi – How to control a GPIO from website
Download 2 PHP files and 1 python script If you want to control GPIO through webpage, you have to read this article. I will describe how to control GPIO from…

Tutorial: STM32F746 (STM32F7 Discovery) – how to turn on LED (controlling GPIO)
The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and…

How to begin with STM32 and why – tutorial
AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we…

Tutorial: STM32F746 (STM32F7 Discovery) – how to turn on/off LED by button
This is another continue of STM32 tutorial (STM32F746 tutorial). I would like to show example code for turn on/off LED with button. This example code is able to use for…

Samba – Raspberry Pi, Cubieboard, Banana Pi, Linux, Windows, Raspbian, Cubian
I wanted to share storage on my cubieboard through samba. You can use this tutorial for other storage media. For example SD card, HDD, Flash disk or something else. You…

MSP430F2132 and programming with LaunchPad – Spy-bi Wire
Microcontroller MSP430F2132 is programming 2-Wire JTAG (=SBW, Spy-bi Wire) or 4-Wire JTAG. MSP430 LaunchPad can programming SBW. On input reset (RST) is connected pull-up resistor. If microcontroller isn’t connected, you…

Wirelles module NRF24L01(2.4GHz) doesn’t work
Our reader (V.K.) send article by inoperative wireless module NRF24L01 with integrated amplifier, which works on frequency 2.4GHz. His project was function with module with integrated antenna, but project with…

FTP with Raspberry Pi – anonymous and ftp-user
Instalation FTP (vsftpd): sudo apt-get install vsftpd in the file /etc/vsftpd.conf find setting for vsftpd. You can find setting for enable anonymous, allow log in from local users, enable any…

uCLinux and STM32F429
If you want to try linux on STM32 microcontrollers (ucLinux a STM32F429-Discovery), check this tutorial. First step, download openocd from sourceforge website or install it from application and software center…
