Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

24 Apr, 2024: Testing a new version of the Overboard here. If you have an issue post about it to rocksolid.nodes.help (I know. Everyone on Usenet has issues)


devel / comp.lang.forth / What's new for ESP32FORTH ?

SubjectAuthor
* What's new for ESP32FORTH ?Marc Petremann
`- Re: What's new for ESP32FORTH ?Marc Petremann

1
What's new for ESP32FORTH ?

<88b0d9aa-beac-4f8d-ad3b-7a3404f371f7n@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16305&group=comp.lang.forth#16305

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:ac8:7f8b:: with SMTP id z11mr13657666qtj.396.1642324484924;
Sun, 16 Jan 2022 01:14:44 -0800 (PST)
X-Received: by 2002:a05:620a:208e:: with SMTP id e14mr8960410qka.227.1642324484762;
Sun, 16 Jan 2022 01:14:44 -0800 (PST)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Sun, 16 Jan 2022 01:14:44 -0800 (PST)
Injection-Info: google-groups.googlegroups.com; posting-host=83.201.163.204; posting-account=xbxuywoAAAASFWsQBmiz40gnxDBWDrxx
NNTP-Posting-Host: 83.201.163.204
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <88b0d9aa-beac-4f8d-ad3b-7a3404f371f7n@googlegroups.com>
Subject: What's new for ESP32FORTH ?
From: mpetrema...@gmail.com (Marc Petremann)
Injection-Date: Sun, 16 Jan 2022 09:14:44 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 19
 by: Marc Petremann - Sun, 16 Jan 2022 09:14 UTC

Installing the UART2 serial port
https://esp32.arduino-forth.com/article/installation_instalSerial2Port

TOOLS:
Memory DUMP tool for ESP32Forth
https://esp32.arduino-forth.com/article/tools_dump

Strings management for ESP32forth
https://esp32.arduino-forth.com/article/tools_strings

LoRa:
The LoRa transmission system
https://esp32.arduino-forth.com/article/LoRa_theLoRaSystem

REYAX RYLR890 LoRa transmitter testing
https://esp32.arduino-forth.com/article/LoRa_testRYLR890

- - - - - - - - - - - - - -
FORTH Glossary of Words for ESP32Forth
https://esp32.arduino-forth.com/index/glossaire

Re: What's new for ESP32FORTH ?

<4b17f703-2690-4bc3-8537-5e3b719f14fan@googlegroups.com>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=16320&group=comp.lang.forth#16320

  copy link   Newsgroups: comp.lang.forth
X-Received: by 2002:a05:6214:2aac:: with SMTP id js12mr25588184qvb.71.1642584193992; Wed, 19 Jan 2022 01:23:13 -0800 (PST)
X-Received: by 2002:ac8:5781:: with SMTP id v1mr11310822qta.535.1642584193559; Wed, 19 Jan 2022 01:23:13 -0800 (PST)
Path: i2pn2.org!i2pn.org!aioe.org!feeder1.feed.usenet.farm!feed.usenet.farm!tr2.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.forth
Date: Wed, 19 Jan 2022 01:23:13 -0800 (PST)
In-Reply-To: <88b0d9aa-beac-4f8d-ad3b-7a3404f371f7n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=83.201.163.204; posting-account=xbxuywoAAAASFWsQBmiz40gnxDBWDrxx
NNTP-Posting-Host: 83.201.163.204
References: <88b0d9aa-beac-4f8d-ad3b-7a3404f371f7n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <4b17f703-2690-4bc3-8537-5e3b719f14fan@googlegroups.com>
Subject: Re: What's new for ESP32FORTH ?
From: mpetrema...@gmail.com (Marc Petremann)
Injection-Date: Wed, 19 Jan 2022 09:23:13 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 30
 by: Marc Petremann - Wed, 19 Jan 2022 09:23 UTC

Setting up REYAX RYLR890 LoRa transmitter, 2nd part

In this second part, we will see in detail how the vectorized execution of words intervenes.

https://esp32.arduino-forth.com/article/LoRa_paramLoRaPart2

Le dimanche 16 janvier 2022 à 10:14:45 UTC+1, Marc Petremann a écrit :
> Installing the UART2 serial port
> https://esp32.arduino-forth.com/article/installation_instalSerial2Port
>
> TOOLS:
> Memory DUMP tool for ESP32Forth
> https://esp32.arduino-forth.com/article/tools_dump
>
> Strings management for ESP32forth
> https://esp32.arduino-forth.com/article/tools_strings
>
> LoRa:
> The LoRa transmission system
> https://esp32.arduino-forth.com/article/LoRa_theLoRaSystem
>
> REYAX RYLR890 LoRa transmitter testing
> https://esp32.arduino-forth.com/article/LoRa_testRYLR890
>
> - - - - - - - - - - - - - -
> FORTH Glossary of Words for ESP32Forth
> https://esp32.arduino-forth.com/index/glossaire

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor