Search found 271 matches

by chhsieh3
09 Jun 2020, 14:23
Forum: Example Code
Topic: [M480] WiFi MQTT Client
Replies: 0
Views: 900

[M480] WiFi MQTT Client

Application: This example uses M480 UART to drive ESP8266 for MQTT client functionality. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-IoT-M487 v1.3 This example code uses M480 UART1 to drive the ESP8266 WiFi module, establishing the TCP/HTTP server capability. When the ESP8266 mod...
by chhsieh3
09 Jun 2020, 14:20
Forum: Example Code
Topic: [M480] M4 DSP Convolution
Replies: 0
Views: 886

[M480] M4 DSP Convolution

Application: This sample code uses the M4 DSP to calculate Convolution. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-PFM-M487 Ver 3.0 This sample code uses the CMSIS DSP library to calculate Convolution, user can use these functions to implement mathematical equations. The sample ...
by chhsieh3
09 Jun 2020, 14:01
Forum: Example Code
Topic: [NUC240] Software DES
Replies: 0
Views: 843

[NUC240] Software DES

Application: Implement Data Encryption Standard by software BSP Version: NUC230/240 Series BSP v3.01.002 Hardware: NuTiny–EVB–NUC240–LQFP100 V1.0 This sample code demonstrates how to implement software DES (Data Encryption Standard) and how DES encryption/decryption works. You can download the samp...
by chhsieh3
09 Jun 2020, 13:58
Forum: Example Code
Topic: [NUC240] Android ISP
Replies: 0
Views: 874

[NUC240] Android ISP

Application: Use NUC240's USB ISP function and Android APP to do firmware upgrade BSP Version: NUC230/240 Series BSP v3.01.002 Hardware: NuTiny–EVB–NUC240–LQFP100 V1.0 This sample code demonstrates how to upgrade the firmware of the NUC240 via the USB OTG (On-The-Go) connection on the Android devic...
by chhsieh3
09 Jun 2020, 13:56
Forum: Example Code
Topic: [NUC240] Software CRC
Replies: 0
Views: 857

[NUC240] Software CRC

Application: Use lookup table or perform software algorithm to calculate the CRC-32/16/8 result BSP Version: NUC230/240 Series BSP CMSIS v3.01.002 Hardware: NuTiny–EVB–NUC240–LQFP100 V1.0 This example code demonstrates how to perform software algorithm to calculate the CRC-16/8 result and use the s...
by chhsieh3
09 Jun 2020, 13:45
Forum: Example Code
Topic: [NUC240] The Driver of MMA7455 by Using I2C
Replies: 0
Views: 877

[NUC240] The Driver of MMA7455 by Using I2C

Application: The example is the driver of MMA7455 based on NUC240. BSP Version: NUC230/240 Series BSP CMSIS v3.01.001 Hardware: NuEdu-EVB-NUC240 v1.0 The example is the driver of MMA7455 based on NUC240 series. NUC240 reads 3-axis accelerometer data from MMA7455 via I2C interface and display data i...
by chhsieh3
09 Jun 2020, 13:42
Forum: Example Code
Topic: [M480] Single Wire UART Communication
Replies: 0
Views: 946

[M480] Single Wire UART Communication

Application: Simulate Single Wire Communication Transmission Using UART TX and RX Short Circuit BSP Version: M480 Series BSP CMSIS v3.03.001 Hardware: NuMaker-PFM-M487 v3.0 This example simulates a UART Single Wire communication transmission by shorting the UART TX terminal and the UART RX. You can...
by chhsieh3
03 Jun 2020, 16:30
Forum: Example Code
Topic: [ML51] Electro-Phoretic Display Module
Replies: 0
Views: 1018

[ML51] Electro-Phoretic Display Module

Application: This sample code is based on the SPI and GPIO of ML51 to realize the electronic paper module that controls the micro-snow electronics. 2.9 inch e-Paper Module (B). BSP Version: ML51 BSP Keil C51 V1.0.0 Hardware: NuTiny-SDK-ML51 V1.1 Electronic paper is a reflective display based on Ele...
by chhsieh3
03 Jun 2020, 16:20
Forum: Example Code
Topic: [NUC126] SPI interface LCD Panel Control – ILI9341
Replies: 0
Views: 936

[NUC126] SPI interface LCD Panel Control – ILI9341

Application: This example code based on NUC126 for implementing the the SPI interface LCD Panel – ILI9341. BSP Version: NUC126 Series BSP CMSIS v3.00.004 Hardware: NuTiny-NUC126 In this example code, the NuMicro NUC126 series is used as an example to implement the SPI interface LCD Panel – ILI9341....
by chhsieh3
03 Jun 2020, 16:10
Forum: Example Code
Topic: [M480] FreeRTOS Queue
Replies: 0
Views: 918

[M480] FreeRTOS Queue

Application: This code is a basic application for FreeRTOS queue creating to communicate between tasks. BSP Version: M480 Series BSP CMSIS V3.04.000 Hardware: NuMaker-PFM-M487 This FreeRTOS sample code is a basic application for queue. It creates two tasks that communicate over a single queue. One ...