RE: [AVR-Chat] Where has everyone gone?
2014-05-02 by Mike Bronosky
I use Ubuntu, a distro of Linux, almost exclusively. The last I looked at AS it wasn't available for Linux. Mike
Yahoo Groups archive
Messages
Page 3 of 307 · 15341 messages matched
2014-05-02 by Mike Bronosky
I use Ubuntu, a distro of Linux, almost exclusively. The last I looked at AS it wasn't available for Linux. Mike
2014-05-02 by Zack Widup
I haven't tried it yet. I'm still using AS4. :-) Zack On Fri, May 2, 2014 at 11:27 AM, Cat C catalin_cluj@hotmail.com > wrote: So nobody can comment on how bad AS6 is compared to any free IDEs available from/for other manufacturers?
2014-05-02 by Cat C
That micropython looks great. Did you get one of their boards? I have a "FEZ Cerb40" (STM32F405 I believe) https://www.ghielectronics.com/catalog/product/353 that I think I could run it on but without SD card I'm not sure how easy it would be to get files onto it. Would you know?
2014-05-02 by Russell Shaw
On 02/05/14 23:53, Mark Nowell wrote: > > Dave et al > > Background is that we have 20-year-old proprietary 485 protocol running at 9600, > connecting up to 30 controllers over a mile or more, and we're looking to > upgrade! A broad range of applications but primarily HVAC and bu
2014-05-02 by Cat C
So nobody can comment on how bad AS6 is compared to any free IDEs available from/for other manufacturers?
2014-05-02 by Dave Hylands
Hi Mark, I've recently been playing with MicroPython ( micropyton.org ) which runs on an STM32F405 (Cortex-M4 with FPU). I really like the builtin DFU bootloader (no programmer required). STM seems to have a nice peripheral library. If you're looking for something that works on m
2014-05-02 by Mark Nowell
Dave et al Background is that we have 20-year-old proprietary 485 protocol running at 9600, connecting up to 30 controllers over a mile or more, and we're looking to upgrade! A broad range of applications but primarily HVAC and building automation. Ideally I'd like: a) more bandw
2014-05-02 by Dave McLaughlin
Hi Mark There are a number of protocols to choose from and they depend on whether this is for home or commercial use. CANBUS Nice and reliable and easy to use once you understand the basics. No licensing issues if you use devices with CAN built in. FPGA with CAN requires licensin
2014-05-01 by Martin McKee
As with others, many of my recent projects have been based on other processors: dsPICs and ARM mostly. But, still lurking here and AVRFreaks as I still love the architecture and AVRFreaks remains one of the best microcontroller communities on the internet -- even with the slow do
2014-05-01 by Cat C
AFAIK Studio 4 can do many/some XMegas. I haven't tried Studio 6 lately because I was lured away by the cheap STM ARM boards but I can tell you I am tempted to go to back to Atmel ARM because a supported free IDE exists. Getting Eclipse and other IDEs to work well for the STM32 b
2014-05-01 by John Samperi
At 08:03 PM 1/05/2014, you wrote: >It appears this group has all but died over the last few months. I'm still here...lurking... >Has all the discussion moved to AVRFreaks Not really, as observed it has slowed down there too. >does this represent a move away from AVR's to other (A
2014-05-01 by Philippe Habib
The projects I'm working on now are also using other processors. I've got a 6 pin PIC10, an ST Micro ARM, and a Motorola processor going. I still prefer the AVR over the PIC, but I don't always get to choose. ----- Original Message ----- From: "Moses McKnight" To: AVR-Chat@yahoog
2014-05-01 by Moses McKnight
On 05/01/2014 06:07 AM, englsprogeny1 wrote: > > > Good question, Mark. I've been asking myself the same question. Has > AVR Freaks slowed down, as well? About 6 months ago I started playing > with Raspberry Pi, but will always use AVR for some of my projects. > AVRs are great li
2014-05-01 by viktor19466@yahoo.com
I was never actively involved but it was real fun see everyone discussing a lot of interesting problems,you are right mark regarding this but AVR community or forums everywhere have slowed down to my knowledge,With Avalanche of new microcontrollers and ARM cores at competitive le
2014-05-01 by Mark Nowell
I'm also likely moving away from AVR though sticking with Atmel/ARM. The point of my question was that I was hoping to engage a group of like-minded engineers in a discussion about choice of network protocols for industrial controls. I wasn't particularly concerned about this bei
2014-05-01 by Dave McLaughlin
Got to admit, I've moved away from direct use of the AVR for other than a few projects. Now playing with Android based systems running the Cortex A7 and also various .NET Microframework devices. Lots more power and good resolution LCD's to boot. :) Dave… --- Very funny Scotty, no
2014-05-01 by englsprogeny1
Good question, Mark. I've been asking myself the same question. Has AVR Freaks slowed down, as well? About 6 months ago I started playing with Raspberry Pi, but will always use AVR for some of my projects. AVRs are great little machines. Where else can one get this kind of functi
2014-05-01 by Mark Nowell
It appears this group has all but died over the last few months. Has all the discussion moved to AVRFreaks or other groups or does this represent a move away from AVR's to other (ARM?) processor families? Would the last person out turn the lights off ... or is it me? Mark
2014-04-12 by wg0z@aol.com
Hello! News: http://isilanlar.net/jop/wnews.php wg0z@aol.com
2014-03-30 by Ori Y
http://adlucemveritas.com/mv/asjgdudg.isb
2014-03-10 by Cat C
From my experience with another ARM EEPROM emulation in FLASH, it is not fuses you use. There are some complicated (to me) settings in the linker scripts and other files one doesn't usually mess with. Examples for some STM32 chips are available here and there. Good luck, Cat > To
2014-03-10 by Philippe Habib
I'm trying out the Atmel ARM based D20 which emulates EEPROM using flash. In order for that to work you have to set aside the amount of eeprom you want to have out of the flash using fuses. My problem is I can't figure out how to set the fuses. I didn't find anything in the 6.1 I
2014-01-01 by ron@teahousestudio.com
Thanks Dave - good to see a concrete example. I saw the hint about DDRx being PORTx -1 and certainly in iotnx5.h there are definitions: #define DDRB _SFR_IO8(0x17) #define PORTB _SFR_IO8(0x18)
2014-01-01 by Dave Hylands
Hi, On Tue, Dec 31, 2013 at 3:09 AM, ron@teahousestudio.com > wrote: > > > > I'm modifying and extending the OneButton library (which relies on Arduino environment) for generic AVR use. > > Briefly, my Button class (yeah - I don't really like adding a capital C to a class name) m
2014-01-01 by Martin McKee
It is easy enough to store a pointer to the register ( PORTB ) and a mask in the class. This may be the most generic solution available. If both values are stored constant ( in the case of the port register, volatile uint8_t * const ) the optimizer will sometimes even find the pr
2013-12-31 by bobgardner@aol.com
Post the spec so we can estimate the effort. -----Original Message----- From: shubham tiwari VU3SXN To: AVR-Chat Sent: Tue, Dec 31, 2013 8:41 am Subject: [AVR-Chat] want to hire a programmer for a small arduino program Hi, want to hire a programmer for a small arduino program, ki
2013-12-31 by ron@teahousestudio.com
Just to add, I have found some definitions in sfr_defs.h and portpins.h so I know I can do things like bit_is_set(_port, _bit) in the Button code (and call the CTOR with something like Button btn = Button(PINB, PB2, true); ) What I'm not clear about is how to set the IO mode for
2013-12-31 by ron@teahousestudio.com
I'm modifying and extending the OneButton library (which relies on Arduino environment) for generic AVR use. Briefly, my Button class (yeah - I don't really like adding a capital C to a class name) maintains a state model to determine if changes on an input pin represent a click
2013-12-22 by shubham tiwari VU3SXN
Hi, want to hire a programmer for a small arduino program, kindly contact me if any one is interested email vu3sxn@gmail.com thanks
2013-12-22 by larryvc@hotmail.com
That was quick. It's back up. JS was that you?
2013-12-22 by larryvc@hotmail.com
I wonder if it was the foul language that was just recently posted that did it?
2013-12-14 by Steven Hodge
Dave (and Mike), I tried all sorts of delays but none worked. In the process of doing this I discovered that my tests to determine if the board was still powered by the RX/TX lines were faulty, and as it turns out that *is* the source of the problem. The board is not actually tur
2013-12-14 by Dave McLaughlin
Hi Steve, What happens if you put in a delay at the start before you send the byte? What fuse settings do you have for startup? I've never used the fast options, always slow start and this has proven reliable. On a system I did years ago, I had a similar issue with the serial por
2013-12-14 by Steven Hodge
Thanks for reminding me of that. I once had that happen to me too. However, I just ran some tests and it’s not the case here. I disconnected the programmer and turned off the board power. I then removed the serial lines (leaving the GND connected to the adapter) and re-connected
2013-12-13 by n1ist@comcast.net
Are you certain that you are powering off the processor? I had a board that happily ran without power as long as the rx line was connected to the PC; it was powering the processor through the ESD protection diodes on the chip... /mike
2013-12-13 by Steven Hodge
I have something weird going on, where a small part of the code only works when the code is first uploaded to flash memory, and does not work when subsequently the power to the uC is cycled on/off. The code is assembly, for a Mega644P. Programming is done using a JTAG interface a
2013-12-09 by Philippe Habib
First I want to offer a late thank you for everyone who took the time to help me out. Even though this wasn't an AVR problem, I knew that this group's great experience and willingness to help would be what I needed. Because of shifting project priorities and a death in the family
2013-12-07 by larryvc@hotmail.com
Hi Guys, Now that it is up, I found that it is quite slow/boring today. Nothing to get the brain stimulated.
2013-12-07 by Leon Heller
On 07/12/2013 17:14, Jim Wagner wrote: > Ditto here, in Oregon, USA. It's OK now. Leon -- Leon Heller G1HSM
2013-12-07 by Jim Wagner
Ditto here, in Oregon, USA. Jim Wagner On Dec 7, 2013, at 9:01 AM, Leon Heller wrote: On 07/12/2013 16:56, larryvc@hotmail.com wrote: > Freaks is down again, at least from here. Same here. Leon -- Leon Heller G1HSM
2013-12-07 by Leon Heller
On 07/12/2013 16:56, larryvc@hotmail.com wrote: > Freaks is down again, at least from here. Same here. Leon -- Leon Heller G1HSM
2013-12-07 by larryvc@hotmail.com
Freaks is down again, at least from here.
2013-11-28 by David Kelly
On Nov 26, 2013, at 8:23 PM, dspic@cat12.com wrote: > On Mon, 25 Nov 2013 22:02:36 -0800 (PST), Philippe Habib > wrote: > >> if(SPIOutBuf[j] & 0x80) >> P4 |= 1; >> else >> P4 &= 0; > > Perhaps prefer > P4 &= 0xFE; I prefer to write it: P4 &= ~1; or P4 &= ~(1
2013-11-27 by David VanHorn
There9;s nothing wrong with using a register in the ISR, but of course you need to handle the ISR properly. What I do in ASM, is to reserve a register for storing SREG, and one or two for ISR use exclusively, so that I don't have to pay the push and pop penalty. It looks like thi
2013-11-27 by bobgardner@aol.com
//---external mc3204 12 bit spi a/d converter #define CLKHI() PORTB |= 0x80 #define CLKLO() PORTB &= ~0x80 #define CLKPULSE() CLKHI(); CLKLO() #define DATHI() PORTB |= 0x40 #define DATLO() PORTB &= ~0x40 #define STARTBIT() DATHI(); CLKPULSE() #define STOPBIT() DATLO(); CLKPULSE()
2013-11-27 by dspic@cat12.com
On Mon, 25 Nov 2013 22:02:36 -0800 (PST), Philippe Habib wrote: > if(SPIOutBuf[j] & 0x80) > P4 |= 1; > else > P4 &= 0; Perhaps prefer P4 &= 0xFE;
2013-11-26 by David Kelly
On Nov 26, 2013, at 1:04 PM, Larry Viesse wrote: > I once used this code to add an SPI port to an 8051 http://www.maximintegrated.com/app-notes/index.mvp/id/3524 . Read the application note carefully, especially the last sentence in the first paragraph following the abstract. It
2013-11-26 by Larry Viesse
I agree with David on the points he raised. It would be very helpful if Philippe could give us a little more detail as to how he has implemented his bit banged SPI port. Knowing what P4 and SPIOutBuf are used for and how they are defined. I once used this code to add an SPI port
2013-11-26 by David Kelly
On Nov 26, 2013, at 4:46 AM, Cagri Tanriover wrote: > P4 = ( *(SPIOutBuf + j) & 0x80 ? P4 | 1 : 0 ); I suggest looking at the compiler output listing in assembly language. Philippe is using an 8051 variant so I doubt he is using gcc, but in my observation with optimization enable
2013-11-26 by Cagri Tanriover
Hi Philippe, Can you try the following and see if it gives you a bit more speed? j = 0; while( j To: AVR-Chat@yahoogroups.com Cc: avr-chat@yahoogroups.com Sent: Tuesday, 26 November 2013, 8:02 Subject: Re: [AVR-Chat] Help with bit banged spi I got it to 1.1MHz from 900k by doing