BASCOM-AVR : RFID Reader : REPLY
...Page is in German, but there are links to Raspberry C Code and others... http://regnerischernachmittag.wordpress.com/2013/08/03/5euro-rfidnfc-modul-rc522-zum-auslesen-von-mifare-tags/
View ArticleBASCOM-AVR : RFID Reader : REPLY
the module sl30 has code included : http://www.stronglink-rfid.com/download/SampleCode/SL030/AVR-SL030.zip it should be fairly simple to translate it. if have no module but it would not take more than...
View ArticleBASCOM-AVR : xmega ADC-DMA problem : NEWTOPIC
The code was written according to the samples of Bascom 2.0.7.7 for Xmega based on a sample AD_Free_run_1_channel_8-bit_mode + one DMA Channel.bas. But this code works only once (J=1). What I need to...
View ArticleEASY TCP/IP : Ethernet Bootloader for Easy TCP/IP : REPLY
Hi Mark and welcome! I'm afraid there is no simple answer, that why there is no response yet. I got an ethernet bootloader running, but you cannot just copy it, unless you use -WIZ820IO module...
View ArticleBASCOM-AVR : RFID Reader : REPLY
Hi, That's what I'm seeing at the moment. Although I've not spent much time working on mine the documentation that I've read isn't the best. Regards Ian Dobson
View ArticleBASCOM-AVR : RFID Reader : REPLY
If you mean datasheet of RC522 i think it's really somewhat ... funny. It doesn't explain many functions this chip has so it's hard to configure it, and there's no sample initializaton procedure in...
View ArticleBASCOM-AVR : Uart0 RX pin must have a resistor connected to GND to work : REPLY
Hello njepsen, I use Atmega2560. Like i said i have on the RX0 a 1k in serie with a led and it works. If i remove the led or the 1k what is the same the uart0 not receive anymore and the Watchdog that...
View ArticleBASCOM-AVR : Atmega2560 : NEWTOPIC
Hello, Anyone have used Atmega2560 and want share problems that can happens using this device? or anything that must take care about a design with this micro? Thanks in advance toto...
View ArticleShare your working BASCOM-AVR code here : MAX31855 Thermocouple : NEWTOPIC
Hi, This simple example of reading the MAX31855. Is similar of MAX6675 but, run only in 3V3, in 14 bit and very lower cost. This example is tested whit thermocouple K and MAX31855KASA+ I have used...
View ArticleBASCOM-AVR : Question about programming : NEWTOPIC
Hello I would like programm a chip via serial using max232 something like this: http://cdn.webdca.com/avr/images/programmers/max-232.png The problem is that i don't how what settings should i use for...
View ArticleBASCOM-AVR : Question about programming : REPLY
Search for bootloader in this forum. in short: the first time you have to program a small part of the flash with a bootloader. With fusebits you tell the avr to jump first to the bootloader and if...
View ArticleBASCOM-AVR : Atmega2560 : REPLY
Perhaps you can share your problems in this forum. Have used the Arduino Mega 2560 without any problems. But remembered there were problems in the past while crossing 64 k boundries on the atmega128....
View ArticleShare your working BASCOM-AVR code here : MAX31855 Thermocouple : REPLY
Thanks for sharing! Have fun Ben Zijlstra
View ArticleShare your working BASCOM-AVR code here : MAX31855 Thermocouple : REPLY
Nice!!! Thanks for the example!!!
View ArticleBASCOM-AVR : Atmega2560 : REPLY
Hello Ben, I know you have a lot of experience and will hope you can help me. Long time I have problems in a project in there I use the ATmega2560 Use the COM0 for RS485, baud 38400, 1 master and...
View ArticleBASCOM-AVR : Atmega2560 : REPLY
Hi, Are you sure the problem is really a software problem and not a hardware problem. Frequency converts are notorious EMV bombs (I had lots of problems with a standard Microprocessor based system...
View ArticleBASCOM-AVR : How to program for >1 PCINT? : NEWTOPIC
Hello all, I am currently using Pin Change Interrupt 1 [code:1:90d0624772] Pcmsk0 = &B00000010 'set mask for port pin used On Pcint0 Isr_tamper Enable Pcint0 [/code:1:90d0624772] Now I need to use...
View ArticleBASCOM-AVR : Eram : NEWTOPIC
Hi Can someone please tell me if it takes the same amount of time to read from an eram variable than from ram variable? Best regards Øyvind [b:663ba1a309][color=red:663ba1a309](BASCOM-AVR version :...
View ArticleBASCOM-AVR : How to program for >1 PCINT? : REPLY
You have to check in your isr what pin it was by reading the PIN register and also if it was an rising or falling int.
View Article