Search found 89 matches

by roland_vs
Thu Dec 14, 2017 10:40 am
Forum: Hardware Projects
Topic: Electrical network analyser/signal generator
Replies: 10
Views: 12174

Re: Electrical network analyser/signal generator

@pythoncoder You never cease to amaze me!

I'm busy using the AD8302 as a frontend together with a STM32L476 (with MPY) for some RF measurements beyond the 20kHz :-)
But as always your example is inspiring!!!

Roland
by roland_vs
Thu Dec 14, 2017 9:14 am
Forum: Drivers for External Components
Topic: mpy-IMU / fusion with FXAS/FXOS chips
Replies: 11
Views: 8940

Re: mpy-IMU / fusion with FXAS/FXOS chips

Maybe some of the above problems can be handled using the "MotionCal" utility.

Check out: https://github.com/PaulStoffregen/MotionCal

Regards,

Roland
by roland_vs
Mon Dec 11, 2017 10:08 pm
Forum: Other Boards
Topic: I know what I want for Christmas
Replies: 4
Views: 3610

Re: I know what I want for Christmas

Just a thought: Would be a nice STEM platform (as well as a bigger micro:bit) with a few classroom interfaces like the TI 83 Plus programming calculator.
by roland_vs
Thu Dec 07, 2017 8:42 pm
Forum: Development of MicroPython
Topic: adding a modliblib... module
Replies: 4
Views: 3240

Re: adding a modliblib... module

@SpotlightKid Thanks!
by roland_vs
Thu Dec 07, 2017 8:41 pm
Forum: Other Boards
Topic: I know what I want for Christmas
Replies: 4
Views: 3610

I know what I want for Christmas

by roland_vs
Wed Dec 06, 2017 2:29 pm
Forum: Development of MicroPython
Topic: adding a modliblib... module
Replies: 4
Views: 3240

Re: adding a modliblib... module

But... what I don't understand is why similar modules like uhashlib etc. appear automatically... and my unalib does not...?
by roland_vs
Wed Dec 06, 2017 12:42 pm
Forum: Development of MicroPython
Topic: adding a modliblib... module
Replies: 4
Views: 3240

adding a modliblib... module

Dear, I have added a "modunalib.c" to the "/extmod" directory and added all necessary additions to - ports/stm32/mpconfigport.h - py/objmodule.c and of course to the - /extmod/modunalib.c I use a #define MICROPYTHON_PY_UNALIB similar to the other modules to switch in/out the use of the library and s...
by roland_vs
Tue Nov 28, 2017 3:03 pm
Forum: Other Boards
Topic: [STM32L476DISCO] RTC not ticking
Replies: 5
Views: 4812

Re: [STM32L476DISCO] RTC not ticking

Update: I have updated the `mpconfigboard.h` of my own board variant and the `STM32L476DISCO` by adding the external oscillator to be enabled: #define MICROPY_HW_RTC_USE_LSE (1) The RTC will run now. This does not explain why it's not running using `lsi` or `msi` mode, but at least my hardware is ti...
by roland_vs
Sat Nov 11, 2017 3:33 pm
Forum: MicroPython pyboard
Topic: machine.I2C and the stop condition
Replies: 13
Views: 13424

Re: machine.I2C and the stop condition

@pythoncoder

There are nice application for the chip (see analog devices website):
See CN039 application of Analog Devices to create an EC meter and temperature (really smart).
Another nice application is to measure the characteristics of a loudspeaker.
by roland_vs
Sat Nov 11, 2017 3:11 pm
Forum: MicroPython pyboard
Topic: Little wonders need some thanks
Replies: 7
Views: 5668

Little wonders need some thanks

Today I received another pyboard and LCD160. Works right out of the box!
Now my sensors will have a face thanks to:
@dpgeorge for micropython!
@pytoncoder for the nice gui!
Image