VL53L0x register access via TWI Thanks for the suggestion, Jim. I am hoping to use a sensor with a non-I2C interface, like PWM or serial. Should I be forced to use I2C I think I would go ahead and bite the...
Monday, 2 April 2018 - 21:46
VL53L0x register access via TWI After about a week of fooling with examples, forum code, data sheets, and tutorials, I finally got the VL53L0x sensor to respond via TWI. None of the examples worked, and Atmel's...
VL53L0x register access via TWI Thanks for the suggestions.
I did not mean to disparage TWI- it's clearly a well used and well regarded interface. In fact, the physical layer is pretty straightforward, it's...
Saturday, 31 March 2018 - 14:53
VL53L0x register access via TWI Well the obvious eluded me again. Atmel's AVR1308 app note has good explanation, examples, drivers, all there. It's a bit generalized for my app but will be the way to learn.
OK...
Saturday, 31 March 2018 - 00:13
VL53L0x register access via TWI Of course the TWI bus can be multidropped. However the slave address of the sensor defaults to 0x52 on every startup. I would need to selectively power off or disconnect 2 sensors...
Friday, 30 March 2018 - 21:42
Studio 6 & 7 programming issues Follow up- Dragon/As6.2 works fine with a DIP version of the part. Maybe it was the disabled reset all along. Could be worse, just bricked one unit but I have to re-assemble...
Thursday, 3 August 2017 - 19:19
Studio 6 & 7 programming issues Live and Learn- looks like my prototype will receive no updates. At least it is running the older version. I should have been more careful, I had a similar problem years ago with...
Thursday, 3 August 2017 - 15:20
Studio 6 & 7 programming issues Thanks, I am now trying to figure out how to use avrdude- is it part of the winavr package or do you need to download/install separately?
Could this be a problem with the...
Thursday, 3 August 2017 - 13:05
atmel studio 6 programmer [busy]? Yet another person having programmer problems with 6.2. I repeatedly get 'busy' status after a programming attempt. I have been having this issue with programmers ever since...
Wednesday, 2 August 2017 - 16:07
How to set linker options for boot loader build? Is there any way to make Studio 6 create .bin output files rather than (or in addition to) .hex format files? The Configuration manager->Toolchain->AVR/GNU Common->Output file...
Wednesday, 3 October 2012 - 19:38
[Tut][C][Code] LUFA & Studio5 - Beginner's Guide, Part 3 Great points! I was afraid that moving things around would foul up relative paths so I managed to point to the right LUFA directory, still the dreaded 'no rule to make target'...
Thanks for the suggestion, Jim. I am hoping to use a sensor with a non-I2C interface, like PWM or serial. Should I be forced to use I2C I think I would go ahead and bite the...
After about a week of fooling with examples, forum code, data sheets, and tutorials, I finally got the VL53L0x sensor to respond via TWI. None of the examples worked, and Atmel's...
Thanks Tindie, another candidate. Looks like another ST variant.
Thanks for the suggestions. I did not mean to disparage TWI- it's clearly a well used and well regarded interface. In fact, the physical layer is pretty straightforward, it's...
Well the obvious eluded me again. Atmel's AVR1308 app note has good explanation, examples, drivers, all there. It's a bit generalized for my app but will be the way to learn. OK...
Of course the TWI bus can be multidropped. However the slave address of the sensor defaults to 0x52 on every startup. I would need to selectively power off or disconnect 2 sensors...
Follow up- Dragon/As6.2 works fine with a DIP version of the part. Maybe it was the disabled reset all along. Could be worse, just bricked one unit but I have to re-assemble...
Live and Learn- looks like my prototype will receive no updates. At least it is running the older version. I should have been more careful, I had a similar problem years ago with...
Thanks, I am now trying to figure out how to use avrdude- is it part of the winavr package or do you need to download/install separately? Could this be a problem with the...
Yet another person having programmer problems with 6.2. I repeatedly get 'busy' status after a programming attempt. I have been having this issue with programmers ever since...
Is there any way to make Studio 6 create .bin output files rather than (or in addition to) .hex format files? The Configuration manager->Toolchain->AVR/GNU Common->Output file...
Great points! I was afraid that moving things around would foul up relative paths so I managed to point to the right LUFA directory, still the dreaded 'no rule to make target'...
Pages