X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 14 Aug 2017 19:27:37 +0000 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Education board Message-ID: <20170814192737.GT22159@stuge.se> References: <20170812171643 DOT 704388072A28 AT turkos DOT aspodata DOT se> <726daf80-1a60-a1d4-073b-6992b1431fce AT ecosensory DOT com> <20170812185308 DOT C17F78072A28 AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170812185308.C17F78072A28@turkos.aspodata.se> Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk karl AT aspodata DOT se wrote: > Do you have a simple solution for rfid or suggestion of ic's ? NXP MFRC522 > Speaking about rf functionality, would bluetooth be diffucult to > program on a bare metal board ? BT and WiFi both require significant amounts (megabytes) of software. The modern solution would be to use an Espressif ESP32. Modules are 6 EUR. For something minimal (like a BTLE beacon) you could look at Nordic Semi parts. They provide ready-made black box BTLE blobs. It's difficult to do RF without running into patents and the proprietary special interest groups that are the guardians of the standards. //Peter