Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
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...
Hi all,
I want to make a 2.4g wireless keypad usb reciever application, I tried to found some offical software demo but get nothing, is there such demo supplied officially...
hi, i am using nrf52832 and a peripheral device , i had merged two programs uart and twi sensor . its working fine . now i want to get a resolution for my temperature data...
Hi,
I'm trying to read data which transfer from Nordic circuit using an android device. But when I try to call connect() function, it returns an error message saying "Read...
Hi,
I enable nrf51822 deep sleep mode with
and got 0.23uA current consumption instead of 0.6uA expected current consumption. What is happening?
This is the board...
Hello,
I'm having an issue when I try to connect to my device from an iPhone 8. I'm using s132_nrf52_5.0.0_softdevice on SDK 14.2.
The phone tries to connect and then...
Hi ,
I see always No response received on the master control panel for one of my nrf51 dongle pca10031 , Can you please help me how to trouble shoot this isssue .
...
Hi !
A questions to Nordic employees about the GATT Service Changed indications.
We have a peripheral with software based on SDK 12.3. When testing using android as a...
Hi all,
Not being a developer, but having a fair general understanding in IT and computing science, if I wanted to have a first approach but clear idea of all the processes...
we found a device using onsemi rsl10, it can keep ble broadcasting with current below 30uA, and can be connected by mobilephones
we tried to get a similar effect using...
hardware: power profile kit rev 1.1, nrf52840DK
mode: power profiling with DK
I am power profiling my application and found that if there is no current in the system,...
In NRF Mesh Android, when we set the init value for sequence number (SequenceNumber.java), it will check the sequence value stored in SharedPreferences and return 0 if SharedPreferences...
Hi,
as a new year's gift I've noticed s332 v6 is available from ThisIsAnt's download page. I'm developing on nrf52 using SDK v14.2 since it was the latest supported for...
Hi,
I am testing the light switch sample in mesh sdk 2.2, in server part I need to drive an I2C slave device, which may take some time to init, so I put the init code after...