Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by joe333

  1. J

    Start programming Microcontrollers

    Hi AMSA84, There is no better place to learn than the Micro controller data sheet itself. For pic, read through the PIC programmers Model PDF for your specific controller. For starters, Toggle LED and Serial Port are the best codes to get a hang of things. Best of luck and happy coding
  2. J

    CC1100 RF Tranceiver C Code Working!

    This was written using mikroeC compiler for which port can be accessed like PORTC.F0 However if you are going to use mPLAB you will have to write PORTCbits.RC0
  3. J

    Help regarding interfacing CC1100 with Atmega8

    Given data is insufficient. I think you should check if the spi read write functions are working or not. Also at time of spi read ... the pins should be kept high so that the module could drive the SPI line.
  4. J

    interfacing cc1000 with controller(spi protocol)

    Ive uploaded the code for CC1100 to be used with PIC follow the link to my post
  5. J

    i need the pic program to set the cc1100 internal registers.

    Re: i need the pic program to set the cc1100 internal regist Hello der Ive got the working code for you plz view my post
  6. J

    RF PROBLEM - how to check if transmission takes place?

    In a hobbyist point of view i would suggest you to check each functional block step by step. as below 1. write a register inside cc1100 with a value 2. read the same register and if same then toggle a led..like that. if sucessfull then you can load all registers as specified in the datasheet...
  7. J

    433 MHz based system design help

    Summitek http://www.summitek.com.tw have got a CC1100 based RF Transceiver with range upto 1KM. model: ST-TR1100+PA Working with this was fun!.....no was able to open their cars with remote!
  8. J

    MSP430 and CHIPCON RF Transceiver

    CC1100 is ok for most small scale applications. However it would be some what difficult to understand. Unless you have their development board to try out. I did the same on a Summitek http://www.summitek.com.tw/ make RF module "ST-TR1100+PA" After tinkering for a while.....succeeded.
  9. J

    RF to pic , pic to lcd

    But will require more info about the RF module u have with you. Any way check out my code for RF transceiver based on CC1100
  10. J

    8051 code to interface with CC1100

    Hello Mate Ive added code for the same. Plz visit the link.
  11. J

    Code Help for RF Module with CC1100

    Code for CC1100 added to edaboard. Follow the link.
  12. J

    RF Transmitter with CC1100 Development

    Ive added code for CC1100 Transceiver
  13. J

    CC1100 RF Tranceiver C Code Working!

    Well i ve seen users requesting code for cc1100 based RF transceivers. This code is actually written in MicroC compiler for PIC 16F/18F series. And the module was "ST-TR1100+PA" from a Taiwan company called "Summitek" web: http://www.summitek.com.tw SPI protocol is implemented in software so...

Part and Inventory Search

Back
Top