EASY TCP/IP : WIZ820i0 : REPLY
so, If I press ESC ATMEGA send to PC "Hello". If I send the string "test" from PC to ATMEGA, the string comes back to PC but why console printing not "Bytes waiting : ", recieved string " test" ?
View ArticleBASCOM-AVR : ADC linearity : REPLY
adding opamp will betray the accuracy actually this is an milliohm meter
View ArticleEASY TCP/IP : WIZ820i0 : REPLY
the problem is solved. I used Putty terminal instead of Bascom terminal.
View ArticleBASCOM-AVR : Xmega DMA : NEWTOPIC
I have been working with the Xmega here porting some of my previous apps to it. Been getting some great advice / help here and want to throw this out there for some opinions / advice. On this thread I...
View ArticleBASCOM-AVR : ADC linearity : REPLY
Maybe we should take this discussion to forum Various, as it has nothing to do with Bascom. The linearity of any reasonable op-amp is at least several orders of magnitude better than the ADC in an AVR...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
:twisted: :twisted: :twisted: :twisted: :twisted: :twisted: :twisted: I have this really bright shiny new shovel, and its really good at digging holes, and I really like it, and lots of other people...
View ArticleBASCOM-AVR : ADC linearity : REPLY
Hello naseerak I have tried to make a milli voltmeter to do this same job but the AVR ADCs are not good enough you need 12bits as a minimum 14bits to get good results. I tried all the methods...
View ArticleBASCOM-AVR : Detecting multiple keypresses on matrix keypad : REPLY
Hi Stigoe, Thanks, I've been using this keyboard system on nearly all my projects for a few reasons. - Cheap - Easy to transplant into another project due to the small connection count - Can have any...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
[quote:2f3ae4860b]Very good, I think the VNC1 is a solution to try ... what do you think of this example?...
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
[quote:f6351bf54f="atmega64"]PS: Thanks to serious and humble are always managed to reach my goal ....[/quote:f6351bf54f] To be proactive would also help, there's not always somebody waiting to feed...
View ArticleBASCOM-AVR : Xmega DMA : REPLY
[quote:98d6d14975="mmarlette"]Will a DMA transfer increase the data transfer rate?[/quote:98d6d14975] You're still limited to fper/2 = 16MHz SPI clock, but you can have DMA transferring the block of...
View ArticleBASCOM-AVR : GPS Listing Program : NEWTOPIC
how to use gps module series pmb 648 artificial parallax??? I have tried but failed to appear in a 16x2 character LCD, I am using ATMEGA32. I connect the gps module to the ATMEGA via portd.0/RXD...
View ArticleShare your working BASCOM-AVR code here : GPS processing and status display :...
if me work with module gps series PMB 648. how to write a program in bascom to retrieve data from this module??
View ArticleBASCOM-AVR : GPS Listing Program : REPLY
Hi, How did you connect pinds from moduler to M32 ? [url=http://www.parallax.com/Portals/0/Downloads/docs/prod/sens/PMB-648_Specification_V0.1.pdf]see pdf page 1[/url] did you setup Baud to 4800 ? and...
View ArticleVarious : ADC linearity : REPLY
Hi Current measurement is not a problem here. I want to make some DIY shunts from iron wires which have relatively increased resistance compared to copper and aluminum wires, though 75mv shunts are...
View ArticleBASCOM-AVR : Accessing a rather largish Array using overlay : NEWTOPIC
Hi guys & Gals, Having a problem with my brain, which I think I past getting help with (although there might be a brain surgeon amongst you lot) I'm trying to build an array of 20 maybe 40 lines...
View ArticleBASCOM-AVR : Accessing a rather largish Array using overlay : REPLY
Overly makes no sense here, I would enclose access to the array in functions, for example read/writeArr(val1,...,val6) and do addressing there.
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
Hi, you could also use a microSD card formatted FAT32 and AVR-DOS. To use the microSD card with a PC, just plug the card into a Micro SD-USB Adapter (see attached picture). Best regards, Luciano
View ArticleBASCOM-AVR : Read text files from pen drive usb : REPLY
Luciano, [quote:b1e83d9871="Luciano"]you could also use a microSD card formatted FAT32 and AVR-DOS.[/quote:b1e83d9871] these are all feasible technical options, but the actual problem (that's where...
View Article