Re: ESP32 question

2023-07-30 Thread Alan C. Assis
Hi Milan, On 7/30/23, Milan Obuch wrote: sic >> I got an S2 Mini V1.0.0 WEMOS.CC like yours and confirmed the issue. >> After changing the pins to 33 and 34 (as you noticed pins 43 and 44 >> are not available, Wemos' mistake) the serial console is not showing >> up. > > Hi, > > do you see any

Re: ESP32 question

2023-07-30 Thread Alan C. Assis
Hi Milan, On 6/30/23, Milan Obuch wrote: ... >> 1) Connect a USB/Serial adapter directly the the pins used as UART0, >> not ideal because probably you don't want attachment like it to your >> board; > > Problem here is not using additional USB/serial cable, I do it > regularly if necessary or

Re: LrC and travel

2023-07-27 Thread Alan C
I don't take anything & wait till I get back home! Alan C On 27-Jul-23 07:28 AM, Godfrey DiGiorgi wrote: I simplify for travel: I don't use LR Mobile, or cloud-based LR. When traveling, I'm using my iPads or iPhone. For the little I want to do in rendering when traveling, I use Photos

Re: GESO - Walk Along Kelly Drive

2023-07-25 Thread Alan C
rica - Kigali in Rwanda being a notable exception. Alan C On 24-Jul-23 10:41 PM, Rick Womer wrote: Kelly Drive is a curving, pleasant road (except for a few would-be Formula-1 race-car drivers) that follows the east bank of the Schuylkill River through Philadelphia. It has a nice foot/bicycle

Re: Encoder STM32F7

2023-07-24 Thread Alan C. Assis
Hi Roberto, I think currently the driver is hard-code to use X2 mode, you will need to modify it to work on X4 mode. Currently the QE é architecture specific, there is not a generic upper half driver where you can define features that driver will use like X1, X2, X4 mode, zero index pin, etc.

Re: Serial LCD example

2023-07-23 Thread Alan C. Assis
Hi Mark, In fact some examples are ("incorrectly") hard-code to some I2C Bus or uses #ifdef to compile only if that I2C Bus is enabled in the menuconfig. There are pros and cons of using this approach: PROS: - 'Guarantee' that such config works (dev tested it); - Developer doesn't need to test

Re: Unable to get nsh working on Adafruit Feather rp2040

2023-07-21 Thread Alan C. Assis
Hi Richard, Probably it is a MacOS issue. I just confirmed it still working fine on Linux (Ubuntu 23.04). These are the step-by-step process: --- $ git clone -b 1.1.2

Re: [dm-devel] File system robustness

2023-07-19 Thread Alan C. Assis
> are interesting to consider, but seem to be more fitting for a smaller > NOR flash. > > Regards > Kai > > > > On Mon, Jul 17, 2023 at 10:50:50AM -0300, Alan C. Assis wrote: >> Hi Kai, >> >> On 7/17/23, Kai Tomerius wrote: >> > Hi, >&g

Re: [dm-devel] File system robustness

2023-07-19 Thread Alan C. Assis
Hi Bjørn, On 7/18/23, Bjørn Forsman wrote: > On Tue, 18 Jul 2023 at 08:03, Kai Tomerius wrote: >> I should have mentioned that I'll have a large NAND flash, so ext4 >> might still be the file system of choice. The other ones you mentioned >> are interesting to consider, but seem to be more

Re: pwm examples...

2023-07-17 Thread Alan C. Assis
Hi Ed, Run: $ make menuconfig And inside menuconfig type "/" (without quotes) to search for symbols. You can type PWM, but there are many PWM features so it is better to search for EXAMPLES_PWM It will return: Symbol: EXAMPLES_PWM [=n] Type : tristate Prompt: Pulse width modulation (PWM)

Re: [VOTE] Apache NuttX 12.2.1 RC0 release

2023-07-16 Thread Alan C. Assis
Thank you Nathan, Maybe we should create some script to automatically generate this log release report and save it in some place, like a attachment log in the release page. I'm happy to see renewed interested in a small NuttX footprint to use as bootloader. I think it is possible to get a

Re: [VOTE] Apache NuttX 12.2.1 RC0 release

2023-07-14 Thread Alan C. Assis
+1 Please find log of tested boards below! BR, Alan - ESP32: $ xtensa-esp32-elf-gcc -v Using built-in specs. COLLECT_GCC=xtensa-esp32-elf-gcc

Re: OpenFPGALoader

2023-07-13 Thread Alan C. Assis
Hi Simon, ispVM is pure C: https://github.com/ganehag/br-ts7500/blob/master/ts7500utils/ispvm.c Could be easier to get working on NuttX than openFPGALoader, although to latter will open doors to many vendors! BR, Alan On 7/13/23, Simon Filgis wrote: > LFE5U-25F-8BG381C > > with attached SPI

Re: [Article] Boot NuttX from Network with U-Boot and TFTP

2023-07-13 Thread Alan C. Assis
On 7/13/23, Nathan Hartman wrote: > On Thu, Jul 13, 2023 at 12:24 PM Gregory Nutt wrote: >> >> >> > Maybe you could that a look in the minnsh PoC, it was running on MCU >> > with less than 16KB Flash and 8KB RAM. As you can see in the image it >> > is using less than 2KB RAM: >> >> To get to the

Re: [Article] Boot NuttX from Network with U-Boot and TFTP

2023-07-13 Thread Alan C. Assis
Hi Nathan, On 7/13/23, Nathan Hartman wrote: > Hi Lup, > > Excellent article, as always! > > On Thu, Jul 13, 2023 at 10:38 AM Alan C. Assis wrote: >> In NuttX case it is easier because we can do it without the bootloader! > > There was a recent discussion about usi

Re: OpenFPGALoader

2023-07-13 Thread Alan C. Assis
Hi Simon, I didn't look the code, but openFPGALoader is implemented in C++ and I don't know if they are using features that don't fit well to microcontrollers. So, the only way to confirming if it works is trying to compile and run it. If you only need to use FPGAs from Lattice, maybe you can

Re: [Article] Boot NuttX from Network with U-Boot and TFTP

2023-07-13 Thread Alan C. Assis
Hi Lup, That is very nice! I never tested TFTP on NuttX, but I used to boot Linux/uCLinux using it, downloading the kernel image inside the bootloader: https://acassis.wordpress.com/2009/03/19/solved-dbug-bootloader-network-problem/ In NuttX case it is easier because we can do it without the

Re: IR Photography

2023-07-13 Thread Alan C
That's an amazing image, Ralf. I feel inspired. I'll source a #87 filter and give my dormant K110D a whirl as a dedicated IR camera. Alan C On 13-Jul-23 10:12 AM, Ralf R Radermacher wrote: Am 13.07.23 um 01:59 schrieb Larry Colen: You'll need to focus based on the live view, which is what

Re: IR Photography

2023-07-13 Thread Alan C
have!). Pity I didn't think of Larry's sticky tape astro method to lock the focus. Only 2 or 3 shots out of the 48 were even on the verge of acceptability so that was the end of my adventure. Alan C On 13-Jul-23 04:59 AM, Larry Colen wrote: On Jul 12, 2023, at 7:06 PM, John Sessoms wrote:

Re: SPI api example...

2023-07-11 Thread Alan C. Assis
Hi Ed On 7/11/23, Ed Sutter wrote: > On 7/11/2023 2:00 PM, Alan C. Assis wrote: >> Hi Ed, >> >> Are you the Ed Sutter from uMon bootloader author? >> >> On 7/11/23, Ed Sutter wrote: >>> Hi, >>> Are there any examples of application c

Re: SPI api example...

2023-07-11 Thread Alan C. Assis
Hi Ed, On 7/11/23, Ed Sutter wrote: > On 7/11/2023 2:00 PM, Alan C. Assis wrote: >> Hi Ed, >> >> Are you the Ed Sutter from uMon bootloader author? > Yep. Hi Alan! > I just finished I2C and used apps/system/i2c as my test. Nice! I2CTools is very useful to verify

Re: SPI api example...

2023-07-11 Thread Alan C. Assis
Hi Ed, Are you the Ed Sutter from uMon bootloader author? On 7/11/23, Ed Sutter wrote: > Hi, > Are there any examples of application code accessing a SPI device on Nuttx? > Thanks, Normally NuttX applications don't access the SPI Bus directly, an SPI device needs to be exported through the

Re: adding a new board - files?

2023-07-10 Thread Alan C. Assis
Hi Krasimir, On 7/10/23, Krasimir Cheshmedzhiev wrote: > Hi all, > > > > I am working on adding a nucleo-u5a5zj-q to nuttx supported boards. How > (where I can read) to prepare files - those which I created and those which > I changed, to make them part of main source tree? > Please follow the

Re: Testing Xbox One S controller on NuttX RTOS

2023-07-10 Thread Alan C. Assis
Hi Tomek, On 7/10/23, Tomek CEDRO wrote: > On Mon, Jul 10, 2023 at 3:16 PM Alan C. Assis wrote: >> I decided to test the Xbox Controller driver existent on NuttX source >> tree and it worked, but after few seconds it is loosing the device > > Hey there Alan :-) &

Testing Xbox One S controller on NuttX RTOS

2023-07-10 Thread Alan C. Assis
Dear NuttXers, I decided to test the Xbox Controller driver existent on NuttX source tree and it worked, but after few seconds it is loosing the device file: https://acassis.wordpress.com/2023/07/08/testing-xbox-one-s-controller-on-nuttx-rtos/ I'm investigating the issue, case someone else

Re: July PUG is up

2023-07-10 Thread Alan C
Interesting all the same. I thought the rusting hulk was  a dune . Alan C On 10-Jul-23 01:57 PM, Reinhard Sy wrote: Hello Brian, I have unfortunately uploaded my image for the previous gallery (Any Old Sign) too late, so that now in the current gallery the image of me that does not fit

[OT] Getting Started with (Apache) NuttX RTOS Part 2 - Looking Inside and Creating Your Customized Image

2023-07-06 Thread Alan C. Assis
Hi NuttXers, The second part of the NuttX Getting Started was published: https://www.embeddedrelated.com/showarticle/1543.php BR, Alan

Re: Build error 12.2.0

2023-07-06 Thread Alan C. Assis
Hmm, too late, NuttX 12.2.0 as released with that regression. As workaround people can use Linux and avoid too much power in the hands of a single company! That company value is U$ 4 Trillion (only 7 countries in the world has GDP bigger than that). Jokes aside, I thin we need to release 12.2.1

Re: Angry glitz chicken

2023-07-05 Thread Alan C
Looks fine to me. Alan C On 04-Jul-23 05:43 PM, Larry Colen wrote: On Jul 4, 2023, at 6:12 AM, Comcast wrote: Very dark. Is this right out of camera or phone? Thanks for the feedback, no it isn’t “right out of the camera”, according to Lightroom I did darken it 1 stop. Going back

Re: [ANNOUNCE] Apache NuttX 12.2.0 released

2023-07-05 Thread Alan C. Assis
Amazing!!! Thank you Alin! BR, Alan On 7/5/23, Alin Jerpelea wrote: > The Apache NuttX project team is proud to announce > Apache NuttX 12.2.0 has been released. > > The release artifacts and Release Notes can be found >

Re: Angry glitz chicken

2023-07-04 Thread Alan C
Do you call Peacocks "Glitz Chickens" over there?  Amazed they are feral.  BTW, I see there are also chicken/peacock hybrids in existence! Alan C On 04-Jul-23 09:11 AM, Larry Colen wrote: We’ve got some feral glitz chickens in the neighborhood. One was hanging out in the shade in

Re: PESO Tango Nuevo

2023-07-04 Thread Alan C
Well done, Larry! "they are photogenic enough"   Indeed! Alan C On 04-Jul-23 08:31 AM, Larry Colen wrote: Lauren and Dominic put on a nice (improv) performance at the milonga Saturday. They are a new dance couple (he lives in Portland, she lives in LA) and this was their

Re: [VOTE] Apache NuttX 12.2.0 RC0 release

2023-07-03 Thread Alan C. Assis
+1 tested using ESP32-Devkit: ESP32: $ xtensa-esp32-elf-gcc -v Using built-in specs. COLLECT_GCC=xtensa-esp32-elf-gcc COLLECT_LTO_WRAPPER=/opt/xtensa-esp32-elf/bin/../libexec/gcc/xtensa-esp32-elf/12.2.0/lto-wrapper Target: xtensa-esp32-elf Configured with:

Re: [OT] A nice board to run NuttX

2023-07-03 Thread Alan C. Assis
Sorry, I forgot to put the link to buy it: https://aliexpress.com/item/1005005692235592.html On 7/3/23, Alan C. Assis wrote: > Case someone here didn't see it: > > https://www.cnx-software.com/2023/06/30/esp32-s3-board-features-2-8-inch-display-blackberry-like-keyboard-lorawan/ > &g

[OT] A nice board to run NuttX

2023-07-03 Thread Alan C. Assis
Case someone here didn't see it: https://www.cnx-software.com/2023/06/30/esp32-s3-board-features-2-8-inch-display-blackberry-like-keyboard-lorawan/ I bought one with LoRa 915MHz (freq used here in Brazil). Should be nice to run the NX Window Manager, TWM4NX, DirectFB2 or the PinePhone graphic

Re: ESP32 question

2023-07-01 Thread Alan C. Assis
On 7/1/23, Milan Obuch wrote: > On Sat, 1 Jul 2023 10:27:11 -0300 > "Alan C. Assis" wrote: > >> Hi Milan, >> >> Please verify if fix in the upstream solved your issue. >> >> BR, >> >> Alan >> > Actually you don't need to user

Re: [VOTE] Apache NuttX 12.2.0 RC0 release

2023-07-01 Thread Alan C. Assis
ping renewsh telnetd main > nsh> ls dev > /dev: > adc0 > can0 > console > gpio0 > gpio1 > gpio10 > gpio11 > gpio12 > gpio2 > gpio3 > gpio4 > gpio5 > gpio6 > gpio7 > gpio8 > gpio9 > null >

Re: ESP32 question

2023-07-01 Thread Alan C. Assis
Hi Milan, Please verify if fix in the upstream solved your issue. BR, Alan On 6/30/23, Milan Obuch wrote: > On Thu, 29 Jun 2023 19:29:39 -0300 > "Alan C. Assis" wrote: > >> Hi Milan, >> >> This S2-Mini board powered by ESP32-S2 seems to use the USB Co

Re: Bootloaders other than u-boot?

2023-07-01 Thread Alan C. Assis
wrote: > Thanks Alan - I am spending just a few more hours on u-boot, and then I > think Tomek's suggestion of MCUboot looks most promising :) > > On 01/07/2023 13:43, Alan C. Assis wrote: >> Hi Tim, >> >> I think everybody already cited all main bootloader

Re: Bootloaders other than u-boot?

2023-07-01 Thread Alan C. Assis
Hi Tim, I think everybody already cited all main bootloader used with embedded systems. Maybe the only other suggestion is uMon (http://www.umonfw.com) an old bootloader that still active, but I didn't find port to SAMA5D. It was used mainly with Coldfire MCUs, but was ported to ARM too. BR,

Re: [VOTE] Apache NuttX 12.2.0 RC0 release

2023-07-01 Thread Alan C. Assis
Hi Roberto, Could you please supply more information? toolchain version used, size of final binary, etc This way to can have a historic of all versions. BR, Alan On 7/1/23, Roberto Bucher wrote: > +1 > > Tested on nucleo-144 (STM32F746ZG) + pysimCoder > > Roberto > > On 6/30/23 10:47, Alin

Re: PESO 2023 - Fulvia special - GDG

2023-07-01 Thread Alan C
An excellent job, Godfrey - the car & the photography! My, how cars have changed since the 60's. Alan C On 01-Jul-23 07:29 AM, Godfrey DiGiorgi wrote: While I was in the hospital, my classic Italian sports car—the 1967 Lancia Fulvia Coupé—was in the body shop having some rust re

Re: ESP32 question

2023-06-30 Thread Alan C. Assis
Hi Milan, On 6/30/23, Milan Obuch wrote: > On Thu, 29 Jun 2023 19:29:39 -0300 > "Alan C. Assis" wrote: > >> Hi Milan, >> >> This S2-Mini board powered by ESP32-S2 seems to use the USB Controller >> directed instead of using an external USB/Ser

Re: ESP32 question

2023-06-29 Thread Alan C. Assis
Hi Milan, This S2-Mini board powered by ESP32-S2 seems to use the USB Controller directed instead of using an external USB/Serial chip like the other boards you cited. Also keep in mind that ESP32-S2 chip doesn't have internally the USB_SERIAL_JTAG Controller that exist on ESP32-C3 and ESP32-S3

Re: [Article] Inspecting the Star64 RISC-V SBC

2023-06-29 Thread Alan C. Assis
Very nice Mr. Lup! Your articles are always well done with many details and pictures. They are a good source of information about NuttX for sure! BR, Alan On 6/28/23, Lee, Lup Yuen wrote: > Pine64 Star64 is a new 64-bit RISC-V Single-Board Computer, based on the > StarFive JH7110 SoC. > > In

Re: PESO: Portrait of a roe deer

2023-06-28 Thread Alan C
Excellent, Henk. Also the other one of it lying down. Alan C On 28-Jun-23 06:11 PM, Henk Terhell wrote: This roe deer in our dunes stared at me and didn't move for at least a minute. So plenty of time to make this portrait. https://flic.kr/p/2oL1LkT Henk -- %(real_name)s Pentax-Discuss Mail

Re: OnT: Grey Matter Exercise

2023-06-27 Thread Alan C
Ek sȇ! Alan C On 27-Jun-23 12:03 PM, Bob W PDML wrote: Only in the easy newspapers… :0) On 27 Jun 2023, at 11:33, Alan C wrote: Because the ? indicate that Gegs is a scrambled version of a word in the answer. https://puzzling.stackexchange.com/questions/5498/gegs-9-4-a-british

Re: OnT: Grey Matter Exercise

2023-06-27 Thread Alan C
Because the ? indicate that Gegs is a  scrambled version of a word in the answer. https://puzzling.stackexchange.com/questions/5498/gegs-9-4-a-british-cryptic-crossword-clue Alan C On 27-Jun-23 10:10 AM, Bob W PDML wrote: Why? On 27 Jun 2023, at 08:33, mike wilson wrote: Shouldn't

Re: OnT: Grey Matter Exercise

2023-06-27 Thread Alan C
Indeed it should! Alan C On 27-Jun-23 08:33 AM, mike wilson wrote: Shouldn't the first one have a question mark after it? On 25/06/2023 19:50 Bob W PDML wrote: Too easy. I have two favourite cryptic crossword clues, neither is difficult, but I like them. One that my housemaster told

Re: OnT: Grey Matter Exercise

2023-06-25 Thread Alan C
I had a feeling you wold be first! Alan C On 25-Jun-23 08:43 PM, Stan Halpin wrote: Cormorant … Sent from my iPad On Jun 25, 2023, at 6:17 PM, Alan C wrote: Crossword clue: Large diving bird from cold, wild moor and tarn. (9). Alan C -- %(real_name)s Pentax-Discuss Mail List

Re: [RFC] Add "Description:" header to defconfig file

2023-06-25 Thread Alan C. Assis
Hi Tomek, On 6/24/23, Tomek CEDRO wrote: > On Sat, Jun 24, 2023 at 3:53 PM Alan C. Assis wrote: >> Dear NuttXers, >> As some people here know, recently Espressif added support for USB OTG >> Device on ESP32S3 (thanks to Dong Heng). > > BIG TANKS!! :-) > >> A

Re: The Milky Way

2023-06-25 Thread Alan C
t around that with a bit of planning. I will certainly use a red light when setting up nest time - thanks for that tip. Alan C On 25-Jun-23 09:27 AM, Bill wrote: Continuing with my rather scattershot approach to learning dark sky photography... This was shot with the K1 and A15/3.5 using the Astrotrac

[RFC] Add "Description:" header to defconfig file

2023-06-24 Thread Alan C. Assis
Dear NuttXers, As some people here know, recently Espressif added support for USB OTG Device on ESP32S3 (thanks to Dong Heng). And it opened the possibility to have USB Console using this USB OTG Device or using the USB_SERIAL_JTAG (see TRM: "33 USB Serial/JTAG Controller (USB_SERIAL_JTAG)" ).

Re: Article: NuttX for PinePhone: The First Year

2023-06-20 Thread Alan C. Assis
Congratulations Lup! I think your work on PinePhone is an evolution of what people did with OsmocomBB and Fernvale many year ago: https://osmocom.org/projects/baseband/wiki/Fernvale I think this time we are near to get a usable feature phone running NuttX. BR, Alan On 6/19/23, Lee, Lup Yuen

Re: sendfile() with zero size

2023-06-18 Thread Alan C. Assis
Suggest, try to run you same application with this issue on Linux. I'm expecting at least a similar error on Linux. BR, Alan On 6/18/23, Alan C. Assis wrote: > Hi Fotis, > > On 6/18/23, Fotis Panagiotopoulos wrote: >> Hello, >> >> Due to a bug in my applica

Re: sendfile() with zero size

2023-06-18 Thread Alan C. Assis
Hi Fotis, On 6/18/23, Fotis Panagiotopoulos wrote: > Hello, > > Due to a bug in my application, the code tried to use sendfile() with zero > size. > > As I see, sendfile() will happily proceed, and it will block here: > https://github.com/apache/nuttx/blob/master/net/tcp/tcp_sendfile.c#L523 > >

Re: Raspberry Pi Pico W now has Bluetooth support

2023-06-14 Thread Alan C. Assis
Very nice! Thank you Mark for sharing. They are using BTstack from Bluekitchen. It is free for non-commercial use, but for commercial use a payment is required. I hope they add support to nimBLE too. It is a little bit strange, because in the LICENSE file and in the source code files is some

Re: NuttX Internation Workshop Call for Paper is open!

2023-06-11 Thread Alan C. Assis
Yes, we will have mixed presentations (real/virtual). On 6/11/23, Mark Stevens wrote: > Are you allowing remote presentations ? > > Regards, > Mark > _ > Blog: blog.thepcsite.co.uk > Twitter: @nevynuk > > > > > >> On 1

NuttX Internation Workshop Call for Paper is open!

2023-06-11 Thread Alan C. Assis
Please submit your proposal: https://events.nuttx.apache.org

Re: STM32 and GDB - How do I generate the ELF file?

2023-06-11 Thread Alan C. Assis
t; Regards, > Mark > _ > Blog: blog.thepcsite.co.uk > Twitter: @nevynuk > > > > > >> On 10 Jun 2023, at 22:10, Alan C. Assis wrote: >> >> Hi Mark, >> >> Could you please try these magical steps: >> >> $ make distclean >>

Re: STM32 and GDB - How do I generate the ELF file?

2023-06-10 Thread Alan C. Assis
We have a more detailed documentation here: https://nuttx.apache.org/docs/latest/quickstart/debugging.html#debugging-with-openocd-and-gdb Any issue, please let us to know. BR, Alan On 6/10/23, Alan C. Assis wrote: > Hi Mark, > > Could you please try these magical steps: > > $

Re: STM32 and GDB - How do I generate the ELF file?

2023-06-10 Thread Alan C. Assis
Hi Mark, Could you please try these magical steps: $ make distclean $ ./tools/configure.sh stm32f777zit6-meadow:nsh $ make menuconfig Build Setup ---> Debug Options ---> [*] Generate Debug Symbols $ make -j Flash nuttx.bin Connect to the board using OpenOCD + STLink-V2: $ sudo

OT: Getting Started with (Apache) NuttX RTOS - Part 1

2023-06-09 Thread Alan C. Assis
Hi NuttXers, I published an article in the EmbeddedRelated about NuttX: https://www.embeddedrelated.com/showarticle/1524.php BR, Alan

Re: OT GESO: Lynde shores Lake Ontario

2023-06-08 Thread Alan C
Well done. I look forward to the video of you singing! Alan C On 07-Jun-23 04:04 PM, David J Brooks wrote: http://www.caughtinmotion.com/2023-lynde1/album/index.html Short walk along a marsh area at Lake Ontario east of Torontop. Not much wildlife Tuesday and only 1 baby killdeer for youg'uns

Re: 30th St. Station

2023-06-06 Thread Alan C
Very interesting, Rick. Scenes quite unfamiliar to me & the whole place spotlessly clean. Alan C On 07-Jun-23 03:08 AM, Rick Womer wrote: Three photo-friends and I had a photo-visit to 30th St. Station (Philly’s rail hub) this week. The pics are here: https://rickwomer.smugmug.com/2023

Re: Systick tickless on STM32F4

2023-06-06 Thread Alan C. Assis
Hi Fotis, On 6/6/23, Fotis Panagiotopoulos wrote: > Hello, > > I just noticed the option STM32_TICKLESS_SYSTICK for the STM32. > However, it seems that it does nothing. > > After a source code search, this option is not used anywhere. > There is no tickless implementation that supports the

Re: OT fun with bubbles

2023-06-03 Thread Alan C
Indeed and you did a good job capturing it, Dave. Takes me back! Alan C On 03-Jun-23 04:08 PM, David J Brooks wrote: School PA day Friday so i had the kids all day https://www.flickr.com/photos/djbrooks/52947844463/ https://www.flickr.com/photos/djbrooks/52947844468/ iPhone 12 mini Dave

Re: PESO Rock dude

2023-05-29 Thread Alan C
Larry, that's quite something! The stuff the local guy does are midgets by comparison. Alan C On 29-May-23 10:01 AM, Larry Colen wrote: At the Big Rock Inn, Pinon Hills https://www.flickr.com/photos/ellarsee/52931344426/in/album-72177720308616151/ -- Larry Colen l...@red4est.com sent from

Re: ESP32 Secure Boot Pwn

2023-05-28 Thread Alan C. Assis
It only works on old ESP32 chips! Espressif fixed our chips after receiving notification from this researchers. So, you product with ESP32 are protected! ;-) On 5/28/23, Tomek CEDRO wrote: > https://limitedresults.com/2019/09/pwn-the-esp32-secure-boot/ > > This "glitching" method seems to get

Re: Audio Tone to /dev/audio driver, or via NXPlayer

2023-05-26 Thread Alan C. Assis
Hi Tim, I think NXPlayer support to tones is different from /dev/tones question from previous message. The Audio Tone Generator is way simpler than a PCM audio, maybe Tiago or someone from Sony with more experience than me in audio could help more here. BR, Alan On 5/26/23, Tim Hardisty

Re: Question about Music Macro Language

2023-05-26 Thread Alan C. Assis
Hi Oleg, This audio tones uses same MML used by Microsoft in QBasic in the 80's More info: https://acassis.wordpress.com/2016/08/16/playing-gorilla-bas-tune-on-nuttx/ This driver is a port of the audio tone created by PX4 project (I think there it was a C++ application). There are many

Re: Thank you!

2023-05-25 Thread Alan C. Assis
Hi Tim, Congratulations! I'm very happy that you succeed! We are glad to have you aboard! BR, Alan On 5/25/23, Tim Hardisty wrote: > My NuttX journey started in earnest about a year ago, after an enforced > pause for personal reasons. The processor on my board is ATSAMA5D2. In the > last

Re: SPI EEPROM

2023-05-25 Thread Alan C. Assis
Hi Tim, There are two ways to access EEPROM on NuttX, one is using this character driver that you are using and the other is accessing it as a MTD. I created a video tutorial some years ago explaining how to do it: https://www.youtube.com/watch?v=qzjf2JtgYN0 Keep in mind that using MTD with I2C

Re: Touchscreen scaling/LVGL

2023-05-23 Thread Alan C. Assis
ation matrix, and another to remove it and > come back to raw readings. > > In typical Linux there is an `xinput` command to do it > https://wiki.archlinux.org/title/Calibrating_Touchscreen#Apply_the_Matrix. > > Am Di., 23. Mai 2023 um 20:37 Uhr schrieb Alan C. Assis > : > >>

Re: Touchscreen scaling/LVGL

2023-05-23 Thread Alan C. Assis
The LVGL 7.x that was integrated on NuttX had a calibration before initialize the demo, I think it was from LVGL itself. There is also TS calibration that Greg created for TWM4NX: apps/graphics/twm4nx/apps/ccalibration.cxx BR, Alan On 5/23/23, Maciej Wójcik wrote: > It would be great if NuttX

Re: CI tests (was: Re: [OT] Learning Makefiles)

2023-05-23 Thread Alan C. Assis
On 5/23/23, Brennan Ashton wrote: > On Tue, May 23, 2023, 5:05 AM Nathan Hartman > wrote: > >> On Tue, May 23, 2023 at 6:12 AM Brennan Ashton >> wrote: >> > I have also asked in the past about cutting down on the amount of >> > configs >> > we have checked in to be something like >> > >> >

Re: PESO Silver in silver

2023-05-23 Thread Alan C
That's very appealing, Toine. I can almost feel the sunshine! Alan C On 23-May-23 08:17 AM, Toine wrote: A white heron or locally known as silver heron in backlight: https://repiuk.nl/new/#pid=_1007764-Enhanced-NR.jpg Toine -- %(real_name)s Pentax-Discuss Mail List To unsubscribe send

Re: [OT] Learning Makefiles

2023-05-22 Thread Alan C. Assis
On 5/22/23, Tomek CEDRO wrote: > On Tue, May 23, 2023 at 1:55 AM Alan C. Assis wrote: >> I think it is better to keep the documentation in a single place: >> https://nuttx.apache.org/docs/latest/contributing/index.html >> We're moving those documentations from confl

Re: CI tests (was: Re: [OT] Learning Makefiles)

2023-05-22 Thread Alan C. Assis
On 5/22/23, Tomek CEDRO wrote: > This is why I asked not that long ago about > Software-Hardware-Support-Compatibility-Matrix.. this would be really > big table with hardware boards in columns and features in rows with > green marks (or +1) where full support is confirmed, yellow (or 0) > meaning

Re: [OT] Learning Makefiles

2023-05-22 Thread Alan C. Assis
On 5/22/23, Tomek CEDRO wrote: > On Sat, May 20, 2023 at 2:12 AM Brennan Ashton wrote: >> On Fri, May 19, 2023, 3:23 PM Tomek CEDRO wrote: >> > I am thinking about this. "If it works don't fix it" comes to my mind. >> > Current build system is amazingly simple coherent and fast. Building >> >

Re: Two Trees Trail, the rest of them

2023-05-22 Thread Alan C
I like that lot, Larry. Could be just down the road on the Mpumalanga escarpment. I see you caught a man made dragonfly! IMHO the two with some civilisation in the background tend to spoil the set. I'll check out the prickly pears! Alan C On 22-May-23 10:20 AM, Larry Colen wrote: I finally

Re: esp32 custom board gpio and ws2812 problem

2023-05-22 Thread Alan C. Assis
Hi Tomek, Just a update from Espressif: probably ESP32-C5 will have USB OTG, but since it was not released yet we cannot confirm it (things can change before releasing the chip). They suggested that companies interested on get this information should ask directly to the business support:

Re: [OT] Learning Makefiles

2023-05-22 Thread Alan C. Assis
Hi Sebastien, There are good cons and pros arguments for moving to CMake. Just like many here I don' t have preference for one or another, but we need to analyze what is better for NuttX evolution and make a good decision. The main pros of moving to CMake: 1) It is easier to integrate with new

Re: Test 2

2023-05-21 Thread Alan C
Loud & clear in Phalaborwa. Alan C On 21-May-23 05:48 PM, Paul Sorenson wrote: Test 2 - good Test 1 - not found -p On 5/21/2023 10:00 AM, Ken Waller wrote: Test 2 Ken Waller -- %(real_name)s Pentax-Discuss Mail List To unsubscribe send an email to pdml-le...@pdml

Re: esp32 custom board gpio and ws2812 problem

2023-05-20 Thread Alan C. Assis
Hi Tomek, On 5/20/23, Tomek CEDRO wrote: > Well all ESP32-C3 boards that I have (DevKit, M5) have UART-to-USB > converter so no JTAG so far.. I will order Beetle ESP32-C3 this one > should have direct USB/UART/JTAG pins on the USB-C connector :-) > > I have ordered ESP32-S2 as it has USB OTG. I

Re: [OT] Learning Makefiles

2023-05-19 Thread Alan C. Assis
On 5/19/23, Gregory Nutt wrote: > On 5/19/2023 10:25 AM, Lwazi Dube wrote: >> Alan, >> >> Can you summarize? I have not been following this PR. Is make going away? >> >> Thanks, >> >> -Lwazi >> >> On Fri, 19 May 2023 at 11:47, Alan

[OT] Learning Makefiles

2023-05-19 Thread Alan C. Assis
Hi Everyone, While PR #6718 is waiting to get merged, please take a look: https://makefiletutorial.com BR, Alan

Re: Recommended configuration practices question

2023-05-19 Thread Alan C. Assis
On 5/19/23, Nathan Hartman wrote: > On Fri, May 19, 2023 at 8:24 AM Milan Obuch wrote: > >> Hi, >> >> I started testing NuttX on Raspberry Pi Pico board, using FreeBSD as >> host for building. I was able to build NuttX using all configuration >> files for this board (but one - nshsram, it does

Re: esp32 custom board gpio and ws2812 problem

2023-05-18 Thread Alan C. Assis
On 5/18/23, Brennan Ashton wrote: > On Thu, May 18, 2023, 11:53 AM Alan C. Assis wrote: > >> I don't think you can get ws2812 working directly using a GPIO over >> bitbang, the protocol used by this chip is very time sensitive. >> Actually even in SPI mode I failed to

Re: esp32 custom board gpio and ws2812 problem

2023-05-18 Thread Alan C. Assis
On 5/18/23, Tomek CEDRO wrote: > Hello world :-) > > === Short Story Long === > > I have just created my first custom board configuration based on > ESP32DevkitC. Both application and board configuration is external to > the nuttx.git and nuttx-apps.git (these are git submodules of my > project).

Re: esp32 custom board gpio and ws2812 problem

2023-05-18 Thread Alan C. Assis
Hi Tomek, On 5/18/23, Tomek CEDRO wrote: > Hello world :-) > > === Short Story Long === > > I have just created my first custom board configuration based on > ESP32DevkitC. Both application and board configuration is external to > the nuttx.git and nuttx-apps.git (these are git submodules of my

Re: PESO a few orchids

2023-05-15 Thread Alan C
Toine Do you only have Terrestrial Orchids over there? Alan C On 14-May-23 09:17 PM, Toine wrote: Orchid time so I need to capture them. https://repiuk.nl/new/#pid=_1007657.jpg https://repiuk.nl/new/#pid=_1007538.jpg https://repiuk.nl/new/#pid=_1007592.jpg All @ 400mm (no Pentax sorry

Re: The NuttX Handbook

2023-05-14 Thread Alan C. Assis
On 5/14/23, Brennan Ashton wrote: sic > Before I do more work to wire this up, please let me know if this pdf > I have attached here seems like a reasonable start for people > https://github.com/apache/nuttx/issues/9095#issuecomment-1547008998 > > It is basically the same content on the website,

Re: www/contributors PMC, IPMC, PPMC.

2023-05-14 Thread Alan C. Assis
Please include a new commit in this PR to include your name. BR, Alan On 5/14/23, Tomek CEDRO wrote: > Updated version, please verify :-) > > https://github.com/apache/nuttx-website/pull/93 > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >

Re: www/contributors PMC, IPMC, PPMC.

2023-05-14 Thread Alan C. Assis
On 5/14/23, Gregory Nutt wrote: > On 5/14/2023 12:45 PM, Tomek CEDRO wrote: >> Hello world :-) >> >> I have updated the www with social media section in the Community page >> :-) >> >> Also I have humbly added myself to the contributors list. I was not >> sure what *PMC to use, so I sipmly used

Re: www/contributors PMC, IPMC, PPMC.

2023-05-14 Thread Alan C. Assis
On 5/14/23, Tomek CEDRO wrote: > Hello world :-) > > I have updated the www with social media section in the Community page :-) > > Also I have humbly added myself to the contributors list. I was not > sure what *PMC to use, so I sipmly used PMC. > > As project has graduated, I can update all PMC

Community Tutorial: Accelerometer data acquisition using NuttX on Tiva TM4C

2023-05-13 Thread Alan C. Assis
Dear NuttXers, It could be useful for some of you: https://medium.com/@filipedoocv/accelerometer-data-acquisition-using-nuttx-on-tiva-tm4c-623c1620f220 BR, Alan

Re: GESO Two Trees Trail flowers

2023-05-13 Thread Alan C
Spring is sprung! Just the opposite here. Grass cutting season is over. Have never seen a prickly pear with pink flowers - the local invaders have pale yellow flowers. Alan C On 12-May-23 08:12 PM, Larry Colen wrote: A bunch of photos of flowers from my hikes this weekend, anybody want to ID

Re: Compiling DirectFB2 for NuttX

2023-05-13 Thread Alan C. Assis
On 5/13/23, Tomek CEDRO wrote: > On Sat, May 13, 2023 at 4:38 PM Alan C. Assis wrote: >> https://acassis.wordpress.com/2023/05/13/how-to-compile-directfb2-on-nuttx/ > > Awesome! :-) > > Is SDL backend also supported? That would enable portability on almost > anything that

Compiling DirectFB2 for NuttX

2023-05-13 Thread Alan C. Assis
https://acassis.wordpress.com/2023/05/13/how-to-compile-directfb2-on-nuttx/

<    1   2   3   4   5   6   7   8   9   10   >