I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
1. Made a copy of hello world (hello_world_2) and made sure it builds and runs fine
2. Added SPI1 based loop...
Hello
I am trying to implement nRF9160 with LwM2M client on smart device which will be managed by our own instance of Leshan server.
After the device is registered,...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
I am trying to use a verified and working project as a base and make changes (as opposed to making changes to the...
I'm trying to evaluate the nrf5340 using the PDK.
I want to port an nrf52(832) application to it and I'm having a lot of trouble understanding how to work with west and...
I have been working on porting the nrf Desktop Mouse to my custom hardware which includes an Adafruit_nrf52840 feather, and a PMW3360 motion sensor.
I ran the Peripheral...
Hi,
Some background, I'm writing a test firmware for the NRF52840 DK that will be used in our production line. We're programming 10 devices simultaneously with the same...
Hi,
I am using sdk11 and nrf51422 device with s130 softdevice for ble_multilink_lesc example code. How do I add DFU service in the existing code? I have added DFU service...
I need to add a time stamp to the sensor date。
But I dont known how to get the time in microseconds.
Maybe the timer in with 1Mhz can realize this,but I don't known how...
Hello,
I developed a Thread network starting off from SDK for Thread 4.1 multiprotocol example. In my application I send data over MQTT-SN with a period of 1 second (packet...
Hi,
I'm using NRF52840 device to connect to a mobile via BLE.
Sometimes, I have error 133 and disconnection.
Can I initialize my BLE in a different way (characteristics...
int main(void) { bool erase_bonds; ret_code_t err_code;
log_init();
{ // Initialize the async SVCI interface to bootloader before any interrupts are enabled. err_code...
Hi,
I am using nrf mesh 5.0 sdk and nrf 17.02 sdk for nrf5832 board and want to implement scene setup server model in the light ctl and light lc model combined. I am not...
Hi,
We are working on our new product which needs a BLE connection with a mobile phone.
Our requirements are as follow:
1) Four digital output. (It's preferred to be...