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 debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
I am looking for ways to reduce the Element count on the nodes that have multiple instances of same model.
I was going through the Mesh specifications and I found...
Hi,
I am using NRF51422 Development kit in my project.Here can you tell me which version of Segger embedded studio want to download for this controller. And also plz let...
Hi,
I have just got my SAADC up and running on my nrf9160, reading a single ended input.
Thanks for the support on this ticket, "ADC on nRF9160 DK - Example code problems...
Hello every one !
I am trying to use the GET_CODE to ask information from one of my device.
I have a ressource called RES1 to which I send a GET request with the following...
Hello,
I need to implement NRF52832 iBeacon Advertising Connectable beacon. Connect with Mobile App change parameter like UUID,Major,minor,Tx power etc via remote configuration...
I am trying to perform the steps from infocenter.nordicsemi.com/.../iot_rpi_kernel.html in order to build a 6LoWPAN boarder router. I followed the steps from Option 1: Cross...
Good morning,
I first made a prototype based on nRF51 series, and now I'm migrating to nRF52 by using the nRF52840.
I would like to set the device up to work in long-range...
Hi,
We recently received our 30 prototype boards with nrf52840 chip on it. 28 boards are working fine but in other 2 boards softdevice is not working. Any ble_peripheral...
Hi,
We have one client/provisioner and multiple servers/provisionees (light switch style) in our mesh network.
Now we plan to have a LPN-sensor node (server as above)...
Hi,
Right now I try to migrate a BLE application from a none Nordic bluetooth chip to a nRF52810.
Therefore I followed this tutorials:
https://devzone.nordicsemi.com...
I'm using a modified at_client program running on an nRF9160. It runs ok as a nonsecure application, under spm. The program can flashed, breakpoints set, single stepped etc...
It is a fantastic tutorial, Thanks.
And I can get it to compile with SDK15.0.0 pca10040 s132. But how can I get it to work with 52840 DK?
Copied pca10056 and s140 into...
Hi all,
To keep compatible with previous devices, I need to use Enhanced ShockBurst on 52832. Now I need to add PA / LNA control to Enhanced ShockBurst, but I can't find...
Hello,
Now i want to implement Scanning and Advertising at the time using s132 on nrf52832 with SDK15.0.
I use a app_timer of 10ms to realize a dvertising every 10ms....