Search found 1708 matches

by BenR
Fri Mar 22, 2024 10:25 am
Forum: General
Topic: Programs cannot be loaded to some clone Arduino nanos
Replies: 6
Views: 250

Re: Programs cannot be loaded to some clone Arduino nanos

Hello, From my experience with Clone Nanos and they are brilliant for the price but usually come with either no firmware or wrong firmware. If you have a working Uno handy then you can load this with the ISP firmware and then use it as a tool to load the bootloader onto the Nano devices. https://sup...
by BenR
Fri Mar 22, 2024 10:22 am
Forum: Bug Reports
Topic: Lookup table resizing.
Replies: 4
Views: 156

Re: Lookup table resizing.

Hello,

I think to work out the number of values it counts commas. Spaces won't currently work but we could maybe add that to the parse script so that it converts spaces into commas.
by BenR
Fri Mar 22, 2024 10:15 am
Forum: Feature Requests
Topic: Visual-Only Flowcharter
Replies: 9
Views: 324

Re: Visual-Only Flowcharter

Hello, If uploading is a problem and you have access to your own PHP enabled web server either online or locally then I can let you have the source code for the viewer, it's fairly self contained. I use EasyPHP on my office PC and at home I have a RPI and a Linux box both with LAMP servers running. ...
by BenR
Thu Mar 21, 2024 2:06 pm
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 414

Re: ESP32-S3_Mini not compiling

Hello Stefan, Could simply be your IDF version. You're using 4.4.6 and I'm on 5.1. You could try adding this line to the defines section of the supplementary code in the project options. #define HSPI_HOST SPI3_HOST but there may be other problems too. There is also a way to upgrade your IDF version ...
by BenR
Thu Mar 21, 2024 11:42 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 414

Re: ESP32-S3_Mini not compiling

Hello,

It's compiling fine for me in hardware mode. Can you post the .msg.txt file from a failed compilation and I'll have a look.
by BenR
Thu Mar 21, 2024 9:50 am
Forum: General
Topic: remap function from arduino programming
Replies: 2
Views: 142

Re: remap function from arduino programming

Hello,

We have a component to do the REMAP function if required, it's available under Math -> Map Function.

Martin's suggestion of bitshifting is probably best if you're just looking to reduce the bit depth.
by BenR
Thu Mar 21, 2024 9:34 am
Forum: General
Topic: Formula Allcode losing bluetooth connection
Replies: 16
Views: 570

Re: Formula Allcode losing bluetooth connection

Hello Daniel, When you pair the device it should create a pair of COM ports in your device manager. You then need to open the outgoing port to estabish a connection with the robot. The curriculum for the robot shows how to determine the correct port and how to assign this port in the various program...
by BenR
Thu Mar 21, 2024 9:32 am
Forum: Bug Reports
Topic: ESP32-S3_Mini not compiling
Replies: 18
Views: 414

Re: ESP32-S3_Mini not compiling

Many thanks for letting us know, should be resolved for you now via the library updates.
by BenR
Wed Mar 20, 2024 10:17 am
Forum: Bug Reports
Topic: GLCD (SSD1306) I2C
Replies: 6
Views: 348

Re: GLCD (SSD1306) I2C

Hello,

Many thanks for letting us know I have hopefully now resolved both of these issues for you via the latest library updates.
by BenR
Wed Mar 20, 2024 9:35 am
Forum: General
Topic: ESP32 _ESP32_SDMode (4Bit) OpenFile return
Replies: 19
Views: 1132

Re: ESP32 _ESP32_SDMode (4Bit) OpenFile return

8MHz seems to be a bit slow but could potentially be down to the SD card you're using or maybe the wiring to the card if you're using flying leads. I've happily had 20MHz + working on a custom PCB.