#avr Logs

Jul 04 2017

#avr Calendar

12:19 AM day_ is now known as daey
03:00 AM Thrashbarg_ is now known as Thrashbarg
09:18 AM Emil: lol
09:18 AM Emil: I can't think
09:18 AM Emil: https://emil.fi/jako/kuvat/2017-07-04_16-47-46_QrtMYlYB.png
09:18 AM Emil: Wtf was I putting that ground plane under dat antenna
09:18 AM Emil: Idiot
09:18 AM Emil: Ohwell
09:18 AM Thrashbarg: :/
09:19 AM Emil: It probably doesn't matter that much
09:19 AM Emil: I hope
09:29 AM rue_house: maybe its for one with a remote antenna connector
09:29 AM Lambda_Aurigae: directional?
09:33 AM Emil: It's not
09:33 AM Emil: It's for the nrf24l01+ smd modules
09:33 AM Emil: It should work but still, silly me
09:34 AM Emil: If I'm not mistaken, my Led Driver V2 arrives tomorrow
09:35 AM Emil: Hngh
09:35 AM Emil: I should not just wait to order my components :D
12:31 PM p1x331: Hello everyone
12:35 PM psf: https://www.youtube.com/watch?v=G53OR6YdFEU
01:50 PM Lambda_Aurigae: psf, and?
01:50 PM Lambda_Aurigae: hello p1x331
01:51 PM psf: and what?
01:56 PM Lambda_Aurigae: you posted a video from some idiotic american tv show
01:56 PM Lambda_Aurigae: was wondering what the reasoning was.
01:58 PM psf: an attempt of a humorous way of saying "hi". :)
01:58 PM Tom_itx: because there were no avrs used in the making of it
02:08 PM arti__ is now known as arti
02:17 PM Lambda_Aurigae: oh..guess I never found anything about that show humorous and have no sound on this computer.
02:17 PM psf: :)
03:15 PM Emil: Lambda_Aurigae: jeez :D
03:15 PM Emil: Lambda_Aurigae: You are one old geezer :D
03:20 PM captain_morgan: Does anyone know if it's possible to get an IRQ on DTR/RTS from the USB UART on SAM3X?
03:22 PM Lambda_Aurigae: Emil, of course.
03:22 PM Lambda_Aurigae: I still don't find the show friends to be in any way shape or form funny
03:23 PM Lambda_Aurigae: captain_morgan, have you read the datasheet?
03:23 PM Tachaway is now known as Tachgrr
03:24 PM captain_morgan: have been but not seeing what I"m looking for
03:24 PM captain_morgan: it actually says very little about those signals
03:27 PM captain_morgan: and as they aren't exactly real pins in this case I'm not sure how to handle it
03:29 PM Lambda_Aurigae: just from a quick scan of the usart section I would say the RTS line is only for hardware handshaking and has no interrupt capabilities.
03:31 PM Lambda_Aurigae: it's all handled internally in the USART from the looks of it...by setting the USART to various modes that use it.
03:46 PM captain_morgan: Guess I'll poll for now, the Leonardo arduino code might have something useful though
03:54 PM Lambda_Aurigae: no clue on that one...I find arduino code to be horridly bloated and unusable in general and avoid it more than I avoid microsoft software..
03:57 PM captain_morgan: Yeah, I get that feeling. Sadly it's what I'm working on at the moment
04:19 PM Lambda_Aurigae: don't use digitalwrite or digitalread
04:19 PM Lambda_Aurigae: ever
04:19 PM Lambda_Aurigae: unless you like 100 lines of code to read or write an i/o pin
04:19 PM Lambda_Aurigae: well, 100 lines of assembly, more or less.
05:13 PM polprog: is atmel studios decompiler worth anything
05:17 PM polprog: or should i go straight into compiling radare on windows
05:32 PM LoRez: will radare decompile or just disassemble?
06:30 PM LeoNerd: Well.. huh. I'm sure my avr-libc *used* to know the ATmega328PB
06:30 PM LeoNerd: It doesn't now
06:31 PM * LeoNerd installs a newer one
06:31 PM LeoNerd: Huh... still no. Well.. boo. I'm not sure what happened here
06:34 PM Lambda_Aurigae: sure it's libc?
06:34 PM LeoNerd: ?
06:35 PM Lambda_Aurigae: sure it's libc and not binutils?
06:35 PM LeoNerd: The package is called avr-libc
06:35 PM LeoNerd: I'm pretty sure that's it :)
06:36 PM LeoNerd: I'm reading the main io.h and it doesn't have the ifdef section for ATmega328PB
06:37 PM Lambda_Aurigae: 328p ?
06:37 PM LeoNerd: It knows the 328P yes, just not the PB
06:37 PM Lambda_Aurigae: hmm.
06:37 PM Lambda_Aurigae: same here.
06:38 PM LeoNerd: So I suspect it's too old. Which is what I imagined, just I'm confused now as to how I managed to build this last time
06:40 PM Lambda_Aurigae: I have 1.8.0
06:40 PM Lambda_Aurigae: looks like the latest is 2.0.0
06:52 PM Lambda_Aurigae: grabbing the latest and greatest here to see what happens.
06:53 PM Lambda_Aurigae: gcc 7.1.0, eh?
07:03 PM LeoNerd: It seems the one I have is 2.0.0
07:03 PM LeoNerd: Installed: 1:2.0.0+Atmel3.5.4-1
07:13 PM LeoNerd: Oh huh.. this is even more odd. I have an iom328pb.h file, but io.h can't find it
07:34 PM LeoNerd: Emil: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867235 might be of interest to you
07:34 PM LeoNerd: (Or to anyone else wanting to use the ATmega328PB on avr-libc / debian)
10:17 PM enhering: hi
10:18 PM enhering: does anybody here remember to have visited a website that showed some very colorful paintings found in a cave in us?
10:18 PM enhering: around, or less than, year 2000
10:34 PM _ami_: has anybody done self powered usb device?
11:16 PM Tom_itx is now known as Tom_L