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...
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...
Hi,
I am currently trying to embed the ATT_MTU throughput example on two nRF52840 dongles. The main issue I am facing is that after I compile and program the hex files onto...
Hi everyone,
I am working with the nrf52832 Dk boards,
So my question is I want to connect sensors to two nrf52832 boards and want to get their data on a single Android...
Hi.
We use nRF5_SDK_17.0.2_d674dde as central
And phone as peripheral.
Usually system works correctly for a long time.
But sometimes it enter in strange state.
Connections...
Hi
I would like to store data in memory and to be able to read them after. But I don't know how to proceed ! I use IDE segger. Is it possible to store data always in a...
Hi,
I use MQTT_Simple example with AGPS feature;
I add 3 functions, one for init GPS, one for start GPS, and the last for A_GPS request.
I call Init after "MQTT client...
I'm having some difficulties sorting out what support there is for the nRF52832 in ARM's Mbed. Specifically, whether Mbed v6+ uses the SoftDevice or not.
Some things that...
Hi I have recently started to use nrf5340dk for a 'pet' project. I have developed some code for both app and net.
Then I started to note have some trouble on the serial...
Hello world :-)
As there is no Issues section in sdk-nrf I will post my question here. After west update I cannot build my firmware anymore. I am using v2.6.0 Zephyr and...
Hi,
We developed a code using Fanstel nrf52832X BLE using serial UART command to control, receive data and send data.
The softdevice is s132_nrf52_6.1.1_softdevice.hex...
I2C burst write for nRF5340 at 100kHz is failing with a reply of -5. (Trying to use the BMI270 drivers sample, it will fail during reg_write of the configuration file)
Reading...
hi
I have nRF9160 dev kit, which I am using in a LAB with a private LTE SIM card, which has 99920 PLMN ID.
The network supports Band 3, and NB-IoT is configured as an...
Hello everyone,
1st of all, thank you for taking your time to have a look over my "problem".
I have a device that I am working on, that acts as aperipheral, it is...
I modified, My application's bdaddr is set public device address. secure bootloader's bdaddr is set same public device address.
When run DFU on nrf connect for desktop,...