DEVZONE BLOG FEED

I realize that there are already multiple tutorials on how to configure GCC along with Eclipse or SEGGER Embedded Studio (for use on a Mac), but this tutorial goes over setting up a different IDE. The more choices the better, right? ;)The IDE of choice for me is NetBeans. NetBeans is well known for Java development but not as much for C/C++ or embedded. However, I personally have been using it for embedded development for about 10 years now (both embedded Linux and MCU-level development). In this tutorial...

Bluetooth 5 - now arriving in smartphonesAs we know, Bluetooth 5 was launched last December by the Bluetooth SIG. The nRF52 Series from Nordic have always had Bluetooth 5 and its arrival in the mix for the nRF52 Series and this family of SoCs was designed early on to be able to meet the exciting new features of Bluetooth 5. Smartphones play such a key role in most Bluetooth products that their adoption of new Bluetooth features is always eagerly anticipated, as this is fundamental to the use of new...

Most guides out there are unclear and made for machines. Here is a full guide how to setup Segger for mac OS X with some example project from the SDK ( or even a PC but not tested), and also how to debug like a human not using terminal. ( or using it if you feel more clever)All steps here most be done for every project(except step 10), thats because the hardware industry is still stuck in the 90's, and UI/UX are new terms for them.While Eclipse is slightly more into 2000's , setting it up is...

DEVZONE FORUM

Hello,I am working on NRF52382 custom board, where I am running a timer of 30 sec to get a value every 30 sec.I want to save this value in flash.I am well aware of flash data storage read and write operation.These values are part of an array which will be further used for evaluation.Now if I write a value to specific File ID(0x2222) and KEY(0x1111), it is deleting the previous record.(30 sec later I have to store another value.)I want to write like it append the new value to the same File ID and KEY, and ...

I have two nRF52840-pdk's and two laptops. I was thinking to send test strings using the following Basic setup: laptop1 - usb1 - pdk1 ....(coded PHY transmission)....pdk2 - usb2 - laptop2Can I use directly some existing example codes for making this to happen? I tested the ble_app_uart example in a laptop - usb - pdk....(bt4.2)....android-phone -setup and it worked well, but I am not sure if it could also apply in my pdk-to-pdk case....

Hi,ti wanna ...