I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ).
I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/....
Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to convert the Zephyr gsm_modem sample project to C++. If I include `gsm.c` without using `extern "C"{}` I get this error: ` undefined reference to gsm_ppp_start...
I have an https connection (sending json) that works fine when the response is less 2k. But for responses (from the server) that are over 2048 bytes, recv returns 0 bytes...
Hi,
Our program is now based on ble_app_uart example, and we want to add the 'wake up on NFC' feature. I checked the 'wake up on NFC' example and related posts sending via...
Link: https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs
Clicking "Download files" at the bottom, eg with SDK 7.1.0 selected causes a...
Hi,
I want to configure the bootloader (MCUBoot on a nrf9160) to reject a new firmware image update if the new image is not suitable for the current hardware (e.g. multiple...
Hi Dev team,
I have my Thingy91 deployed and running. I wanted to know how could I locate the base station that my device is connected to. I have the information of MCC...
Hello, i'am trying to display data on my sensor Bme280 aka (temp, humidity and pression but the build is successful and the jlink is well connected the wiring is like below...
Hi,
I was using nRF Connect with all applications listed. But after installing nrfutil from git, the application all disappeared. I uninstalled nRF Connect and reinstall...
Hi, I'm attempting to use an nRF21540 to boost the range of a BLE Beacon, and I'm running into a lot of trouble getting the Eval/Dev Kit set up. First off, is there any documentation...
Is there an nRF Connect mesh sensor example. The light on/off example is great, but very simple. There is an nRF5-SDK-for-Mesh example. Are nRF5-SDK and nRF Connect compatible...
Hi to everyone,
I'm evaluating an application consisting of a bluetooth mesh where each node sends a status message to the others.
The area where the nodes will be deployed...
Hi,
We need to know the list of models (like health, configuration, lighting, sensor, generic on/off) in nCS sdk 1.7.0
can you please share inputs
thank you,
To update the Application, it is necessary to implement the update via CAN bus. Below is the hardware part, we use a CAN-SPI chip to access the bus.
We´ra using Microchip...
I would like to disable completely the 2.4Ghz radio after the 52840 has full soft device enabled and ble stack has been run.
This is after the full sequence of bluetooth...
Hi Devzone:
We put the radio test project on our custom battery powered board and encountered a problem.
When we disconnect the usb cable, the tone emitted by radio test...