Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
We need to interface camera (0.3nrf52840MP to 2MP) with nrf52840 for a new product development. For evaluation purpose, is there any off the shelf camera module which...
I'm trying to add a timer to the usb_cdc_acm example to send a periodic text messages with the timer. I'm building on an Adafruit nRF52840 Feather Express board using Segger...
Hi ,
I am trying to parse the manufacturer specific data that a beacon is advertising.
I can read successfully the company_id but unable to read the "specific data " ...
Hello again Nordic Pro's,
As you probably all know by now, our product app is based on the subject example code, SDK and device. We need to programmatically disconnect from...
I have been trying ti debug with SES and re-installed everything trying to get it to work, for a while it did, but then it began showing this message:
also, it asks me...
Hi All,
I am working on nRF9160 GPS profile. built the code with Segger version 4.16 and updated the latest mfw_nrf9160_1.1.1 modem firmware.
when i compile try to catch...
Hello,
I am using nrf52840 and SDK 16.0.0
I have integrated two examples, ble_app_template and nrf_calendar example . Now I have a problem. I wanna update the manufacturer...
Hi
I just joined a development team for a monitoring system consisting of a master and 5 slaves. They have a prototype that works well, using the functionality of the ACK...
I am trying to read the primary services using Master Emulator API and i am getting the below error. Using the Master Control Panel (MCP), it got no problem reading back all...
Hi,
I am developing nrf52832 on zephyr platform, I have seen a very useful GitHub library you guys have created called 'NordicPlayground' https://github.com/NordicPlayground...
Hello, I want timer to interrupt if timer is not restarted in 200ms and wrote below code.
I am restarted timer in few milliseconds using below but still I m getting...
Hi,
I get news at the homepage about that Nordic announces support for Amazon Common Software for Devices.
May I know which version of SDK can support this ?
If yes...
I have been programming nRF9160 using v0.4.0 SDK and it has worked fine. However moving the same program to Nordic Thingy 91 has been giving me problems. The board nrf9160_pca20035ns...
Hi,
Creating an new app will only call the main() in the form of task, i have requirement to create couple of task in my main() so is it possible to create user defined...