hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Easy task, and long way..
I need to counting/measuring time how long time 220V line was on-line (assumed all time after install).
I've tried to find ready-work chip FR-transmit...
hello I'm Mehdi. i work on two NRF24lL01 wireless modules. I have a doubt that this modules can be damaged or not work correctly. because the module don't give external interrupt...
Hi!
I am trying to make basic temperature nodes with nRF2402.
The receiver is nRF24L01 transceiver.
My question for nRF2402; is it possible to send config bits via...
Hello,
Recently I've begun updating to the new SoftDevice and SDK for the nRF51822. When I began debugging my migrated code with the development dongle and Master Control...
I'm looking for a little guidance in figuring out why I get this error now when I call SOFTDEVICE_HANDLER_INIT. It appears that I get the error above at the end of softdevice_handler_init...
Dear nordic guys,I'm developing with nrf51822.
I have one simple question.
I want trying to connection request at the BLE server side to BLE client with previous connected...
I noticed that m_sec_params passed to sd_ble_gap_authenticate(uint16_t conn_handle, ble_gap_sec_params_t const * const p_sec_params) has been declared as a static variable...
Hello
I was trying to make an example program for a Client. And when I was searching for the sd_ble_gap_scan_start function I didn't find it. Altough in the documentation...
I am getting an NRF_ERROR_INVALID_PARAM when calling sd_ble_gatts_characteristic_add. This is the 12th characteristic added and follows the same general style of numerous...
This question relates to the unofficial gcc Makefiles available here:
github.com/.../nrf51-pure-gcc-setup
Using these to build a project based on the sample proximity...
Hi,
I just tried to toggle a led when a particular button in the evaluation board (nrf51822) is pressed, i just referred the gpiote sample code and started modifying it...
Hello,
I'm working on the nrf51822 with s110 stack and 5.1 SDK.
Wy functions are not described in the documentation but just enums and data types ?
I'm looking for informations...
I'm wrote a simple test to persist data using pstorage.
But I'm unable to load the stored data.
I'm using gcc and debugging with gdb. So I can see that storage_cb_handler...
Hi,
I am working on a project where there are moving devices. Devices can only move if a wired button is pressed. In fact, for security reasons, there are two buttons connected...
I've been looking at this for the better part of a day and can't seem to pinpoint what I'm doing wrong here. Does anybody want to take a quick peek at this project and tell...