At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
I am in the conceptual stages of development for a BLE test system.
The test system requires:
Fast transceiver and connection with BLE devices, preferably capable...
I know Nordic is releasing the nrf9160 on the 12/12/2018, and from what little documentation I can find it doesn't seem to have BT or NFC hardware integrated. Are there any...
Hello, I have installed nRF Connect and the Programmer following https://infocenter.nordicsemi.com/pdf/nRF9160_DK_Getting_Started_Guide.pdf At step 3.2.2 i see "No devices...
Where can I find a drawing of the footprint for the nRF52840 WLSCP? Normally it would be near the end of the datasheet, after the mechanical drawing of the package. The datasheet...
I have an application running a serial communication through a RS485 interface. I have two sensors attached through I2C/TWi.
I have a app_timer that quwry the sensors once...
I have built on the CoAP example a POST request to the server. This works now without any problems.
I do send the received signal power within my POST. To get the power...
Hi,
I purchased a NRF9160 DK and am having problems on the first time I am trying to compile the SERIAL_LTE_MODEM application . I followed the steps according to the documentation...
Hello,
when I open any example Project from https://www.nordicsemi.com/Products/Development-software/nRF5-SDK with Keil MDK v5, I directly get the Error Message "Cannot...
Hello,
I'm a beginner of nrf5340, when I tried hci_pwr_ctrl(ncs v1.5.1) , I met some problems.I adjusted the tx power and changed prj.conf :
Then I added hci_rpmsg...
After updating nRF Connect and the Programmer app, DKs aren't being recognized when clicking on Select Device.
Tried both with nRF9160 and nRF5340 DKs and neither was detected...
I'm working with the PCA10040, the SDK V11.0.0. and the winbond memory flash W25Q80BV.
For the SPI connection I'm using the the SPI2 because TWI0 and TWI1 are being used...
Hello
First of all, I`ve been spending way to many hours trying to figure this out, so I decided to open this ticket. I am new to microcontrollers in general and the Nordic...
Hello:
I'm new on nrF52832 development. I did some tests using nRF51 and so far so good. However I received a few samples of E104-BT5032 from eByte http://ebyte.com/product...
Hi,
I have 2 SES projects that both require softdevice plus application.
One of the projects combines application and softdevice into the .hex file that is generated...