Niccolo Gallarati

Results 27 comments of Niccolo Gallarati

Hi to all, I started using BT for an A2DP application, and was surprised to see how much heap memory is gone. It appears to impossible to run BT and...

@SimonPVS sorry for late reply. I simply gave up sending web requests while using Bluetooth A2DP. Web requests want at least 50KB free RAM to work reliably. I'm still using...

@VojtechBartoska I saw lots of changes with new 3.0.0 version, did you add a flag to disable BTLE and leave BT classic (or viceversa)? This would enable BT and Wi-Fi...

Hi to all, I'd like to ask if anyone had stability issues with this SAMD21 SoftwareSerial library. I'm using it in a project where all SERCOM pins have been assigned...

Dear @facchinm , apologies for the enormous delay, had to resume this project now. I'm using the latest Arduino SAMD Boards version 1.8.2 and SparkFun SAMD Boards 1.6.2 now, but...

I have used this software bit-bang I2C emulation library on pins PA08, PA09 and works fine https://github.com/felias-fogg/SlowSoftI2CMaster I don't see any issues hardware-wise, could be some wrong SERCOM initialization?

@sslupsky thank you for your feedback. I'm not using sleep at the moment. Can you tell me more about your setup? Board model, board core version, library used? Thank you...

@alexwhittemore you're right in saying that PA08 is the only pin on the MCU with a non-maskable interrupt. Maybe is this the issue?

Got the ATMEL ICE and currently debugging a sample sketch on Atmel Studio. The code is stuck in sercom.cpp, line 497, function SERCOM::startTransmissionWIRE(address 126, flag WIRE_WRITE_FLAG) `while ( !isBusIdleWIRE() &&...

@facchinm Dear Martino, the issue is still ongoing, I tried different boards, different SW releases, but I cannot make I2C work on pins PA08, PA09, both SERCOM0 and SERCOM2_ALT won't...