Nokia E63 phone converted into LoRa messenger(cnx-software.com) |
Nokia E63 phone converted into LoRa messenger(cnx-software.com) |
I'm still hoping the project below shows one day it's not a pile of vaporware.
My disappointment is immeasurable.
I think hardware is the same way. There's also protocols to fabrication that may be difficult to explain. You have support requests and emails wasting your time.
> "enough positive interest from the community". I don't understand that.
I read it as opposed to negative interest.
> If I make software I can see that if I hacked a giant crap of code together that I would want to clean it up before releasing it to public and save my self the embarrassment knowing I could do it better.
You should not be made to feel ashamed for giving something away for free. You should not even suggest that this should be acceptable. It isn't. People who offer comments on code beyond how to add material functionality (i.e. more inputs), make it faster, or decrease the code size are trash humans. Delete and ignore.
I have an Astro Slide on order, so I shall be returning to a keyboard 'phone, but one that is rather larger:
https://www.indiegogo.com/projects/astro-slide-5g-transforme...
It was such nice physical hardware, one could type messages very rapidly. It was also very durable. (I bounced it off pavement 2-3 times, and literally only got a few scratches.)
I would love a solid trustworthy opensource Linux handheld in pretty much that exact hardware physical keyboard design. I'm primarily interested in WiFi, but (isolated) cellular would also be nice, and maybe LoRa transceiver hardware would come in handy someday.
> Secure 4K encryption
I understand wanting to have some kind of peace-of-mind marketing statement, but encryption has everything to do with the chosen cipher suite and implementation, and while 4096-bit encryption can technically be called “4k” this furthers misconceptions around key size and strength [0]. This seems like another effort to borrow the marketing effect of 4K displays.
Or at very least, link to the original reporting on hackaday https://hackaday.com/2021/06/26/lora-messenger-in-nokias-she...
(the hackaday link, at least, mentions another projects to convert cell phones into another thing: https://hackaday.com/2021/06/26/lora-messenger-in-nokias-she...)
There's no plan to commercialize the device. However, I hope that the hacker community will eventually help take the device to the next level through hardware and software enhancements.
Regarding voice... The board has a MEMS microphone linked to PWM and the STM32H7 has sufficient bandwidth to compress voice in real-time and package it ready for transmission. I plan to add short message voice transmission soon.
Regarding LoRa and LoRaWan... there have been suggestions to greatly improve range by piggybacking the things network. I'm investigating this. Currently, the network implementation is a simple self-healing mesh network. It features route discovery and low power performance. Standard Semtech LoRa drivers have been implemented with some important modifications to queue interrupts (better for low power management)
RF... the PCB features a tuned 915 mhz antenna + a microcoaxial RF connector for an external antenna. 50Ohm impedance tracing. http://www.farnell.com/datasheets/1867459.pdf
PCB traces... 50 ohm impedance traces have been match length tuned for high speed NAND memory interfaces. Featuring a QuadSPI interface, the bus can operate at 160 mhz. While not super fast by todays standards, it's a nice feature.
4K encryption... It's not marketing hype or a play on 4K screens. I added incredibly strong encryption, just because it could be done. Fun to do and probably not needed... #overengineered
Nokia e71/72... the PCB can be EASILY adapted to suit those cases. I'm thinking about doing it. Anyone like to assist?
Operating system... I'm using FreeRTOS as the kernel with custom device drivers for scattered throughout the codebase to handle the keypad, RTC, LoRa radio, LCD screen tearing, USB port, MicroSD card etc.
Debugging and development enhancements... I plan to 3D print a chassis to hold the phone when debugging. For this to work, the PCB needs to have pads placed strategically around the battery area so that when it's docked, the SWD debug header, trace pins and power sources are exposed to the debug chassis pins. Next PCB version.
If you have any questions.... shoot. I'm happy to discuss the device here on the forum. If you have collaboration ideas, I'm open to hearing them.
2.4 GHz is considered an ISM band meaning it's license free meaning you do not have to purchase a license from the government to use that physical chunk of spectrum. There are certain chunks of spectrum (frequencies) that are auctioned off by the government. This gets you exclusive usage to that band, across a country or in certain parts. The government will (is supposed to) enforce the spectrum so unlicensed users aren't clogging things up. You may not need a spectrum license for ISM band usage, but you still need to be using certified products.
Next you have user licensing like HAM radio operators. Amateurs are legally required to have licenses to operate the radios. I'm not sure whether a HAM radio license also includes a fee for spectrum.
Last (but I'm sure there's probably more regs), you have the certifications for the product itself. If you're in the US, this means doing FCC testing and getting an ID for your product. Each country typically has their own regulatory body. A certified product means your OK on duty cycle, TX power, etc. There's other tests as well especially if you're dealing with wearables but that's a different story.
This is not necessarily true: some governments demand that ISM frequencies be used for Industrial, Scientific and Medical purposes only, so it is not license-free for personal use in all jurisdictions.
No idea how the regulators in India work but yes, this is more similar to a cellular connection than an analog VHF/UHF walkie talkie.
I strongly disagree. Making code more maintainable and easy to understand is very important. Enforcing style guides is important