Search found 215 matches

by marfis
Mon Oct 29, 2018 5:04 am
Forum: Other Boards
Topic: [nRF52] How to get rshell to work with an nRF52?
Replies: 30
Views: 18849

Re: [nRF52] How to get rshell to work with an nRF52?

What I‘ve figured is that the nRF port has the micro:bit FS enabled as default which only supports flat file hirarchies (no directories). Also, I see that os.listdir(‚.‘) reports an error about an argument given... both of which might relate to the problems you see. There is a small section in the r...
by marfis
Tue Oct 23, 2018 4:16 am
Forum: Other Boards
Topic: [nRF52] Here is tested and working "proprietary" radio demo code
Replies: 10
Views: 8951

Re: [nRF52] Here is tested and working "proprietary" radio demo code

It doesn't rely upon nor use softdevice.
What I meant to ask was that *if* the softdevice is included (in case you want to use standard Btle functionality too), doesn‘t it interfere with your code (because you are directly manipulating hw registers)?
by marfis
Mon Oct 22, 2018 4:46 am
Forum: Other Boards
Topic: [nRF52] Here is tested and working "proprietary" radio demo code
Replies: 10
Views: 8951

Re: [nRF2] Here is tested and working "proprietary" radio demo code

I‘m wondering how the softdevice coorporate with this... do you include it in your flash output at all?

And just a small thing: please rephrase the title of this thread so it reads correctly („nRF52“) - makes it a lot easier to search.
by marfis
Sun Oct 21, 2018 3:51 pm
Forum: Other Boards
Topic: [nRF52] Here is tested and working "proprietary" radio demo code
Replies: 10
Views: 8951

Re: [nRF2] Here is tested and working "proprietary" radio demo code

that is great, thanks!

Do you mind sharing this as a git gist or even as a git repo so that scanning through the code and making comments is easier?
by marfis
Sun Oct 07, 2018 9:28 am
Forum: ESP8266 boards
Topic: Redirecting terminal/WebRepl to OLED 1306
Replies: 32
Views: 31220

Re: Bare metal Raspberry Pi port

pythoncoder wrote:
Sat Oct 06, 2018 5:43 am

Out of interest how quickly does it boot?
he told me around 4sec...

viewtopic.php?f=12&t=5039&p=28855#p28907
by marfis
Sun Oct 07, 2018 9:19 am
Forum: MicroPython pyboard
Topic: HDC1010 I2c with pyb1.1
Replies: 7
Views: 4665

Re: HDC1010 I2c with pyb1.1

scanning through the datasheet.. . that is a standard memory mapped i2c device. so you should be fine by using any of the i2c.memread/memwrite functions. start ln the repl, do a scan first. then try to read the device id. once that works, you should have no problems initiating the measurement functi...
by marfis
Thu Sep 27, 2018 7:26 pm
Forum: Programs, Libraries and Tools
Topic: Improvements to uctypes module/infrastructure
Replies: 8
Views: 4938

Re: Improvements to uctypes module/infrastructure

+1 from me too.
and +2 for examples and hints on using uctypes...
by marfis
Fri Sep 07, 2018 8:53 pm
Forum: ESP32 boards
Topic: Odroid go support
Replies: 1
Views: 2053

Odroid go support

a bunch of files for odroid go users to get you started with buttons, joystick, LCD, speaker etc:
https://github.com/hoihu/projects/blob/master/odroidgo

it is based on the uPy loboris fork.
by marfis
Thu Aug 23, 2018 11:46 am
Forum: General Discussion and Questions
Topic: Connecting to AWS with MQTT
Replies: 39
Views: 41485

Re: Connecting to AWS with MQTT

we‘ve been using wipy3 devices to connect to AWS IoT, basically following a tutorial from pycom doc webpage (https://docs.pycom.io/chapter/tutorials/all/aws - sadly doesn‘t seem to exist anymore :( ) Anyway you might get some ideas by visiting their git repo https://github.com/pycom/aws-pycom?files=...
by marfis
Wed Aug 15, 2018 5:41 am
Forum: Drivers for External Components
Topic: Displays with driver subclassed from framebuf
Replies: 30
Views: 20296

Re: Seeking display with driver subclassed from framebuf

The framebuf class is able to work with multiple colours and the official SSD1306 driver is subclassed from framebuf. Are any colour displays available with drivers written in this way? i played around some time ago with the limifrog oled display which worked well https://forum.micropython.org/view...