BASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Thank you Mark, Take your time and enjoy your vacation jp :wink:
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
I wanted to order them but the problem : all my sources use UPS to send parcels. And UPS recently did a criminal thing in my opinion : beside charging the usual fee for import, tax, etc. You get an...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
[quote:1b70210e4e="albertsm"]They charge 9,70 euro and tax so 11,74 in total just for a paper invoice ![/quote:1b70210e4e] You can be lucky not to be charged a disbursement fee, which is for lending...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Do you really think i am that stupid? I already had and paid an invoice for their services. And it was way more than 11,74. When i say that this is just for the paper invoice i really mean : it is for...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
[quote:56e1202b7d="albertsm"]Do you really think i am that stupid?[/quote:56e1202b7d] No, I do not think you're stupid You made the same mistake of insufficient information, which you would criticize...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
MWS you still do not get it. First of all this was not a discussion. I simply stated a fact. And i told why i can not get these programmers. And it was intended for the TS. So it was also not required...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Mark, I have two of the new SNAP programmers (RYN233204935) and one of the old (BUR204914173) I could post them to you for firmware upgrade. Then you can keep one of them and return two. Or simply...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Hi Per Thanks. When you send 1 new one that will be great. You be the first to get the video/instruction manual. I can do the second one for you too but it takes time to receive it back. So you can...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Fine! I send one of the new to you then! Mail me your address to be absolutely sure I have the right one /Per
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
[quote:f1ff97f863="albertsm"]MWS you still do not get it.[/quote:f1ff97f863] Why in turn do you think I am stupid? Sure I got the point about UPS, which my response was for, trying to calm it down....
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Now indeed i begin to think you are stupid :D But seriously. Yes i am angry with UPS. Let me try to make it understandable for you. - i order some items - the manufacturer uses UPS and ships it - UPS...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : Initalization of I2C AXTINY3217 : NEWTOPIC
Hello Mark, I work with Atxtiny3217 on some project. I use I2c bus for some communication. When code get past I2cinit TWI0, it also enables internal pullups on alternate pins (PA1, PA2) which is...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : Initalization of I2C AXTINY3217 : REPLY
This is caused by i2cinit which will do a pullup on scl/sda But for this processor it uses the wrong pins. You do not need to call i2cinit when you do not need internal pull up. That is : for xtiny...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : Initalization of I2C AXTINY3217 : REPLY
OK, thank you for explaination.
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
[quote:a13863b49e="albertsm"]Now indeed i begin to think you are stupid :D [/quote:a13863b49e] Ok, I never knew. Good to know it now. [quote:a13863b49e]- Like all good/services there is VAT (21%)...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Aha, they have buried it somewhere to make it legal. Thanks for the link. They seem to charge for about anything. All times i used UPS the customer paid. I just gave their details. Many times UPS...
View ArticleBASCOM-AVR : Can´t access MCSELEC.COM from Brazil !! Even emails don´t wo :...
Sorry for post this message here, but is the only option that I have . I´m using VPN to post this, because I can´t access MCSELEC.COM in any other way form Brasil. Even the e-mails I sent to support...
View ArticleBASCOM-AVR : Can´t access MCSELEC.COM from Brazil !! Even emails don´t wo :...
What happens if you replace mcselec.com with 95.211.129.25? If this works, look for a different DNS.
View ArticleBASCOM-AVR : Can´t access MCSELEC.COM from Brazil !! Even emails don´t wo :...
It happened to me once too. At that time, I was able to connect via a hotspot on my phone. An ISP may be banned due to someone else's actions (the entire address pool), in which case it is best to...
View ArticleBASCOM-AVR : Can´t access MCSELEC.COM from Brazil !! Even emails don´t wo :...
There are always script kiddies and other criminals that try to run scripts. They stress the server and they use a lot of sockets/connections. This is not just 1 IP but they use several different IP...
View ArticleBASCOM-AVR : Can´t access MCSELEC.COM from Brazil !! Even emails don´t wo :...
Hi MWS, I had the same message : ERR_CONNECTION_TIMED_OUT. The same with site name or IP . EDC, I used the WHATISMYIP, there is no block in my IP..... I attached all the tests. Albert, I use Bascom in...
View ArticleBASCOM-AVR : Can´t access MCSELEC.COM from Brazil !! Even emails don´t wo :...
Albert, Really is working again from all my locations and cell phone ! Thanks a lot for your support, great as usual !!! If you wish erase this post, or move to another place, do it ok ? Thanks for...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : merge bootloader and app together for a...
Hello, I have a working bootloader for the attiny3227 that starts at address &h00. The application starts at &h800. And if I first install the loader in the attiny3227 and then upload the...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : merge bootloader and app together for a...
you can merge the 2 hex files. then load the hex and program it. When i was working on a customer project with a bootloader i thought about some directive to merge either the boot loader or merge the...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : merge bootloader and app together for a...
Hi Mark, Thanks for your quick response. But there's no rush; merging the two hex files will work just fine for now. An option like $bootmerge "somefile.bin" would be a nice addition to the IDE of...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : merge bootloader and app together for a...
Only prof customers seem to use the boot loader. But they have the problem to update on distance by a customer. A better way as discussed in the past : - load the bootloader - load a test firmware...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Per sent me a new SNAP. Thanks ! I attach the document for anyone to try. I did the test on a VM and that is a bit troublesome since you have to pass the USB device to the VM. I tried to make a video...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : merge bootloader and app together for a...
Hi Mark, If updating through the UART thats correct, then this hasn't been tested. In this case, the Attiny3227 is an additional chip that communicates by i2c in a device that can be updated by OTA....
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Hello! Does anyone had an issue of deleting serial number for SNAP after recovery procedure? Regards, Przemek
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
hi My mouse is one click away from ordering a snap programmer. After Przemek's post, I'm wondering whether to do it or not. I'll do it! I'll take screenshots at each step. jp :wink:
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
JP, In the same way I deleted SN for my PICkit 4 so there is something wrong with my computer (or with me :D ). I'll buy new SNAP, but I need to wait for avability into TME - CW36. Win 11 in both...
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Send me this broken SNAP for tests. I have some successes on repairing them :D
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
EDC, "Aye aye, sir" Wrote an email ;) Thanks!
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
There is talk of different versions of SNAP... Per Svensson has new RYN233204935 and old BUR204914173. And I saw pictures of PG164100. From what I understand: older versions need you to remove a...
View ArticleGERMAN BASCOM Forum : BascomForum.de down : NEWTOPIC
The Forum is down since 20. Aug. 25
View ArticleBASCOM-AVR XTINY/MEGAX/AVRX : we need a ready to use Snap programmer : REPLY
Microship, a strange company: I received my Snap programmer but without the AVR adapter. The latter isn't required, but given the exorbitant shipping costs, I ordered it with it. They could have...
View Article