Search found 5 matches

by oliverr
Wed Aug 29, 2018 10:05 pm
Forum: ESP8266 boards
Topic: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor
Replies: 18
Views: 50707

Re: [SOLVED/WORKEDAROUND] Having problems with HX711 load cell sensor

Hey guys, just wanted to say thank you for the information in this thread, helped me get my HX711 load sensor up and running with less hassle! I've put a bit of a class together that should hopefully help any future HX711 users, can find it on my Github: https://github.com/HowManyOliversAreThere/hx7...
by oliverr
Tue Jul 18, 2017 12:02 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 53251

Re: Porting to Nordic Semiconductor nRF52

Hi Glenn, Thank you so much for that! I've just pulled down your patch and it's doing exactly what I wanted - much appreciated! I really need to get more familiar with the insides of Micropython so I can sort this stuff out without calling in reinforcements...but in the meantime, thank your for your...
by oliverr
Fri Jul 07, 2017 5:11 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 53251

Re: Porting to Nordic Semiconductor nRF52

Hi again guys, I currently have an application for the nRF52 port that would greatly benefit from having division, and even more so with having decimals and rounding. I am of the understanding that currently all but the most primitive of math is not included in order to reduce build size. Would it b...
by oliverr
Mon May 08, 2017 7:24 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 53251

Re: Porting to Nordic Semiconductor nRF52

[quote="dhylands"]QSTR errors often go away if you do a clean and then rebuild.[/quote]

Doh...thank you very much for this, it resolved the issue I was having! It raised a few other issues but I ploughed through them in no time and now have my Scanner class available for playing with! :D
by oliverr
Mon May 08, 2017 5:30 am
Forum: Other Boards
Topic: Porting to Nordic Semiconductor nRF52
Replies: 45
Views: 53251

Re: Porting to Nordic Semiconductor nRF52

Hi guys! I'm currently trying to get Tralamazza's nRF5x (no SDK) Micropython port up and running on the Nordic pca10040 dev kit, and having some issues. I can get Micropython compiled and up and running on the board (very exciting, great work!), however I need the ability to act as a Central device ...