Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Samsung smart TV in LabVIEW control
4.0
Application background It is a demo program for controlling a smart-TV in LabVIEW over TCP/IP. The file contains three examples which show how to connect with a samsung TV with DLNA enabled: *getChannel: it obtains the current TV channel. *setChannel: it sets an arbitrary TV channel. *getVolume: it obtains the current volume level. You can program easily a channelUp or channelDown functions by using getChannel and setChannel. A TCP connection is established over port 7676 (upnp), and a XML file is sent. Key Technology It has been developed by doing a port scanner with zenmap. The port 7676 (and 4443 6001 8000 8001 8080 8443). After that, the sniffer wireshark is used on the port 7676 for monitoring the communication between the TV and device spy, from Developer Tools for UPnP Technologies. Tes
rdsc
2016-08-23
0
1
Usb-i2c converter using PSoC
no vote
Application background The application is a code which transfers USB data to I2C bus. It uses a PSoC 4 microcontroller, which is a SoC composed by an ARM M0 and a set of custom electronic components. It is tested on a Pioneer Kit demo board. You can test the results by using the Bridge Control Panel utility, included in the PSoC Programmer software. Furthermore, a device such as Bus Pirate can be useful for testing modifications. Key Technology This is a demo application for the Pioneer demo board of Cypress PSoC. It is composed by: *An ARM Cortex-M0 CPU @ 48 MHz, up to 128 kB flash and 16 kB SRAM *DMA *up to 2x comparators, 4x operational amplifiers, 1x ADC (12 bits, 1 Msps) *custom programmable blocks *CAN, I2C, SPI, UART, PWM, capacitive sensor controller.
rdsc
2016-08-23
0
1
No more~