x893

  1. Telit Terminal

    I use RSTERM software from roundsultions for programming Telit modules (GE863, GE865, GM862). But this program don't work with budget CP2102 USB-serial convertor. This simplest terminal program works with serial port via serial port class from .NET framework. Setup available from here Version 1.0.0.4 Add multiply files support in lists and operations....

  2. Manual for Arduino UBlox shield

    Arduino-UBlox shild manual Photo available here

  3. Modules for development

    New modules for future development. 1. Debugger module compatible with j-link with a small size. After upgrade to latest version 4.14d work fine with Keil and IAR. 2. STM32 module (compatible with Maple project but with a little changes in layout). Based on STM32F103RET6 microprocessor with 512Kb flash and 64Kb RAM. Power from External, USB or battery. Contain Li-Ion battery changer (MAX1555), 5V and 3.3V power regulators. 3. U-Blox GSM LEON G-200, GPS NEO-5, combo SIM+microSD holder. Also include switching power supply (or external Li-Ion battery. All pin from GSM/GPS pins available on headers...

  4. STM32 Dev. board (Arduino compatible)

    This is dev.board based on STM32F103R microprocessor. Pin compatible with Arduino platform. For use with Arduino IDE use software from Maple project.

  5. Ublox G200/NEO-5 dev. board (Arduino compatible)

    This is arduino pin compatible board with UBlox G100/G200 GSM module, NEO-5 GPS module and SIM/microSD holder. Also DC regulators and many jumpers.

  6. uTracker V2

    After experiments with GE865, AT90USB82/162 and NEO-5Q i decide remove CPU and use only USB-USART adapter (from SiLabs CP2102). Schematic more simple and programming with Python. Additional added GPS module power control, two buttons and LEDs. and board but after connect to host computer well known programm RSTerm (from roundsolutions.co.uk ) not work correctly with SiLabs chip CP2102. For work with GE865 via CP2102 i write own software like as RSTerm (more simplest but without problems with CP2102)....

  7. Jump to SiLabs: Step 1 - Make a Debug Tool

    After long time with Atmel AVR MCU i decide to try SiLabs. More resources with less size! Only need developer tools - and if with no problem with software then hardware need money. General tools - USB Debug Adapter ($60) or ToolStick Base Adapter ($37) + ToolStick Debug Adapter ($21) with delivery time 2-3 weeks. I use other way to start with Silabs. Design ToolStick BA + DA pin compatible board with C8051F342 chip (with PCB USB connector). ToolStick Debug Adapter firmware available from Silabs site (as part of USB Debug Adapter Firmware Reset.exe). Original use C8051F321 chip - but no problem...

  8. Use Ruby Radius with Netup UTM5

    Ruby-radius 0.9.9 has dictionary without definition fields for UTM5 communication. This's some changes in dictionary and ruby example for Authenticate and Accounting Start/Update/Stop requests for billing. Ruby code call via FastAGI. [+] Expand dictionary # # This file contains dictionary translations for parsing # requests and generating responses. All transactions are # composed of Attribute/Value Pairs. The value of each attribute # is specified as one of 4 data types. Valid data types are: # # string - 0-253 octets # ipaddr - 4 octets in network byte order # integer - 32 bit value in big endian...

  9. Protect flash content against direct download

    This's flash request/play worlflow for CommunityServer (with or without RED5 as video storage). Updated JW player call google analytics for tracking. Query parameters encrypted and check ticket TTL.

  10. Arduino compatible loader without UART

    I use ATmega644P and need both UART. This modified loader use any 3 I/O line (RX, TX, LED) for load code from Arduino IDE. Test with ATmega644P (internal RC 8MHz), 38400 baud rates. PC5 = TX line, PC4 = RX line. LED on PB1. [+] Click to view code # include < inttypes.h > # include < avr/io.h > # include < avr/pgmspace.h > # include < avr/interrupt.h > # include < avr/wdt.h > # include < avr/boot.h > # ifdef ADABOOT # define START_LED_FLASHES 2 # define NUM_LED_FLASHES 3 # define ERROR_LED_FLASHES 5 # define ADABOOT_VER 1 # endif # ifndef BAUD_RATE # define BAUD_RATE...


My status

Subscribe to x893 blog Subscribe to x893 blog


Locations of visitors to this page